1<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5  margin: 0;
6  padding: 0;
7  border: 0;
8  font-weight: inherit;
9  font-style: inherit;
10  font-size: 100%;
11  font-family: inherit;
12  vertical-align: baseline;
13}
14
15body {
16  font-size: 13px;
17  padding: 1em;
18}
19
20h1 {
21  font-size: 26px;
22  margin-bottom: 1em;
23}
24
25h2 {
26  font-size: 24px;
27  margin-bottom: 1em;
28}
29
30h3 {
31  font-size: 20px;
32  margin-bottom: 1em;
33  margin-top: 1em;
34}
35
36pre, code {
37  line-height: 1.5;
38  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42  margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46  font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50  border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54  margin-top: 0.5em;
55}
56
57.firstline {
58  margin-left: 2 em;
59}
60
61.method  {
62  margin-top: 1em;
63  border: solid 1px #CCC;
64  padding: 1em;
65  background: #EEE;
66}
67
68.details {
69  font-weight: bold;
70  font-size: 14px;
71}
72
73</style>
74
75<h1><a href="dfareporting_v3_3.html">Campaign Manager 360 API</a> . <a href="dfareporting_v3_3.floodlightConfigurations.html">floodlightConfigurations</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78  <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
81  <code><a href="#get">get(profileId, id, x__xgafv=None)</a></code></p>
82<p class="firstline">Gets one floodlight configuration by ID.</p>
83<p class="toc_element">
84  <code><a href="#list">list(profileId, ids=None, x__xgafv=None)</a></code></p>
85<p class="firstline">Retrieves a list of floodlight configurations, possibly filtered.</p>
86<p class="toc_element">
87  <code><a href="#patch">patch(profileId, id, body=None, x__xgafv=None)</a></code></p>
88<p class="firstline">Updates an existing floodlight configuration. This method supports patch semantics.</p>
89<p class="toc_element">
90  <code><a href="#update">update(profileId, body=None, x__xgafv=None)</a></code></p>
91<p class="firstline">Updates an existing floodlight configuration.</p>
92<h3>Method Details</h3>
93<div class="method">
94    <code class="details" id="close">close()</code>
95  <pre>Close httplib2 connections.</pre>
96</div>
97
98<div class="method">
99    <code class="details" id="get">get(profileId, id, x__xgafv=None)</code>
100  <pre>Gets one floodlight configuration by ID.
101
102Args:
103  profileId: string, User profile ID associated with this request. (required)
104  id: string, Floodlight configuration ID. (required)
105  x__xgafv: string, V1 error format.
106    Allowed values
107      1 - v1 error format
108      2 - v2 error format
109
110Returns:
111  An object of the form:
112
113    { # Contains properties of a Floodlight configuration.
114  &quot;accountId&quot;: &quot;A String&quot;, # Account ID of this floodlight configuration. This is a read-only field that can be left blank.
115  &quot;advertiserId&quot;: &quot;A String&quot;, # Advertiser ID of the parent advertiser of this floodlight configuration.
116  &quot;advertiserIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
117    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
118    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
119    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
120    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
121    &quot;matchType&quot;: &quot;A String&quot;, # Determines how the &#x27;value&#x27; field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, &#x27;*&#x27; is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions (&#x27;dfa:paidSearch*&#x27;) allow a matchType other than EXACT.
122    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
123  },
124  &quot;analyticsDataSharingEnabled&quot;: True or False, # Whether advertiser data is shared with Google Analytics.
125  &quot;customViewabilityMetric&quot;: { # Custom Viewability Metric # Custom Viewability metric for the floodlight configuration.
126    &quot;configuration&quot;: { # The attributes, like playtime and percent onscreen, that define the Custom Viewability Metric. # Configuration of the custom viewability metric.
127      &quot;audible&quot;: True or False, # Whether the video must be audible to count an impression.
128      &quot;timeMillis&quot;: 42, # The time in milliseconds the video must play for the Custom Viewability Metric to count an impression. If both this and timePercent are specified, the earlier of the two will be used.
129      &quot;timePercent&quot;: 42, # The percentage of video that must play for the Custom Viewability Metric to count an impression. If both this and timeMillis are specified, the earlier of the two will be used.
130      &quot;viewabilityPercent&quot;: 42, # The percentage of video that must be on screen for the Custom Viewability Metric to count an impression.
131    },
132    &quot;id&quot;: &quot;A String&quot;, # ID of the custom viewability metric.
133    &quot;name&quot;: &quot;A String&quot;, # Name of the custom viewability metric.
134  },
135  &quot;exposureToConversionEnabled&quot;: True or False, # Whether the exposure-to-conversion report is enabled. This report shows detailed pathway information on up to 10 of the most recent ad exposures seen by a user before converting.
136  &quot;firstDayOfWeek&quot;: &quot;A String&quot;, # Day that will be counted as the first day of the week in reports. This is a required field.
137  &quot;id&quot;: &quot;A String&quot;, # ID of this floodlight configuration. This is a read-only, auto-generated field.
138  &quot;idDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of this floodlight configuration. This is a read-only, auto-generated field.
139    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
140    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
141    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
142    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
143    &quot;matchType&quot;: &quot;A String&quot;, # Determines how the &#x27;value&#x27; field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, &#x27;*&#x27; is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions (&#x27;dfa:paidSearch*&#x27;) allow a matchType other than EXACT.
144    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
145  },
146  &quot;inAppAttributionTrackingEnabled&quot;: True or False, # Whether in-app attribution tracking is enabled.
147  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#floodlightConfiguration&quot;.
148  &quot;lookbackConfiguration&quot;: { # Lookback configuration settings. # Lookback window settings for this floodlight configuration.
149    &quot;clickDuration&quot;: 42, # Lookback window, in days, from the last time a given user clicked on one of your ads. If you enter 0, clicks will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
150    &quot;postImpressionActivitiesDuration&quot;: 42, # Lookback window, in days, from the last time a given user viewed one of your ads. If you enter 0, impressions will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
151  },
152  &quot;naturalSearchConversionAttributionOption&quot;: &quot;A String&quot;, # Types of attribution options for natural search conversions.
153  &quot;omnitureSettings&quot;: { # Omniture Integration Settings. # Settings for Campaign Manager Omniture integration.
154    &quot;omnitureCostDataEnabled&quot;: True or False, # Whether placement cost data will be sent to Omniture. This property can be enabled only if omnitureIntegrationEnabled is true.
155    &quot;omnitureIntegrationEnabled&quot;: True or False, # Whether Omniture integration is enabled. This property can be enabled only when the &quot;Advanced Ad Serving&quot; account setting is enabled.
156  },
157  &quot;subaccountId&quot;: &quot;A String&quot;, # Subaccount ID of this floodlight configuration. This is a read-only field that can be left blank.
158  &quot;tagSettings&quot;: { # Dynamic and Image Tag Settings. # Configuration settings for dynamic and image floodlight tags.
159    &quot;dynamicTagEnabled&quot;: True or False, # Whether dynamic floodlight tags are enabled.
160    &quot;imageTagEnabled&quot;: True or False, # Whether image tags are enabled.
161  },
162  &quot;thirdPartyAuthenticationTokens&quot;: [ # List of third-party authentication tokens enabled for this configuration.
163    { # Third Party Authentication Token
164      &quot;name&quot;: &quot;A String&quot;, # Name of the third-party authentication token.
165      &quot;value&quot;: &quot;A String&quot;, # Value of the third-party authentication token. This is a read-only, auto-generated field.
166    },
167  ],
168  &quot;userDefinedVariableConfigurations&quot;: [ # List of user defined variables enabled for this configuration.
169    { # User Defined Variable configuration.
170      &quot;dataType&quot;: &quot;A String&quot;, # Data type for the variable. This is a required field.
171      &quot;reportName&quot;: &quot;A String&quot;, # User-friendly name for the variable which will appear in reports. This is a required field, must be less than 64 characters long, and cannot contain the following characters: &quot;&quot;&lt;&gt;&quot;.
172      &quot;variableType&quot;: &quot;A String&quot;, # Variable name in the tag. This is a required field.
173    },
174  ],
175}</pre>
176</div>
177
178<div class="method">
179    <code class="details" id="list">list(profileId, ids=None, x__xgafv=None)</code>
180  <pre>Retrieves a list of floodlight configurations, possibly filtered.
181
182Args:
183  profileId: string, User profile ID associated with this request. (required)
184  ids: string, Set of IDs of floodlight configurations to retrieve. Required field; otherwise an empty list will be returned. (repeated)
185  x__xgafv: string, V1 error format.
186    Allowed values
187      1 - v1 error format
188      2 - v2 error format
189
190Returns:
191  An object of the form:
192
193    { # Floodlight Configuration List Response
194  &quot;floodlightConfigurations&quot;: [ # Floodlight configuration collection.
195    { # Contains properties of a Floodlight configuration.
196      &quot;accountId&quot;: &quot;A String&quot;, # Account ID of this floodlight configuration. This is a read-only field that can be left blank.
197      &quot;advertiserId&quot;: &quot;A String&quot;, # Advertiser ID of the parent advertiser of this floodlight configuration.
198      &quot;advertiserIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
199        &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
200        &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
201        &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
202        &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
203        &quot;matchType&quot;: &quot;A String&quot;, # Determines how the &#x27;value&#x27; field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, &#x27;*&#x27; is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions (&#x27;dfa:paidSearch*&#x27;) allow a matchType other than EXACT.
204        &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
205      },
206      &quot;analyticsDataSharingEnabled&quot;: True or False, # Whether advertiser data is shared with Google Analytics.
207      &quot;customViewabilityMetric&quot;: { # Custom Viewability Metric # Custom Viewability metric for the floodlight configuration.
208        &quot;configuration&quot;: { # The attributes, like playtime and percent onscreen, that define the Custom Viewability Metric. # Configuration of the custom viewability metric.
209          &quot;audible&quot;: True or False, # Whether the video must be audible to count an impression.
210          &quot;timeMillis&quot;: 42, # The time in milliseconds the video must play for the Custom Viewability Metric to count an impression. If both this and timePercent are specified, the earlier of the two will be used.
211          &quot;timePercent&quot;: 42, # The percentage of video that must play for the Custom Viewability Metric to count an impression. If both this and timeMillis are specified, the earlier of the two will be used.
212          &quot;viewabilityPercent&quot;: 42, # The percentage of video that must be on screen for the Custom Viewability Metric to count an impression.
213        },
214        &quot;id&quot;: &quot;A String&quot;, # ID of the custom viewability metric.
215        &quot;name&quot;: &quot;A String&quot;, # Name of the custom viewability metric.
216      },
217      &quot;exposureToConversionEnabled&quot;: True or False, # Whether the exposure-to-conversion report is enabled. This report shows detailed pathway information on up to 10 of the most recent ad exposures seen by a user before converting.
218      &quot;firstDayOfWeek&quot;: &quot;A String&quot;, # Day that will be counted as the first day of the week in reports. This is a required field.
219      &quot;id&quot;: &quot;A String&quot;, # ID of this floodlight configuration. This is a read-only, auto-generated field.
220      &quot;idDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of this floodlight configuration. This is a read-only, auto-generated field.
221        &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
222        &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
223        &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
224        &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
225        &quot;matchType&quot;: &quot;A String&quot;, # Determines how the &#x27;value&#x27; field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, &#x27;*&#x27; is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions (&#x27;dfa:paidSearch*&#x27;) allow a matchType other than EXACT.
226        &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
227      },
228      &quot;inAppAttributionTrackingEnabled&quot;: True or False, # Whether in-app attribution tracking is enabled.
229      &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#floodlightConfiguration&quot;.
230      &quot;lookbackConfiguration&quot;: { # Lookback configuration settings. # Lookback window settings for this floodlight configuration.
231        &quot;clickDuration&quot;: 42, # Lookback window, in days, from the last time a given user clicked on one of your ads. If you enter 0, clicks will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
232        &quot;postImpressionActivitiesDuration&quot;: 42, # Lookback window, in days, from the last time a given user viewed one of your ads. If you enter 0, impressions will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
233      },
234      &quot;naturalSearchConversionAttributionOption&quot;: &quot;A String&quot;, # Types of attribution options for natural search conversions.
235      &quot;omnitureSettings&quot;: { # Omniture Integration Settings. # Settings for Campaign Manager Omniture integration.
236        &quot;omnitureCostDataEnabled&quot;: True or False, # Whether placement cost data will be sent to Omniture. This property can be enabled only if omnitureIntegrationEnabled is true.
237        &quot;omnitureIntegrationEnabled&quot;: True or False, # Whether Omniture integration is enabled. This property can be enabled only when the &quot;Advanced Ad Serving&quot; account setting is enabled.
238      },
239      &quot;subaccountId&quot;: &quot;A String&quot;, # Subaccount ID of this floodlight configuration. This is a read-only field that can be left blank.
240      &quot;tagSettings&quot;: { # Dynamic and Image Tag Settings. # Configuration settings for dynamic and image floodlight tags.
241        &quot;dynamicTagEnabled&quot;: True or False, # Whether dynamic floodlight tags are enabled.
242        &quot;imageTagEnabled&quot;: True or False, # Whether image tags are enabled.
243      },
244      &quot;thirdPartyAuthenticationTokens&quot;: [ # List of third-party authentication tokens enabled for this configuration.
245        { # Third Party Authentication Token
246          &quot;name&quot;: &quot;A String&quot;, # Name of the third-party authentication token.
247          &quot;value&quot;: &quot;A String&quot;, # Value of the third-party authentication token. This is a read-only, auto-generated field.
248        },
249      ],
250      &quot;userDefinedVariableConfigurations&quot;: [ # List of user defined variables enabled for this configuration.
251        { # User Defined Variable configuration.
252          &quot;dataType&quot;: &quot;A String&quot;, # Data type for the variable. This is a required field.
253          &quot;reportName&quot;: &quot;A String&quot;, # User-friendly name for the variable which will appear in reports. This is a required field, must be less than 64 characters long, and cannot contain the following characters: &quot;&quot;&lt;&gt;&quot;.
254          &quot;variableType&quot;: &quot;A String&quot;, # Variable name in the tag. This is a required field.
255        },
256      ],
257    },
258  ],
259  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#floodlightConfigurationsListResponse&quot;.
260}</pre>
261</div>
262
263<div class="method">
264    <code class="details" id="patch">patch(profileId, id, body=None, x__xgafv=None)</code>
265  <pre>Updates an existing floodlight configuration. This method supports patch semantics.
266
267Args:
268  profileId: string, User profile ID associated with this request. (required)
269  id: string, FloodlightConfiguration ID. (required)
270  body: object, The request body.
271    The object takes the form of:
272
273{ # Contains properties of a Floodlight configuration.
274  &quot;accountId&quot;: &quot;A String&quot;, # Account ID of this floodlight configuration. This is a read-only field that can be left blank.
275  &quot;advertiserId&quot;: &quot;A String&quot;, # Advertiser ID of the parent advertiser of this floodlight configuration.
276  &quot;advertiserIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
277    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
278    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
279    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
280    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
281    &quot;matchType&quot;: &quot;A String&quot;, # Determines how the &#x27;value&#x27; field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, &#x27;*&#x27; is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions (&#x27;dfa:paidSearch*&#x27;) allow a matchType other than EXACT.
282    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
283  },
284  &quot;analyticsDataSharingEnabled&quot;: True or False, # Whether advertiser data is shared with Google Analytics.
285  &quot;customViewabilityMetric&quot;: { # Custom Viewability Metric # Custom Viewability metric for the floodlight configuration.
286    &quot;configuration&quot;: { # The attributes, like playtime and percent onscreen, that define the Custom Viewability Metric. # Configuration of the custom viewability metric.
287      &quot;audible&quot;: True or False, # Whether the video must be audible to count an impression.
288      &quot;timeMillis&quot;: 42, # The time in milliseconds the video must play for the Custom Viewability Metric to count an impression. If both this and timePercent are specified, the earlier of the two will be used.
289      &quot;timePercent&quot;: 42, # The percentage of video that must play for the Custom Viewability Metric to count an impression. If both this and timeMillis are specified, the earlier of the two will be used.
290      &quot;viewabilityPercent&quot;: 42, # The percentage of video that must be on screen for the Custom Viewability Metric to count an impression.
291    },
292    &quot;id&quot;: &quot;A String&quot;, # ID of the custom viewability metric.
293    &quot;name&quot;: &quot;A String&quot;, # Name of the custom viewability metric.
294  },
295  &quot;exposureToConversionEnabled&quot;: True or False, # Whether the exposure-to-conversion report is enabled. This report shows detailed pathway information on up to 10 of the most recent ad exposures seen by a user before converting.
296  &quot;firstDayOfWeek&quot;: &quot;A String&quot;, # Day that will be counted as the first day of the week in reports. This is a required field.
297  &quot;id&quot;: &quot;A String&quot;, # ID of this floodlight configuration. This is a read-only, auto-generated field.
298  &quot;idDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of this floodlight configuration. This is a read-only, auto-generated field.
299    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
300    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
301    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
302    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
303    &quot;matchType&quot;: &quot;A String&quot;, # Determines how the &#x27;value&#x27; field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, &#x27;*&#x27; is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions (&#x27;dfa:paidSearch*&#x27;) allow a matchType other than EXACT.
304    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
305  },
306  &quot;inAppAttributionTrackingEnabled&quot;: True or False, # Whether in-app attribution tracking is enabled.
307  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#floodlightConfiguration&quot;.
308  &quot;lookbackConfiguration&quot;: { # Lookback configuration settings. # Lookback window settings for this floodlight configuration.
309    &quot;clickDuration&quot;: 42, # Lookback window, in days, from the last time a given user clicked on one of your ads. If you enter 0, clicks will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
310    &quot;postImpressionActivitiesDuration&quot;: 42, # Lookback window, in days, from the last time a given user viewed one of your ads. If you enter 0, impressions will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
311  },
312  &quot;naturalSearchConversionAttributionOption&quot;: &quot;A String&quot;, # Types of attribution options for natural search conversions.
313  &quot;omnitureSettings&quot;: { # Omniture Integration Settings. # Settings for Campaign Manager Omniture integration.
314    &quot;omnitureCostDataEnabled&quot;: True or False, # Whether placement cost data will be sent to Omniture. This property can be enabled only if omnitureIntegrationEnabled is true.
315    &quot;omnitureIntegrationEnabled&quot;: True or False, # Whether Omniture integration is enabled. This property can be enabled only when the &quot;Advanced Ad Serving&quot; account setting is enabled.
316  },
317  &quot;subaccountId&quot;: &quot;A String&quot;, # Subaccount ID of this floodlight configuration. This is a read-only field that can be left blank.
318  &quot;tagSettings&quot;: { # Dynamic and Image Tag Settings. # Configuration settings for dynamic and image floodlight tags.
319    &quot;dynamicTagEnabled&quot;: True or False, # Whether dynamic floodlight tags are enabled.
320    &quot;imageTagEnabled&quot;: True or False, # Whether image tags are enabled.
321  },
322  &quot;thirdPartyAuthenticationTokens&quot;: [ # List of third-party authentication tokens enabled for this configuration.
323    { # Third Party Authentication Token
324      &quot;name&quot;: &quot;A String&quot;, # Name of the third-party authentication token.
325      &quot;value&quot;: &quot;A String&quot;, # Value of the third-party authentication token. This is a read-only, auto-generated field.
326    },
327  ],
328  &quot;userDefinedVariableConfigurations&quot;: [ # List of user defined variables enabled for this configuration.
329    { # User Defined Variable configuration.
330      &quot;dataType&quot;: &quot;A String&quot;, # Data type for the variable. This is a required field.
331      &quot;reportName&quot;: &quot;A String&quot;, # User-friendly name for the variable which will appear in reports. This is a required field, must be less than 64 characters long, and cannot contain the following characters: &quot;&quot;&lt;&gt;&quot;.
332      &quot;variableType&quot;: &quot;A String&quot;, # Variable name in the tag. This is a required field.
333    },
334  ],
335}
336
337  x__xgafv: string, V1 error format.
338    Allowed values
339      1 - v1 error format
340      2 - v2 error format
341
342Returns:
343  An object of the form:
344
345    { # Contains properties of a Floodlight configuration.
346  &quot;accountId&quot;: &quot;A String&quot;, # Account ID of this floodlight configuration. This is a read-only field that can be left blank.
347  &quot;advertiserId&quot;: &quot;A String&quot;, # Advertiser ID of the parent advertiser of this floodlight configuration.
348  &quot;advertiserIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
349    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
350    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
351    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
352    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
353    &quot;matchType&quot;: &quot;A String&quot;, # Determines how the &#x27;value&#x27; field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, &#x27;*&#x27; is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions (&#x27;dfa:paidSearch*&#x27;) allow a matchType other than EXACT.
354    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
355  },
356  &quot;analyticsDataSharingEnabled&quot;: True or False, # Whether advertiser data is shared with Google Analytics.
357  &quot;customViewabilityMetric&quot;: { # Custom Viewability Metric # Custom Viewability metric for the floodlight configuration.
358    &quot;configuration&quot;: { # The attributes, like playtime and percent onscreen, that define the Custom Viewability Metric. # Configuration of the custom viewability metric.
359      &quot;audible&quot;: True or False, # Whether the video must be audible to count an impression.
360      &quot;timeMillis&quot;: 42, # The time in milliseconds the video must play for the Custom Viewability Metric to count an impression. If both this and timePercent are specified, the earlier of the two will be used.
361      &quot;timePercent&quot;: 42, # The percentage of video that must play for the Custom Viewability Metric to count an impression. If both this and timeMillis are specified, the earlier of the two will be used.
362      &quot;viewabilityPercent&quot;: 42, # The percentage of video that must be on screen for the Custom Viewability Metric to count an impression.
363    },
364    &quot;id&quot;: &quot;A String&quot;, # ID of the custom viewability metric.
365    &quot;name&quot;: &quot;A String&quot;, # Name of the custom viewability metric.
366  },
367  &quot;exposureToConversionEnabled&quot;: True or False, # Whether the exposure-to-conversion report is enabled. This report shows detailed pathway information on up to 10 of the most recent ad exposures seen by a user before converting.
368  &quot;firstDayOfWeek&quot;: &quot;A String&quot;, # Day that will be counted as the first day of the week in reports. This is a required field.
369  &quot;id&quot;: &quot;A String&quot;, # ID of this floodlight configuration. This is a read-only, auto-generated field.
370  &quot;idDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of this floodlight configuration. This is a read-only, auto-generated field.
371    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
372    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
373    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
374    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
375    &quot;matchType&quot;: &quot;A String&quot;, # Determines how the &#x27;value&#x27; field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, &#x27;*&#x27; is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions (&#x27;dfa:paidSearch*&#x27;) allow a matchType other than EXACT.
376    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
377  },
378  &quot;inAppAttributionTrackingEnabled&quot;: True or False, # Whether in-app attribution tracking is enabled.
379  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#floodlightConfiguration&quot;.
380  &quot;lookbackConfiguration&quot;: { # Lookback configuration settings. # Lookback window settings for this floodlight configuration.
381    &quot;clickDuration&quot;: 42, # Lookback window, in days, from the last time a given user clicked on one of your ads. If you enter 0, clicks will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
382    &quot;postImpressionActivitiesDuration&quot;: 42, # Lookback window, in days, from the last time a given user viewed one of your ads. If you enter 0, impressions will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
383  },
384  &quot;naturalSearchConversionAttributionOption&quot;: &quot;A String&quot;, # Types of attribution options for natural search conversions.
385  &quot;omnitureSettings&quot;: { # Omniture Integration Settings. # Settings for Campaign Manager Omniture integration.
386    &quot;omnitureCostDataEnabled&quot;: True or False, # Whether placement cost data will be sent to Omniture. This property can be enabled only if omnitureIntegrationEnabled is true.
387    &quot;omnitureIntegrationEnabled&quot;: True or False, # Whether Omniture integration is enabled. This property can be enabled only when the &quot;Advanced Ad Serving&quot; account setting is enabled.
388  },
389  &quot;subaccountId&quot;: &quot;A String&quot;, # Subaccount ID of this floodlight configuration. This is a read-only field that can be left blank.
390  &quot;tagSettings&quot;: { # Dynamic and Image Tag Settings. # Configuration settings for dynamic and image floodlight tags.
391    &quot;dynamicTagEnabled&quot;: True or False, # Whether dynamic floodlight tags are enabled.
392    &quot;imageTagEnabled&quot;: True or False, # Whether image tags are enabled.
393  },
394  &quot;thirdPartyAuthenticationTokens&quot;: [ # List of third-party authentication tokens enabled for this configuration.
395    { # Third Party Authentication Token
396      &quot;name&quot;: &quot;A String&quot;, # Name of the third-party authentication token.
397      &quot;value&quot;: &quot;A String&quot;, # Value of the third-party authentication token. This is a read-only, auto-generated field.
398    },
399  ],
400  &quot;userDefinedVariableConfigurations&quot;: [ # List of user defined variables enabled for this configuration.
401    { # User Defined Variable configuration.
402      &quot;dataType&quot;: &quot;A String&quot;, # Data type for the variable. This is a required field.
403      &quot;reportName&quot;: &quot;A String&quot;, # User-friendly name for the variable which will appear in reports. This is a required field, must be less than 64 characters long, and cannot contain the following characters: &quot;&quot;&lt;&gt;&quot;.
404      &quot;variableType&quot;: &quot;A String&quot;, # Variable name in the tag. This is a required field.
405    },
406  ],
407}</pre>
408</div>
409
410<div class="method">
411    <code class="details" id="update">update(profileId, body=None, x__xgafv=None)</code>
412  <pre>Updates an existing floodlight configuration.
413
414Args:
415  profileId: string, User profile ID associated with this request. (required)
416  body: object, The request body.
417    The object takes the form of:
418
419{ # Contains properties of a Floodlight configuration.
420  &quot;accountId&quot;: &quot;A String&quot;, # Account ID of this floodlight configuration. This is a read-only field that can be left blank.
421  &quot;advertiserId&quot;: &quot;A String&quot;, # Advertiser ID of the parent advertiser of this floodlight configuration.
422  &quot;advertiserIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
423    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
424    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
425    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
426    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
427    &quot;matchType&quot;: &quot;A String&quot;, # Determines how the &#x27;value&#x27; field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, &#x27;*&#x27; is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions (&#x27;dfa:paidSearch*&#x27;) allow a matchType other than EXACT.
428    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
429  },
430  &quot;analyticsDataSharingEnabled&quot;: True or False, # Whether advertiser data is shared with Google Analytics.
431  &quot;customViewabilityMetric&quot;: { # Custom Viewability Metric # Custom Viewability metric for the floodlight configuration.
432    &quot;configuration&quot;: { # The attributes, like playtime and percent onscreen, that define the Custom Viewability Metric. # Configuration of the custom viewability metric.
433      &quot;audible&quot;: True or False, # Whether the video must be audible to count an impression.
434      &quot;timeMillis&quot;: 42, # The time in milliseconds the video must play for the Custom Viewability Metric to count an impression. If both this and timePercent are specified, the earlier of the two will be used.
435      &quot;timePercent&quot;: 42, # The percentage of video that must play for the Custom Viewability Metric to count an impression. If both this and timeMillis are specified, the earlier of the two will be used.
436      &quot;viewabilityPercent&quot;: 42, # The percentage of video that must be on screen for the Custom Viewability Metric to count an impression.
437    },
438    &quot;id&quot;: &quot;A String&quot;, # ID of the custom viewability metric.
439    &quot;name&quot;: &quot;A String&quot;, # Name of the custom viewability metric.
440  },
441  &quot;exposureToConversionEnabled&quot;: True or False, # Whether the exposure-to-conversion report is enabled. This report shows detailed pathway information on up to 10 of the most recent ad exposures seen by a user before converting.
442  &quot;firstDayOfWeek&quot;: &quot;A String&quot;, # Day that will be counted as the first day of the week in reports. This is a required field.
443  &quot;id&quot;: &quot;A String&quot;, # ID of this floodlight configuration. This is a read-only, auto-generated field.
444  &quot;idDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of this floodlight configuration. This is a read-only, auto-generated field.
445    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
446    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
447    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
448    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
449    &quot;matchType&quot;: &quot;A String&quot;, # Determines how the &#x27;value&#x27; field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, &#x27;*&#x27; is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions (&#x27;dfa:paidSearch*&#x27;) allow a matchType other than EXACT.
450    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
451  },
452  &quot;inAppAttributionTrackingEnabled&quot;: True or False, # Whether in-app attribution tracking is enabled.
453  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#floodlightConfiguration&quot;.
454  &quot;lookbackConfiguration&quot;: { # Lookback configuration settings. # Lookback window settings for this floodlight configuration.
455    &quot;clickDuration&quot;: 42, # Lookback window, in days, from the last time a given user clicked on one of your ads. If you enter 0, clicks will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
456    &quot;postImpressionActivitiesDuration&quot;: 42, # Lookback window, in days, from the last time a given user viewed one of your ads. If you enter 0, impressions will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
457  },
458  &quot;naturalSearchConversionAttributionOption&quot;: &quot;A String&quot;, # Types of attribution options for natural search conversions.
459  &quot;omnitureSettings&quot;: { # Omniture Integration Settings. # Settings for Campaign Manager Omniture integration.
460    &quot;omnitureCostDataEnabled&quot;: True or False, # Whether placement cost data will be sent to Omniture. This property can be enabled only if omnitureIntegrationEnabled is true.
461    &quot;omnitureIntegrationEnabled&quot;: True or False, # Whether Omniture integration is enabled. This property can be enabled only when the &quot;Advanced Ad Serving&quot; account setting is enabled.
462  },
463  &quot;subaccountId&quot;: &quot;A String&quot;, # Subaccount ID of this floodlight configuration. This is a read-only field that can be left blank.
464  &quot;tagSettings&quot;: { # Dynamic and Image Tag Settings. # Configuration settings for dynamic and image floodlight tags.
465    &quot;dynamicTagEnabled&quot;: True or False, # Whether dynamic floodlight tags are enabled.
466    &quot;imageTagEnabled&quot;: True or False, # Whether image tags are enabled.
467  },
468  &quot;thirdPartyAuthenticationTokens&quot;: [ # List of third-party authentication tokens enabled for this configuration.
469    { # Third Party Authentication Token
470      &quot;name&quot;: &quot;A String&quot;, # Name of the third-party authentication token.
471      &quot;value&quot;: &quot;A String&quot;, # Value of the third-party authentication token. This is a read-only, auto-generated field.
472    },
473  ],
474  &quot;userDefinedVariableConfigurations&quot;: [ # List of user defined variables enabled for this configuration.
475    { # User Defined Variable configuration.
476      &quot;dataType&quot;: &quot;A String&quot;, # Data type for the variable. This is a required field.
477      &quot;reportName&quot;: &quot;A String&quot;, # User-friendly name for the variable which will appear in reports. This is a required field, must be less than 64 characters long, and cannot contain the following characters: &quot;&quot;&lt;&gt;&quot;.
478      &quot;variableType&quot;: &quot;A String&quot;, # Variable name in the tag. This is a required field.
479    },
480  ],
481}
482
483  x__xgafv: string, V1 error format.
484    Allowed values
485      1 - v1 error format
486      2 - v2 error format
487
488Returns:
489  An object of the form:
490
491    { # Contains properties of a Floodlight configuration.
492  &quot;accountId&quot;: &quot;A String&quot;, # Account ID of this floodlight configuration. This is a read-only field that can be left blank.
493  &quot;advertiserId&quot;: &quot;A String&quot;, # Advertiser ID of the parent advertiser of this floodlight configuration.
494  &quot;advertiserIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
495    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
496    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
497    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
498    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
499    &quot;matchType&quot;: &quot;A String&quot;, # Determines how the &#x27;value&#x27; field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, &#x27;*&#x27; is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions (&#x27;dfa:paidSearch*&#x27;) allow a matchType other than EXACT.
500    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
501  },
502  &quot;analyticsDataSharingEnabled&quot;: True or False, # Whether advertiser data is shared with Google Analytics.
503  &quot;customViewabilityMetric&quot;: { # Custom Viewability Metric # Custom Viewability metric for the floodlight configuration.
504    &quot;configuration&quot;: { # The attributes, like playtime and percent onscreen, that define the Custom Viewability Metric. # Configuration of the custom viewability metric.
505      &quot;audible&quot;: True or False, # Whether the video must be audible to count an impression.
506      &quot;timeMillis&quot;: 42, # The time in milliseconds the video must play for the Custom Viewability Metric to count an impression. If both this and timePercent are specified, the earlier of the two will be used.
507      &quot;timePercent&quot;: 42, # The percentage of video that must play for the Custom Viewability Metric to count an impression. If both this and timeMillis are specified, the earlier of the two will be used.
508      &quot;viewabilityPercent&quot;: 42, # The percentage of video that must be on screen for the Custom Viewability Metric to count an impression.
509    },
510    &quot;id&quot;: &quot;A String&quot;, # ID of the custom viewability metric.
511    &quot;name&quot;: &quot;A String&quot;, # Name of the custom viewability metric.
512  },
513  &quot;exposureToConversionEnabled&quot;: True or False, # Whether the exposure-to-conversion report is enabled. This report shows detailed pathway information on up to 10 of the most recent ad exposures seen by a user before converting.
514  &quot;firstDayOfWeek&quot;: &quot;A String&quot;, # Day that will be counted as the first day of the week in reports. This is a required field.
515  &quot;id&quot;: &quot;A String&quot;, # ID of this floodlight configuration. This is a read-only, auto-generated field.
516  &quot;idDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of this floodlight configuration. This is a read-only, auto-generated field.
517    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
518    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
519    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
520    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
521    &quot;matchType&quot;: &quot;A String&quot;, # Determines how the &#x27;value&#x27; field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, &#x27;*&#x27; is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions (&#x27;dfa:paidSearch*&#x27;) allow a matchType other than EXACT.
522    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
523  },
524  &quot;inAppAttributionTrackingEnabled&quot;: True or False, # Whether in-app attribution tracking is enabled.
525  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#floodlightConfiguration&quot;.
526  &quot;lookbackConfiguration&quot;: { # Lookback configuration settings. # Lookback window settings for this floodlight configuration.
527    &quot;clickDuration&quot;: 42, # Lookback window, in days, from the last time a given user clicked on one of your ads. If you enter 0, clicks will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
528    &quot;postImpressionActivitiesDuration&quot;: 42, # Lookback window, in days, from the last time a given user viewed one of your ads. If you enter 0, impressions will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
529  },
530  &quot;naturalSearchConversionAttributionOption&quot;: &quot;A String&quot;, # Types of attribution options for natural search conversions.
531  &quot;omnitureSettings&quot;: { # Omniture Integration Settings. # Settings for Campaign Manager Omniture integration.
532    &quot;omnitureCostDataEnabled&quot;: True or False, # Whether placement cost data will be sent to Omniture. This property can be enabled only if omnitureIntegrationEnabled is true.
533    &quot;omnitureIntegrationEnabled&quot;: True or False, # Whether Omniture integration is enabled. This property can be enabled only when the &quot;Advanced Ad Serving&quot; account setting is enabled.
534  },
535  &quot;subaccountId&quot;: &quot;A String&quot;, # Subaccount ID of this floodlight configuration. This is a read-only field that can be left blank.
536  &quot;tagSettings&quot;: { # Dynamic and Image Tag Settings. # Configuration settings for dynamic and image floodlight tags.
537    &quot;dynamicTagEnabled&quot;: True or False, # Whether dynamic floodlight tags are enabled.
538    &quot;imageTagEnabled&quot;: True or False, # Whether image tags are enabled.
539  },
540  &quot;thirdPartyAuthenticationTokens&quot;: [ # List of third-party authentication tokens enabled for this configuration.
541    { # Third Party Authentication Token
542      &quot;name&quot;: &quot;A String&quot;, # Name of the third-party authentication token.
543      &quot;value&quot;: &quot;A String&quot;, # Value of the third-party authentication token. This is a read-only, auto-generated field.
544    },
545  ],
546  &quot;userDefinedVariableConfigurations&quot;: [ # List of user defined variables enabled for this configuration.
547    { # User Defined Variable configuration.
548      &quot;dataType&quot;: &quot;A String&quot;, # Data type for the variable. This is a required field.
549      &quot;reportName&quot;: &quot;A String&quot;, # User-friendly name for the variable which will appear in reports. This is a required field, must be less than 64 characters long, and cannot contain the following characters: &quot;&quot;&lt;&gt;&quot;.
550      &quot;variableType&quot;: &quot;A String&quot;, # Variable name in the tag. This is a required field.
551    },
552  ],
553}</pre>
554</div>
555
556</body></html>