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.floodlightActivities.html">floodlightActivities</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="#delete">delete(profileId, id, x__xgafv=None)</a></code></p>
82<p class="firstline">Deletes an existing floodlight activity.</p>
83<p class="toc_element">
84  <code><a href="#generatetag">generatetag(profileId, floodlightActivityId=None, x__xgafv=None)</a></code></p>
85<p class="firstline">Generates a tag for a floodlight activity.</p>
86<p class="toc_element">
87  <code><a href="#get">get(profileId, id, x__xgafv=None)</a></code></p>
88<p class="firstline">Gets one floodlight activity by ID.</p>
89<p class="toc_element">
90  <code><a href="#insert">insert(profileId, body=None, x__xgafv=None)</a></code></p>
91<p class="firstline">Inserts a new floodlight activity.</p>
92<p class="toc_element">
93  <code><a href="#list">list(profileId, advertiserId=None, floodlightActivityGroupIds=None, floodlightActivityGroupName=None, floodlightActivityGroupTagString=None, floodlightActivityGroupType=None, floodlightConfigurationId=None, ids=None, maxResults=None, pageToken=None, searchString=None, sortField=None, sortOrder=None, tagString=None, x__xgafv=None)</a></code></p>
94<p class="firstline">Retrieves a list of floodlight activities, possibly filtered. This method supports paging.</p>
95<p class="toc_element">
96  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
97<p class="firstline">Retrieves the next page of results.</p>
98<p class="toc_element">
99  <code><a href="#patch">patch(profileId, id, body=None, x__xgafv=None)</a></code></p>
100<p class="firstline">Updates an existing floodlight activity. This method supports patch semantics.</p>
101<p class="toc_element">
102  <code><a href="#update">update(profileId, body=None, x__xgafv=None)</a></code></p>
103<p class="firstline">Updates an existing floodlight activity.</p>
104<h3>Method Details</h3>
105<div class="method">
106    <code class="details" id="close">close()</code>
107  <pre>Close httplib2 connections.</pre>
108</div>
109
110<div class="method">
111    <code class="details" id="delete">delete(profileId, id, x__xgafv=None)</code>
112  <pre>Deletes an existing floodlight activity.
113
114Args:
115  profileId: string, User profile ID associated with this request. (required)
116  id: string, Floodlight activity ID. (required)
117  x__xgafv: string, V1 error format.
118    Allowed values
119      1 - v1 error format
120      2 - v2 error format
121</pre>
122</div>
123
124<div class="method">
125    <code class="details" id="generatetag">generatetag(profileId, floodlightActivityId=None, x__xgafv=None)</code>
126  <pre>Generates a tag for a floodlight activity.
127
128Args:
129  profileId: string, User profile ID associated with this request. (required)
130  floodlightActivityId: string, Floodlight activity ID for which we want to generate a tag.
131  x__xgafv: string, V1 error format.
132    Allowed values
133      1 - v1 error format
134      2 - v2 error format
135
136Returns:
137  An object of the form:
138
139    { # Floodlight Activity GenerateTag Response
140  &quot;floodlightActivityTag&quot;: &quot;A String&quot;, # Generated tag for this Floodlight activity. For global site tags, this is the event snippet.
141  &quot;globalSiteTagGlobalSnippet&quot;: &quot;A String&quot;, # The global snippet section of a global site tag. The global site tag sets new cookies on your domain, which will store a unique identifier for a user or the ad click that brought the user to your site. Learn more.
142  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#floodlightActivitiesGenerateTagResponse&quot;.
143}</pre>
144</div>
145
146<div class="method">
147    <code class="details" id="get">get(profileId, id, x__xgafv=None)</code>
148  <pre>Gets one floodlight activity by ID.
149
150Args:
151  profileId: string, User profile ID associated with this request. (required)
152  id: string, Floodlight activity ID. (required)
153  x__xgafv: string, V1 error format.
154    Allowed values
155      1 - v1 error format
156      2 - v2 error format
157
158Returns:
159  An object of the form:
160
161    { # Contains properties of a Floodlight activity.
162  &quot;accountId&quot;: &quot;A String&quot;, # Account ID of this floodlight activity. This is a read-only field that can be left blank.
163  &quot;advertiserId&quot;: &quot;A String&quot;, # Advertiser ID of this floodlight activity. If this field is left blank, the value will be copied over either from the activity group&#x27;s advertiser or the existing activity&#x27;s advertiser.
164  &quot;advertiserIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
165    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
166    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
167    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
168    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
169    &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.
170    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
171  },
172  &quot;cacheBustingType&quot;: &quot;A String&quot;, # Code type used for cache busting in the generated tag. Applicable only when floodlightActivityGroupType is COUNTER and countingMethod is STANDARD_COUNTING or UNIQUE_COUNTING.
173  &quot;countingMethod&quot;: &quot;A String&quot;, # Counting method for conversions for this floodlight activity. This is a required field.
174  &quot;defaultTags&quot;: [ # Dynamic floodlight tags.
175    { # Dynamic Tag
176      &quot;id&quot;: &quot;A String&quot;, # ID of this dynamic tag. This is a read-only, auto-generated field.
177      &quot;name&quot;: &quot;A String&quot;, # Name of this tag.
178      &quot;tag&quot;: &quot;A String&quot;, # Tag code.
179    },
180  ],
181  &quot;expectedUrl&quot;: &quot;A String&quot;, # URL where this tag will be deployed. If specified, must be less than 256 characters long.
182  &quot;floodlightActivityGroupId&quot;: &quot;A String&quot;, # Floodlight activity group ID of this floodlight activity. This is a required field.
183  &quot;floodlightActivityGroupName&quot;: &quot;A String&quot;, # Name of the associated floodlight activity group. This is a read-only field.
184  &quot;floodlightActivityGroupTagString&quot;: &quot;A String&quot;, # Tag string of the associated floodlight activity group. This is a read-only field.
185  &quot;floodlightActivityGroupType&quot;: &quot;A String&quot;, # Type of the associated floodlight activity group. This is a read-only field.
186  &quot;floodlightConfigurationId&quot;: &quot;A String&quot;, # Floodlight configuration ID of this floodlight activity. If this field is left blank, the value will be copied over either from the activity group&#x27;s floodlight configuration or from the existing activity&#x27;s floodlight configuration.
187  &quot;floodlightConfigurationIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the floodlight configuration. This is a read-only, auto-generated field.
188    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
189    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
190    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
191    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
192    &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.
193    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
194  },
195  &quot;floodlightTagType&quot;: &quot;A String&quot;, # The type of Floodlight tag this activity will generate. This is a required field.
196  &quot;hidden&quot;: True or False, # Whether this activity is archived.
197  &quot;id&quot;: &quot;A String&quot;, # ID of this floodlight activity. This is a read-only, auto-generated field.
198  &quot;idDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of this floodlight activity. 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;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#floodlightActivity&quot;.
207  &quot;name&quot;: &quot;A String&quot;, # Name of this floodlight activity. This is a required field. Must be less than 129 characters long and cannot contain quotes.
208  &quot;notes&quot;: &quot;A String&quot;, # General notes or implementation instructions for the tag.
209  &quot;publisherTags&quot;: [ # Publisher dynamic floodlight tags.
210    { # Publisher Dynamic Tag
211      &quot;clickThrough&quot;: True or False, # Whether this tag is applicable only for click-throughs.
212      &quot;directorySiteId&quot;: &quot;A String&quot;, # Directory site ID of this dynamic tag. This is a write-only field that can be used as an alternative to the siteId field. When this resource is retrieved, only the siteId field will be populated.
213      &quot;dynamicTag&quot;: { # Dynamic Tag # Dynamic floodlight tag.
214        &quot;id&quot;: &quot;A String&quot;, # ID of this dynamic tag. This is a read-only, auto-generated field.
215        &quot;name&quot;: &quot;A String&quot;, # Name of this tag.
216        &quot;tag&quot;: &quot;A String&quot;, # Tag code.
217      },
218      &quot;siteId&quot;: &quot;A String&quot;, # Site ID of this dynamic tag.
219      &quot;siteIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the site. This is a read-only, auto-generated field.
220        &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
221        &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
222        &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
223        &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
224        &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.
225        &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
226      },
227      &quot;viewThrough&quot;: True or False, # Whether this tag is applicable only for view-throughs.
228    },
229  ],
230  &quot;secure&quot;: True or False, # Whether this tag should use SSL.
231  &quot;sslCompliant&quot;: True or False, # Whether the floodlight activity is SSL-compliant. This is a read-only field, its value detected by the system from the floodlight tags.
232  &quot;sslRequired&quot;: True or False, # Whether this floodlight activity must be SSL-compliant.
233  &quot;subaccountId&quot;: &quot;A String&quot;, # Subaccount ID of this floodlight activity. This is a read-only field that can be left blank.
234  &quot;tagFormat&quot;: &quot;A String&quot;, # Tag format type for the floodlight activity. If left blank, the tag format will default to HTML.
235  &quot;tagString&quot;: &quot;A String&quot;, # Value of the cat= parameter in the floodlight tag, which the ad servers use to identify the activity. This is optional: if empty, a new tag string will be generated for you. This string must be 1 to 8 characters long, with valid characters being a-z0-9[ _ ]. This tag string must also be unique among activities of the same activity group. This field is read-only after insertion.
236  &quot;userDefinedVariableTypes&quot;: [ # List of the user-defined variables used by this conversion tag. These map to the &quot;u[1-100]=&quot; in the tags. Each of these can have a user defined type. Acceptable values are U1 to U100, inclusive.
237    &quot;A String&quot;,
238  ],
239}</pre>
240</div>
241
242<div class="method">
243    <code class="details" id="insert">insert(profileId, body=None, x__xgafv=None)</code>
244  <pre>Inserts a new floodlight activity.
245
246Args:
247  profileId: string, User profile ID associated with this request. (required)
248  body: object, The request body.
249    The object takes the form of:
250
251{ # Contains properties of a Floodlight activity.
252  &quot;accountId&quot;: &quot;A String&quot;, # Account ID of this floodlight activity. This is a read-only field that can be left blank.
253  &quot;advertiserId&quot;: &quot;A String&quot;, # Advertiser ID of this floodlight activity. If this field is left blank, the value will be copied over either from the activity group&#x27;s advertiser or the existing activity&#x27;s advertiser.
254  &quot;advertiserIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
255    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
256    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
257    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
258    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
259    &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.
260    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
261  },
262  &quot;cacheBustingType&quot;: &quot;A String&quot;, # Code type used for cache busting in the generated tag. Applicable only when floodlightActivityGroupType is COUNTER and countingMethod is STANDARD_COUNTING or UNIQUE_COUNTING.
263  &quot;countingMethod&quot;: &quot;A String&quot;, # Counting method for conversions for this floodlight activity. This is a required field.
264  &quot;defaultTags&quot;: [ # Dynamic floodlight tags.
265    { # Dynamic Tag
266      &quot;id&quot;: &quot;A String&quot;, # ID of this dynamic tag. This is a read-only, auto-generated field.
267      &quot;name&quot;: &quot;A String&quot;, # Name of this tag.
268      &quot;tag&quot;: &quot;A String&quot;, # Tag code.
269    },
270  ],
271  &quot;expectedUrl&quot;: &quot;A String&quot;, # URL where this tag will be deployed. If specified, must be less than 256 characters long.
272  &quot;floodlightActivityGroupId&quot;: &quot;A String&quot;, # Floodlight activity group ID of this floodlight activity. This is a required field.
273  &quot;floodlightActivityGroupName&quot;: &quot;A String&quot;, # Name of the associated floodlight activity group. This is a read-only field.
274  &quot;floodlightActivityGroupTagString&quot;: &quot;A String&quot;, # Tag string of the associated floodlight activity group. This is a read-only field.
275  &quot;floodlightActivityGroupType&quot;: &quot;A String&quot;, # Type of the associated floodlight activity group. This is a read-only field.
276  &quot;floodlightConfigurationId&quot;: &quot;A String&quot;, # Floodlight configuration ID of this floodlight activity. If this field is left blank, the value will be copied over either from the activity group&#x27;s floodlight configuration or from the existing activity&#x27;s floodlight configuration.
277  &quot;floodlightConfigurationIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the floodlight configuration. This is a read-only, auto-generated field.
278    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
279    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
280    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
281    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
282    &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.
283    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
284  },
285  &quot;floodlightTagType&quot;: &quot;A String&quot;, # The type of Floodlight tag this activity will generate. This is a required field.
286  &quot;hidden&quot;: True or False, # Whether this activity is archived.
287  &quot;id&quot;: &quot;A String&quot;, # ID of this floodlight activity. This is a read-only, auto-generated field.
288  &quot;idDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of this floodlight activity. This is a read-only, auto-generated field.
289    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
290    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
291    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
292    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
293    &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.
294    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
295  },
296  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#floodlightActivity&quot;.
297  &quot;name&quot;: &quot;A String&quot;, # Name of this floodlight activity. This is a required field. Must be less than 129 characters long and cannot contain quotes.
298  &quot;notes&quot;: &quot;A String&quot;, # General notes or implementation instructions for the tag.
299  &quot;publisherTags&quot;: [ # Publisher dynamic floodlight tags.
300    { # Publisher Dynamic Tag
301      &quot;clickThrough&quot;: True or False, # Whether this tag is applicable only for click-throughs.
302      &quot;directorySiteId&quot;: &quot;A String&quot;, # Directory site ID of this dynamic tag. This is a write-only field that can be used as an alternative to the siteId field. When this resource is retrieved, only the siteId field will be populated.
303      &quot;dynamicTag&quot;: { # Dynamic Tag # Dynamic floodlight tag.
304        &quot;id&quot;: &quot;A String&quot;, # ID of this dynamic tag. This is a read-only, auto-generated field.
305        &quot;name&quot;: &quot;A String&quot;, # Name of this tag.
306        &quot;tag&quot;: &quot;A String&quot;, # Tag code.
307      },
308      &quot;siteId&quot;: &quot;A String&quot;, # Site ID of this dynamic tag.
309      &quot;siteIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the site. This is a read-only, auto-generated field.
310        &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
311        &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
312        &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
313        &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
314        &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.
315        &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
316      },
317      &quot;viewThrough&quot;: True or False, # Whether this tag is applicable only for view-throughs.
318    },
319  ],
320  &quot;secure&quot;: True or False, # Whether this tag should use SSL.
321  &quot;sslCompliant&quot;: True or False, # Whether the floodlight activity is SSL-compliant. This is a read-only field, its value detected by the system from the floodlight tags.
322  &quot;sslRequired&quot;: True or False, # Whether this floodlight activity must be SSL-compliant.
323  &quot;subaccountId&quot;: &quot;A String&quot;, # Subaccount ID of this floodlight activity. This is a read-only field that can be left blank.
324  &quot;tagFormat&quot;: &quot;A String&quot;, # Tag format type for the floodlight activity. If left blank, the tag format will default to HTML.
325  &quot;tagString&quot;: &quot;A String&quot;, # Value of the cat= parameter in the floodlight tag, which the ad servers use to identify the activity. This is optional: if empty, a new tag string will be generated for you. This string must be 1 to 8 characters long, with valid characters being a-z0-9[ _ ]. This tag string must also be unique among activities of the same activity group. This field is read-only after insertion.
326  &quot;userDefinedVariableTypes&quot;: [ # List of the user-defined variables used by this conversion tag. These map to the &quot;u[1-100]=&quot; in the tags. Each of these can have a user defined type. Acceptable values are U1 to U100, inclusive.
327    &quot;A String&quot;,
328  ],
329}
330
331  x__xgafv: string, V1 error format.
332    Allowed values
333      1 - v1 error format
334      2 - v2 error format
335
336Returns:
337  An object of the form:
338
339    { # Contains properties of a Floodlight activity.
340  &quot;accountId&quot;: &quot;A String&quot;, # Account ID of this floodlight activity. This is a read-only field that can be left blank.
341  &quot;advertiserId&quot;: &quot;A String&quot;, # Advertiser ID of this floodlight activity. If this field is left blank, the value will be copied over either from the activity group&#x27;s advertiser or the existing activity&#x27;s advertiser.
342  &quot;advertiserIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
343    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
344    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
345    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
346    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
347    &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.
348    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
349  },
350  &quot;cacheBustingType&quot;: &quot;A String&quot;, # Code type used for cache busting in the generated tag. Applicable only when floodlightActivityGroupType is COUNTER and countingMethod is STANDARD_COUNTING or UNIQUE_COUNTING.
351  &quot;countingMethod&quot;: &quot;A String&quot;, # Counting method for conversions for this floodlight activity. This is a required field.
352  &quot;defaultTags&quot;: [ # Dynamic floodlight tags.
353    { # Dynamic Tag
354      &quot;id&quot;: &quot;A String&quot;, # ID of this dynamic tag. This is a read-only, auto-generated field.
355      &quot;name&quot;: &quot;A String&quot;, # Name of this tag.
356      &quot;tag&quot;: &quot;A String&quot;, # Tag code.
357    },
358  ],
359  &quot;expectedUrl&quot;: &quot;A String&quot;, # URL where this tag will be deployed. If specified, must be less than 256 characters long.
360  &quot;floodlightActivityGroupId&quot;: &quot;A String&quot;, # Floodlight activity group ID of this floodlight activity. This is a required field.
361  &quot;floodlightActivityGroupName&quot;: &quot;A String&quot;, # Name of the associated floodlight activity group. This is a read-only field.
362  &quot;floodlightActivityGroupTagString&quot;: &quot;A String&quot;, # Tag string of the associated floodlight activity group. This is a read-only field.
363  &quot;floodlightActivityGroupType&quot;: &quot;A String&quot;, # Type of the associated floodlight activity group. This is a read-only field.
364  &quot;floodlightConfigurationId&quot;: &quot;A String&quot;, # Floodlight configuration ID of this floodlight activity. If this field is left blank, the value will be copied over either from the activity group&#x27;s floodlight configuration or from the existing activity&#x27;s floodlight configuration.
365  &quot;floodlightConfigurationIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the floodlight configuration. This is a read-only, auto-generated field.
366    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
367    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
368    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
369    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
370    &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.
371    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
372  },
373  &quot;floodlightTagType&quot;: &quot;A String&quot;, # The type of Floodlight tag this activity will generate. This is a required field.
374  &quot;hidden&quot;: True or False, # Whether this activity is archived.
375  &quot;id&quot;: &quot;A String&quot;, # ID of this floodlight activity. This is a read-only, auto-generated field.
376  &quot;idDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of this floodlight activity. This is a read-only, auto-generated field.
377    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
378    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
379    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
380    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
381    &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.
382    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
383  },
384  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#floodlightActivity&quot;.
385  &quot;name&quot;: &quot;A String&quot;, # Name of this floodlight activity. This is a required field. Must be less than 129 characters long and cannot contain quotes.
386  &quot;notes&quot;: &quot;A String&quot;, # General notes or implementation instructions for the tag.
387  &quot;publisherTags&quot;: [ # Publisher dynamic floodlight tags.
388    { # Publisher Dynamic Tag
389      &quot;clickThrough&quot;: True or False, # Whether this tag is applicable only for click-throughs.
390      &quot;directorySiteId&quot;: &quot;A String&quot;, # Directory site ID of this dynamic tag. This is a write-only field that can be used as an alternative to the siteId field. When this resource is retrieved, only the siteId field will be populated.
391      &quot;dynamicTag&quot;: { # Dynamic Tag # Dynamic floodlight tag.
392        &quot;id&quot;: &quot;A String&quot;, # ID of this dynamic tag. This is a read-only, auto-generated field.
393        &quot;name&quot;: &quot;A String&quot;, # Name of this tag.
394        &quot;tag&quot;: &quot;A String&quot;, # Tag code.
395      },
396      &quot;siteId&quot;: &quot;A String&quot;, # Site ID of this dynamic tag.
397      &quot;siteIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the site. This is a read-only, auto-generated field.
398        &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
399        &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
400        &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
401        &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
402        &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.
403        &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
404      },
405      &quot;viewThrough&quot;: True or False, # Whether this tag is applicable only for view-throughs.
406    },
407  ],
408  &quot;secure&quot;: True or False, # Whether this tag should use SSL.
409  &quot;sslCompliant&quot;: True or False, # Whether the floodlight activity is SSL-compliant. This is a read-only field, its value detected by the system from the floodlight tags.
410  &quot;sslRequired&quot;: True or False, # Whether this floodlight activity must be SSL-compliant.
411  &quot;subaccountId&quot;: &quot;A String&quot;, # Subaccount ID of this floodlight activity. This is a read-only field that can be left blank.
412  &quot;tagFormat&quot;: &quot;A String&quot;, # Tag format type for the floodlight activity. If left blank, the tag format will default to HTML.
413  &quot;tagString&quot;: &quot;A String&quot;, # Value of the cat= parameter in the floodlight tag, which the ad servers use to identify the activity. This is optional: if empty, a new tag string will be generated for you. This string must be 1 to 8 characters long, with valid characters being a-z0-9[ _ ]. This tag string must also be unique among activities of the same activity group. This field is read-only after insertion.
414  &quot;userDefinedVariableTypes&quot;: [ # List of the user-defined variables used by this conversion tag. These map to the &quot;u[1-100]=&quot; in the tags. Each of these can have a user defined type. Acceptable values are U1 to U100, inclusive.
415    &quot;A String&quot;,
416  ],
417}</pre>
418</div>
419
420<div class="method">
421    <code class="details" id="list">list(profileId, advertiserId=None, floodlightActivityGroupIds=None, floodlightActivityGroupName=None, floodlightActivityGroupTagString=None, floodlightActivityGroupType=None, floodlightConfigurationId=None, ids=None, maxResults=None, pageToken=None, searchString=None, sortField=None, sortOrder=None, tagString=None, x__xgafv=None)</code>
422  <pre>Retrieves a list of floodlight activities, possibly filtered. This method supports paging.
423
424Args:
425  profileId: string, User profile ID associated with this request. (required)
426  advertiserId: string, Select only floodlight activities for the specified advertiser ID. Must specify either ids, advertiserId, or floodlightConfigurationId for a non-empty result.
427  floodlightActivityGroupIds: string, Select only floodlight activities with the specified floodlight activity group IDs. (repeated)
428  floodlightActivityGroupName: string, Select only floodlight activities with the specified floodlight activity group name.
429  floodlightActivityGroupTagString: string, Select only floodlight activities with the specified floodlight activity group tag string.
430  floodlightActivityGroupType: string, Select only floodlight activities with the specified floodlight activity group type.
431    Allowed values
432      COUNTER -
433      SALE -
434  floodlightConfigurationId: string, Select only floodlight activities for the specified floodlight configuration ID. Must specify either ids, advertiserId, or floodlightConfigurationId for a non-empty result.
435  ids: string, Select only floodlight activities with the specified IDs. Must specify either ids, advertiserId, or floodlightConfigurationId for a non-empty result. (repeated)
436  maxResults: integer, Maximum number of results to return.
437  pageToken: string, Value of the nextPageToken from the previous result page.
438  searchString: string, Allows searching for objects by name or ID. Wildcards (*) are allowed. For example, &quot;floodlightactivity*2015&quot; will return objects with names like &quot;floodlightactivity June 2015&quot;, &quot;floodlightactivity April 2015&quot;, or simply &quot;floodlightactivity 2015&quot;. Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of &quot;floodlightactivity&quot; will match objects with name &quot;my floodlightactivity activity&quot;, &quot;floodlightactivity 2015&quot;, or simply &quot;floodlightactivity&quot;.
439  sortField: string, Field by which to sort the list.
440    Allowed values
441      ID -
442      NAME -
443  sortOrder: string, Order of sorted results.
444    Allowed values
445      ASCENDING -
446      DESCENDING -
447  tagString: string, Select only floodlight activities with the specified tag string.
448  x__xgafv: string, V1 error format.
449    Allowed values
450      1 - v1 error format
451      2 - v2 error format
452
453Returns:
454  An object of the form:
455
456    { # Floodlight Activity List Response
457  &quot;floodlightActivities&quot;: [ # Floodlight activity collection.
458    { # Contains properties of a Floodlight activity.
459      &quot;accountId&quot;: &quot;A String&quot;, # Account ID of this floodlight activity. This is a read-only field that can be left blank.
460      &quot;advertiserId&quot;: &quot;A String&quot;, # Advertiser ID of this floodlight activity. If this field is left blank, the value will be copied over either from the activity group&#x27;s advertiser or the existing activity&#x27;s advertiser.
461      &quot;advertiserIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
462        &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
463        &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
464        &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
465        &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
466        &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.
467        &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
468      },
469      &quot;cacheBustingType&quot;: &quot;A String&quot;, # Code type used for cache busting in the generated tag. Applicable only when floodlightActivityGroupType is COUNTER and countingMethod is STANDARD_COUNTING or UNIQUE_COUNTING.
470      &quot;countingMethod&quot;: &quot;A String&quot;, # Counting method for conversions for this floodlight activity. This is a required field.
471      &quot;defaultTags&quot;: [ # Dynamic floodlight tags.
472        { # Dynamic Tag
473          &quot;id&quot;: &quot;A String&quot;, # ID of this dynamic tag. This is a read-only, auto-generated field.
474          &quot;name&quot;: &quot;A String&quot;, # Name of this tag.
475          &quot;tag&quot;: &quot;A String&quot;, # Tag code.
476        },
477      ],
478      &quot;expectedUrl&quot;: &quot;A String&quot;, # URL where this tag will be deployed. If specified, must be less than 256 characters long.
479      &quot;floodlightActivityGroupId&quot;: &quot;A String&quot;, # Floodlight activity group ID of this floodlight activity. This is a required field.
480      &quot;floodlightActivityGroupName&quot;: &quot;A String&quot;, # Name of the associated floodlight activity group. This is a read-only field.
481      &quot;floodlightActivityGroupTagString&quot;: &quot;A String&quot;, # Tag string of the associated floodlight activity group. This is a read-only field.
482      &quot;floodlightActivityGroupType&quot;: &quot;A String&quot;, # Type of the associated floodlight activity group. This is a read-only field.
483      &quot;floodlightConfigurationId&quot;: &quot;A String&quot;, # Floodlight configuration ID of this floodlight activity. If this field is left blank, the value will be copied over either from the activity group&#x27;s floodlight configuration or from the existing activity&#x27;s floodlight configuration.
484      &quot;floodlightConfigurationIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the floodlight configuration. This is a read-only, auto-generated field.
485        &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
486        &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
487        &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
488        &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
489        &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.
490        &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
491      },
492      &quot;floodlightTagType&quot;: &quot;A String&quot;, # The type of Floodlight tag this activity will generate. This is a required field.
493      &quot;hidden&quot;: True or False, # Whether this activity is archived.
494      &quot;id&quot;: &quot;A String&quot;, # ID of this floodlight activity. This is a read-only, auto-generated field.
495      &quot;idDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of this floodlight activity. This is a read-only, auto-generated field.
496        &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
497        &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
498        &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
499        &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
500        &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.
501        &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
502      },
503      &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#floodlightActivity&quot;.
504      &quot;name&quot;: &quot;A String&quot;, # Name of this floodlight activity. This is a required field. Must be less than 129 characters long and cannot contain quotes.
505      &quot;notes&quot;: &quot;A String&quot;, # General notes or implementation instructions for the tag.
506      &quot;publisherTags&quot;: [ # Publisher dynamic floodlight tags.
507        { # Publisher Dynamic Tag
508          &quot;clickThrough&quot;: True or False, # Whether this tag is applicable only for click-throughs.
509          &quot;directorySiteId&quot;: &quot;A String&quot;, # Directory site ID of this dynamic tag. This is a write-only field that can be used as an alternative to the siteId field. When this resource is retrieved, only the siteId field will be populated.
510          &quot;dynamicTag&quot;: { # Dynamic Tag # Dynamic floodlight tag.
511            &quot;id&quot;: &quot;A String&quot;, # ID of this dynamic tag. This is a read-only, auto-generated field.
512            &quot;name&quot;: &quot;A String&quot;, # Name of this tag.
513            &quot;tag&quot;: &quot;A String&quot;, # Tag code.
514          },
515          &quot;siteId&quot;: &quot;A String&quot;, # Site ID of this dynamic tag.
516          &quot;siteIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the site. 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;viewThrough&quot;: True or False, # Whether this tag is applicable only for view-throughs.
525        },
526      ],
527      &quot;secure&quot;: True or False, # Whether this tag should use SSL.
528      &quot;sslCompliant&quot;: True or False, # Whether the floodlight activity is SSL-compliant. This is a read-only field, its value detected by the system from the floodlight tags.
529      &quot;sslRequired&quot;: True or False, # Whether this floodlight activity must be SSL-compliant.
530      &quot;subaccountId&quot;: &quot;A String&quot;, # Subaccount ID of this floodlight activity. This is a read-only field that can be left blank.
531      &quot;tagFormat&quot;: &quot;A String&quot;, # Tag format type for the floodlight activity. If left blank, the tag format will default to HTML.
532      &quot;tagString&quot;: &quot;A String&quot;, # Value of the cat= parameter in the floodlight tag, which the ad servers use to identify the activity. This is optional: if empty, a new tag string will be generated for you. This string must be 1 to 8 characters long, with valid characters being a-z0-9[ _ ]. This tag string must also be unique among activities of the same activity group. This field is read-only after insertion.
533      &quot;userDefinedVariableTypes&quot;: [ # List of the user-defined variables used by this conversion tag. These map to the &quot;u[1-100]=&quot; in the tags. Each of these can have a user defined type. Acceptable values are U1 to U100, inclusive.
534        &quot;A String&quot;,
535      ],
536    },
537  ],
538  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#floodlightActivitiesListResponse&quot;.
539  &quot;nextPageToken&quot;: &quot;A String&quot;, # Pagination token to be used for the next list operation.
540}</pre>
541</div>
542
543<div class="method">
544    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
545  <pre>Retrieves the next page of results.
546
547Args:
548  previous_request: The request for the previous page. (required)
549  previous_response: The response from the request for the previous page. (required)
550
551Returns:
552  A request object that you can call &#x27;execute()&#x27; on to request the next
553  page. Returns None if there are no more items in the collection.
554    </pre>
555</div>
556
557<div class="method">
558    <code class="details" id="patch">patch(profileId, id, body=None, x__xgafv=None)</code>
559  <pre>Updates an existing floodlight activity. This method supports patch semantics.
560
561Args:
562  profileId: string, User profile ID associated with this request. (required)
563  id: string, FloodlightActivity ID. (required)
564  body: object, The request body.
565    The object takes the form of:
566
567{ # Contains properties of a Floodlight activity.
568  &quot;accountId&quot;: &quot;A String&quot;, # Account ID of this floodlight activity. This is a read-only field that can be left blank.
569  &quot;advertiserId&quot;: &quot;A String&quot;, # Advertiser ID of this floodlight activity. If this field is left blank, the value will be copied over either from the activity group&#x27;s advertiser or the existing activity&#x27;s advertiser.
570  &quot;advertiserIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
571    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
572    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
573    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
574    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
575    &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.
576    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
577  },
578  &quot;cacheBustingType&quot;: &quot;A String&quot;, # Code type used for cache busting in the generated tag. Applicable only when floodlightActivityGroupType is COUNTER and countingMethod is STANDARD_COUNTING or UNIQUE_COUNTING.
579  &quot;countingMethod&quot;: &quot;A String&quot;, # Counting method for conversions for this floodlight activity. This is a required field.
580  &quot;defaultTags&quot;: [ # Dynamic floodlight tags.
581    { # Dynamic Tag
582      &quot;id&quot;: &quot;A String&quot;, # ID of this dynamic tag. This is a read-only, auto-generated field.
583      &quot;name&quot;: &quot;A String&quot;, # Name of this tag.
584      &quot;tag&quot;: &quot;A String&quot;, # Tag code.
585    },
586  ],
587  &quot;expectedUrl&quot;: &quot;A String&quot;, # URL where this tag will be deployed. If specified, must be less than 256 characters long.
588  &quot;floodlightActivityGroupId&quot;: &quot;A String&quot;, # Floodlight activity group ID of this floodlight activity. This is a required field.
589  &quot;floodlightActivityGroupName&quot;: &quot;A String&quot;, # Name of the associated floodlight activity group. This is a read-only field.
590  &quot;floodlightActivityGroupTagString&quot;: &quot;A String&quot;, # Tag string of the associated floodlight activity group. This is a read-only field.
591  &quot;floodlightActivityGroupType&quot;: &quot;A String&quot;, # Type of the associated floodlight activity group. This is a read-only field.
592  &quot;floodlightConfigurationId&quot;: &quot;A String&quot;, # Floodlight configuration ID of this floodlight activity. If this field is left blank, the value will be copied over either from the activity group&#x27;s floodlight configuration or from the existing activity&#x27;s floodlight configuration.
593  &quot;floodlightConfigurationIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the floodlight configuration. This is a read-only, auto-generated field.
594    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
595    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
596    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
597    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
598    &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.
599    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
600  },
601  &quot;floodlightTagType&quot;: &quot;A String&quot;, # The type of Floodlight tag this activity will generate. This is a required field.
602  &quot;hidden&quot;: True or False, # Whether this activity is archived.
603  &quot;id&quot;: &quot;A String&quot;, # ID of this floodlight activity. This is a read-only, auto-generated field.
604  &quot;idDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of this floodlight activity. This is a read-only, auto-generated field.
605    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
606    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
607    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
608    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
609    &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.
610    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
611  },
612  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#floodlightActivity&quot;.
613  &quot;name&quot;: &quot;A String&quot;, # Name of this floodlight activity. This is a required field. Must be less than 129 characters long and cannot contain quotes.
614  &quot;notes&quot;: &quot;A String&quot;, # General notes or implementation instructions for the tag.
615  &quot;publisherTags&quot;: [ # Publisher dynamic floodlight tags.
616    { # Publisher Dynamic Tag
617      &quot;clickThrough&quot;: True or False, # Whether this tag is applicable only for click-throughs.
618      &quot;directorySiteId&quot;: &quot;A String&quot;, # Directory site ID of this dynamic tag. This is a write-only field that can be used as an alternative to the siteId field. When this resource is retrieved, only the siteId field will be populated.
619      &quot;dynamicTag&quot;: { # Dynamic Tag # Dynamic floodlight tag.
620        &quot;id&quot;: &quot;A String&quot;, # ID of this dynamic tag. This is a read-only, auto-generated field.
621        &quot;name&quot;: &quot;A String&quot;, # Name of this tag.
622        &quot;tag&quot;: &quot;A String&quot;, # Tag code.
623      },
624      &quot;siteId&quot;: &quot;A String&quot;, # Site ID of this dynamic tag.
625      &quot;siteIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the site. This is a read-only, auto-generated field.
626        &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
627        &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
628        &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
629        &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
630        &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.
631        &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
632      },
633      &quot;viewThrough&quot;: True or False, # Whether this tag is applicable only for view-throughs.
634    },
635  ],
636  &quot;secure&quot;: True or False, # Whether this tag should use SSL.
637  &quot;sslCompliant&quot;: True or False, # Whether the floodlight activity is SSL-compliant. This is a read-only field, its value detected by the system from the floodlight tags.
638  &quot;sslRequired&quot;: True or False, # Whether this floodlight activity must be SSL-compliant.
639  &quot;subaccountId&quot;: &quot;A String&quot;, # Subaccount ID of this floodlight activity. This is a read-only field that can be left blank.
640  &quot;tagFormat&quot;: &quot;A String&quot;, # Tag format type for the floodlight activity. If left blank, the tag format will default to HTML.
641  &quot;tagString&quot;: &quot;A String&quot;, # Value of the cat= parameter in the floodlight tag, which the ad servers use to identify the activity. This is optional: if empty, a new tag string will be generated for you. This string must be 1 to 8 characters long, with valid characters being a-z0-9[ _ ]. This tag string must also be unique among activities of the same activity group. This field is read-only after insertion.
642  &quot;userDefinedVariableTypes&quot;: [ # List of the user-defined variables used by this conversion tag. These map to the &quot;u[1-100]=&quot; in the tags. Each of these can have a user defined type. Acceptable values are U1 to U100, inclusive.
643    &quot;A String&quot;,
644  ],
645}
646
647  x__xgafv: string, V1 error format.
648    Allowed values
649      1 - v1 error format
650      2 - v2 error format
651
652Returns:
653  An object of the form:
654
655    { # Contains properties of a Floodlight activity.
656  &quot;accountId&quot;: &quot;A String&quot;, # Account ID of this floodlight activity. This is a read-only field that can be left blank.
657  &quot;advertiserId&quot;: &quot;A String&quot;, # Advertiser ID of this floodlight activity. If this field is left blank, the value will be copied over either from the activity group&#x27;s advertiser or the existing activity&#x27;s advertiser.
658  &quot;advertiserIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
659    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
660    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
661    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
662    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
663    &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.
664    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
665  },
666  &quot;cacheBustingType&quot;: &quot;A String&quot;, # Code type used for cache busting in the generated tag. Applicable only when floodlightActivityGroupType is COUNTER and countingMethod is STANDARD_COUNTING or UNIQUE_COUNTING.
667  &quot;countingMethod&quot;: &quot;A String&quot;, # Counting method for conversions for this floodlight activity. This is a required field.
668  &quot;defaultTags&quot;: [ # Dynamic floodlight tags.
669    { # Dynamic Tag
670      &quot;id&quot;: &quot;A String&quot;, # ID of this dynamic tag. This is a read-only, auto-generated field.
671      &quot;name&quot;: &quot;A String&quot;, # Name of this tag.
672      &quot;tag&quot;: &quot;A String&quot;, # Tag code.
673    },
674  ],
675  &quot;expectedUrl&quot;: &quot;A String&quot;, # URL where this tag will be deployed. If specified, must be less than 256 characters long.
676  &quot;floodlightActivityGroupId&quot;: &quot;A String&quot;, # Floodlight activity group ID of this floodlight activity. This is a required field.
677  &quot;floodlightActivityGroupName&quot;: &quot;A String&quot;, # Name of the associated floodlight activity group. This is a read-only field.
678  &quot;floodlightActivityGroupTagString&quot;: &quot;A String&quot;, # Tag string of the associated floodlight activity group. This is a read-only field.
679  &quot;floodlightActivityGroupType&quot;: &quot;A String&quot;, # Type of the associated floodlight activity group. This is a read-only field.
680  &quot;floodlightConfigurationId&quot;: &quot;A String&quot;, # Floodlight configuration ID of this floodlight activity. If this field is left blank, the value will be copied over either from the activity group&#x27;s floodlight configuration or from the existing activity&#x27;s floodlight configuration.
681  &quot;floodlightConfigurationIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the floodlight configuration. This is a read-only, auto-generated field.
682    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
683    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
684    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
685    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
686    &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.
687    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
688  },
689  &quot;floodlightTagType&quot;: &quot;A String&quot;, # The type of Floodlight tag this activity will generate. This is a required field.
690  &quot;hidden&quot;: True or False, # Whether this activity is archived.
691  &quot;id&quot;: &quot;A String&quot;, # ID of this floodlight activity. This is a read-only, auto-generated field.
692  &quot;idDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of this floodlight activity. This is a read-only, auto-generated field.
693    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
694    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
695    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
696    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
697    &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.
698    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
699  },
700  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#floodlightActivity&quot;.
701  &quot;name&quot;: &quot;A String&quot;, # Name of this floodlight activity. This is a required field. Must be less than 129 characters long and cannot contain quotes.
702  &quot;notes&quot;: &quot;A String&quot;, # General notes or implementation instructions for the tag.
703  &quot;publisherTags&quot;: [ # Publisher dynamic floodlight tags.
704    { # Publisher Dynamic Tag
705      &quot;clickThrough&quot;: True or False, # Whether this tag is applicable only for click-throughs.
706      &quot;directorySiteId&quot;: &quot;A String&quot;, # Directory site ID of this dynamic tag. This is a write-only field that can be used as an alternative to the siteId field. When this resource is retrieved, only the siteId field will be populated.
707      &quot;dynamicTag&quot;: { # Dynamic Tag # Dynamic floodlight tag.
708        &quot;id&quot;: &quot;A String&quot;, # ID of this dynamic tag. This is a read-only, auto-generated field.
709        &quot;name&quot;: &quot;A String&quot;, # Name of this tag.
710        &quot;tag&quot;: &quot;A String&quot;, # Tag code.
711      },
712      &quot;siteId&quot;: &quot;A String&quot;, # Site ID of this dynamic tag.
713      &quot;siteIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the site. This is a read-only, auto-generated field.
714        &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
715        &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
716        &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
717        &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
718        &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.
719        &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
720      },
721      &quot;viewThrough&quot;: True or False, # Whether this tag is applicable only for view-throughs.
722    },
723  ],
724  &quot;secure&quot;: True or False, # Whether this tag should use SSL.
725  &quot;sslCompliant&quot;: True or False, # Whether the floodlight activity is SSL-compliant. This is a read-only field, its value detected by the system from the floodlight tags.
726  &quot;sslRequired&quot;: True or False, # Whether this floodlight activity must be SSL-compliant.
727  &quot;subaccountId&quot;: &quot;A String&quot;, # Subaccount ID of this floodlight activity. This is a read-only field that can be left blank.
728  &quot;tagFormat&quot;: &quot;A String&quot;, # Tag format type for the floodlight activity. If left blank, the tag format will default to HTML.
729  &quot;tagString&quot;: &quot;A String&quot;, # Value of the cat= parameter in the floodlight tag, which the ad servers use to identify the activity. This is optional: if empty, a new tag string will be generated for you. This string must be 1 to 8 characters long, with valid characters being a-z0-9[ _ ]. This tag string must also be unique among activities of the same activity group. This field is read-only after insertion.
730  &quot;userDefinedVariableTypes&quot;: [ # List of the user-defined variables used by this conversion tag. These map to the &quot;u[1-100]=&quot; in the tags. Each of these can have a user defined type. Acceptable values are U1 to U100, inclusive.
731    &quot;A String&quot;,
732  ],
733}</pre>
734</div>
735
736<div class="method">
737    <code class="details" id="update">update(profileId, body=None, x__xgafv=None)</code>
738  <pre>Updates an existing floodlight activity.
739
740Args:
741  profileId: string, User profile ID associated with this request. (required)
742  body: object, The request body.
743    The object takes the form of:
744
745{ # Contains properties of a Floodlight activity.
746  &quot;accountId&quot;: &quot;A String&quot;, # Account ID of this floodlight activity. This is a read-only field that can be left blank.
747  &quot;advertiserId&quot;: &quot;A String&quot;, # Advertiser ID of this floodlight activity. If this field is left blank, the value will be copied over either from the activity group&#x27;s advertiser or the existing activity&#x27;s advertiser.
748  &quot;advertiserIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
749    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
750    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
751    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
752    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
753    &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.
754    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
755  },
756  &quot;cacheBustingType&quot;: &quot;A String&quot;, # Code type used for cache busting in the generated tag. Applicable only when floodlightActivityGroupType is COUNTER and countingMethod is STANDARD_COUNTING or UNIQUE_COUNTING.
757  &quot;countingMethod&quot;: &quot;A String&quot;, # Counting method for conversions for this floodlight activity. This is a required field.
758  &quot;defaultTags&quot;: [ # Dynamic floodlight tags.
759    { # Dynamic Tag
760      &quot;id&quot;: &quot;A String&quot;, # ID of this dynamic tag. This is a read-only, auto-generated field.
761      &quot;name&quot;: &quot;A String&quot;, # Name of this tag.
762      &quot;tag&quot;: &quot;A String&quot;, # Tag code.
763    },
764  ],
765  &quot;expectedUrl&quot;: &quot;A String&quot;, # URL where this tag will be deployed. If specified, must be less than 256 characters long.
766  &quot;floodlightActivityGroupId&quot;: &quot;A String&quot;, # Floodlight activity group ID of this floodlight activity. This is a required field.
767  &quot;floodlightActivityGroupName&quot;: &quot;A String&quot;, # Name of the associated floodlight activity group. This is a read-only field.
768  &quot;floodlightActivityGroupTagString&quot;: &quot;A String&quot;, # Tag string of the associated floodlight activity group. This is a read-only field.
769  &quot;floodlightActivityGroupType&quot;: &quot;A String&quot;, # Type of the associated floodlight activity group. This is a read-only field.
770  &quot;floodlightConfigurationId&quot;: &quot;A String&quot;, # Floodlight configuration ID of this floodlight activity. If this field is left blank, the value will be copied over either from the activity group&#x27;s floodlight configuration or from the existing activity&#x27;s floodlight configuration.
771  &quot;floodlightConfigurationIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the floodlight configuration. This is a read-only, auto-generated field.
772    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
773    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
774    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
775    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
776    &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.
777    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
778  },
779  &quot;floodlightTagType&quot;: &quot;A String&quot;, # The type of Floodlight tag this activity will generate. This is a required field.
780  &quot;hidden&quot;: True or False, # Whether this activity is archived.
781  &quot;id&quot;: &quot;A String&quot;, # ID of this floodlight activity. This is a read-only, auto-generated field.
782  &quot;idDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of this floodlight activity. This is a read-only, auto-generated field.
783    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
784    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
785    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
786    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
787    &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.
788    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
789  },
790  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#floodlightActivity&quot;.
791  &quot;name&quot;: &quot;A String&quot;, # Name of this floodlight activity. This is a required field. Must be less than 129 characters long and cannot contain quotes.
792  &quot;notes&quot;: &quot;A String&quot;, # General notes or implementation instructions for the tag.
793  &quot;publisherTags&quot;: [ # Publisher dynamic floodlight tags.
794    { # Publisher Dynamic Tag
795      &quot;clickThrough&quot;: True or False, # Whether this tag is applicable only for click-throughs.
796      &quot;directorySiteId&quot;: &quot;A String&quot;, # Directory site ID of this dynamic tag. This is a write-only field that can be used as an alternative to the siteId field. When this resource is retrieved, only the siteId field will be populated.
797      &quot;dynamicTag&quot;: { # Dynamic Tag # Dynamic floodlight tag.
798        &quot;id&quot;: &quot;A String&quot;, # ID of this dynamic tag. This is a read-only, auto-generated field.
799        &quot;name&quot;: &quot;A String&quot;, # Name of this tag.
800        &quot;tag&quot;: &quot;A String&quot;, # Tag code.
801      },
802      &quot;siteId&quot;: &quot;A String&quot;, # Site ID of this dynamic tag.
803      &quot;siteIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the site. This is a read-only, auto-generated field.
804        &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
805        &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
806        &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
807        &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
808        &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.
809        &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
810      },
811      &quot;viewThrough&quot;: True or False, # Whether this tag is applicable only for view-throughs.
812    },
813  ],
814  &quot;secure&quot;: True or False, # Whether this tag should use SSL.
815  &quot;sslCompliant&quot;: True or False, # Whether the floodlight activity is SSL-compliant. This is a read-only field, its value detected by the system from the floodlight tags.
816  &quot;sslRequired&quot;: True or False, # Whether this floodlight activity must be SSL-compliant.
817  &quot;subaccountId&quot;: &quot;A String&quot;, # Subaccount ID of this floodlight activity. This is a read-only field that can be left blank.
818  &quot;tagFormat&quot;: &quot;A String&quot;, # Tag format type for the floodlight activity. If left blank, the tag format will default to HTML.
819  &quot;tagString&quot;: &quot;A String&quot;, # Value of the cat= parameter in the floodlight tag, which the ad servers use to identify the activity. This is optional: if empty, a new tag string will be generated for you. This string must be 1 to 8 characters long, with valid characters being a-z0-9[ _ ]. This tag string must also be unique among activities of the same activity group. This field is read-only after insertion.
820  &quot;userDefinedVariableTypes&quot;: [ # List of the user-defined variables used by this conversion tag. These map to the &quot;u[1-100]=&quot; in the tags. Each of these can have a user defined type. Acceptable values are U1 to U100, inclusive.
821    &quot;A String&quot;,
822  ],
823}
824
825  x__xgafv: string, V1 error format.
826    Allowed values
827      1 - v1 error format
828      2 - v2 error format
829
830Returns:
831  An object of the form:
832
833    { # Contains properties of a Floodlight activity.
834  &quot;accountId&quot;: &quot;A String&quot;, # Account ID of this floodlight activity. This is a read-only field that can be left blank.
835  &quot;advertiserId&quot;: &quot;A String&quot;, # Advertiser ID of this floodlight activity. If this field is left blank, the value will be copied over either from the activity group&#x27;s advertiser or the existing activity&#x27;s advertiser.
836  &quot;advertiserIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
837    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
838    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
839    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
840    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
841    &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.
842    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
843  },
844  &quot;cacheBustingType&quot;: &quot;A String&quot;, # Code type used for cache busting in the generated tag. Applicable only when floodlightActivityGroupType is COUNTER and countingMethod is STANDARD_COUNTING or UNIQUE_COUNTING.
845  &quot;countingMethod&quot;: &quot;A String&quot;, # Counting method for conversions for this floodlight activity. This is a required field.
846  &quot;defaultTags&quot;: [ # Dynamic floodlight tags.
847    { # Dynamic Tag
848      &quot;id&quot;: &quot;A String&quot;, # ID of this dynamic tag. This is a read-only, auto-generated field.
849      &quot;name&quot;: &quot;A String&quot;, # Name of this tag.
850      &quot;tag&quot;: &quot;A String&quot;, # Tag code.
851    },
852  ],
853  &quot;expectedUrl&quot;: &quot;A String&quot;, # URL where this tag will be deployed. If specified, must be less than 256 characters long.
854  &quot;floodlightActivityGroupId&quot;: &quot;A String&quot;, # Floodlight activity group ID of this floodlight activity. This is a required field.
855  &quot;floodlightActivityGroupName&quot;: &quot;A String&quot;, # Name of the associated floodlight activity group. This is a read-only field.
856  &quot;floodlightActivityGroupTagString&quot;: &quot;A String&quot;, # Tag string of the associated floodlight activity group. This is a read-only field.
857  &quot;floodlightActivityGroupType&quot;: &quot;A String&quot;, # Type of the associated floodlight activity group. This is a read-only field.
858  &quot;floodlightConfigurationId&quot;: &quot;A String&quot;, # Floodlight configuration ID of this floodlight activity. If this field is left blank, the value will be copied over either from the activity group&#x27;s floodlight configuration or from the existing activity&#x27;s floodlight configuration.
859  &quot;floodlightConfigurationIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the floodlight configuration. This is a read-only, auto-generated field.
860    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
861    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
862    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
863    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
864    &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.
865    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
866  },
867  &quot;floodlightTagType&quot;: &quot;A String&quot;, # The type of Floodlight tag this activity will generate. This is a required field.
868  &quot;hidden&quot;: True or False, # Whether this activity is archived.
869  &quot;id&quot;: &quot;A String&quot;, # ID of this floodlight activity. This is a read-only, auto-generated field.
870  &quot;idDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of this floodlight activity. This is a read-only, auto-generated field.
871    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
872    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
873    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
874    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
875    &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.
876    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
877  },
878  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#floodlightActivity&quot;.
879  &quot;name&quot;: &quot;A String&quot;, # Name of this floodlight activity. This is a required field. Must be less than 129 characters long and cannot contain quotes.
880  &quot;notes&quot;: &quot;A String&quot;, # General notes or implementation instructions for the tag.
881  &quot;publisherTags&quot;: [ # Publisher dynamic floodlight tags.
882    { # Publisher Dynamic Tag
883      &quot;clickThrough&quot;: True or False, # Whether this tag is applicable only for click-throughs.
884      &quot;directorySiteId&quot;: &quot;A String&quot;, # Directory site ID of this dynamic tag. This is a write-only field that can be used as an alternative to the siteId field. When this resource is retrieved, only the siteId field will be populated.
885      &quot;dynamicTag&quot;: { # Dynamic Tag # Dynamic floodlight tag.
886        &quot;id&quot;: &quot;A String&quot;, # ID of this dynamic tag. This is a read-only, auto-generated field.
887        &quot;name&quot;: &quot;A String&quot;, # Name of this tag.
888        &quot;tag&quot;: &quot;A String&quot;, # Tag code.
889      },
890      &quot;siteId&quot;: &quot;A String&quot;, # Site ID of this dynamic tag.
891      &quot;siteIdDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of the site. This is a read-only, auto-generated field.
892        &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
893        &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
894        &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
895        &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
896        &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.
897        &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
898      },
899      &quot;viewThrough&quot;: True or False, # Whether this tag is applicable only for view-throughs.
900    },
901  ],
902  &quot;secure&quot;: True or False, # Whether this tag should use SSL.
903  &quot;sslCompliant&quot;: True or False, # Whether the floodlight activity is SSL-compliant. This is a read-only field, its value detected by the system from the floodlight tags.
904  &quot;sslRequired&quot;: True or False, # Whether this floodlight activity must be SSL-compliant.
905  &quot;subaccountId&quot;: &quot;A String&quot;, # Subaccount ID of this floodlight activity. This is a read-only field that can be left blank.
906  &quot;tagFormat&quot;: &quot;A String&quot;, # Tag format type for the floodlight activity. If left blank, the tag format will default to HTML.
907  &quot;tagString&quot;: &quot;A String&quot;, # Value of the cat= parameter in the floodlight tag, which the ad servers use to identify the activity. This is optional: if empty, a new tag string will be generated for you. This string must be 1 to 8 characters long, with valid characters being a-z0-9[ _ ]. This tag string must also be unique among activities of the same activity group. This field is read-only after insertion.
908  &quot;userDefinedVariableTypes&quot;: [ # List of the user-defined variables used by this conversion tag. These map to the &quot;u[1-100]=&quot; in the tags. Each of these can have a user defined type. Acceptable values are U1 to U100, inclusive.
909    &quot;A String&quot;,
910  ],
911}</pre>
912</div>
913
914</body></html>