blob: 84413c283c04b0f72f74a228110f6e8a310486d9 [file] [log] [blame]
yoshi-code-bot108b8192021-05-23 03:48:02 -07001<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_5.html">Campaign Manager 360 API</a> . <a href="dfareporting_v3_5.reports.html">reports</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="dfareporting_v3_5.reports.compatibleFields.html">compatibleFields()</a></code>
79</p>
80<p class="firstline">Returns the compatibleFields Resource.</p>
81
82<p class="toc_element">
83 <code><a href="dfareporting_v3_5.reports.files.html">files()</a></code>
84</p>
85<p class="firstline">Returns the files Resource.</p>
86
87<p class="toc_element">
88 <code><a href="#close">close()</a></code></p>
89<p class="firstline">Close httplib2 connections.</p>
90<p class="toc_element">
91 <code><a href="#delete">delete(profileId, reportId, x__xgafv=None)</a></code></p>
92<p class="firstline">Deletes a report by its ID.</p>
93<p class="toc_element">
94 <code><a href="#get">get(profileId, reportId, x__xgafv=None)</a></code></p>
95<p class="firstline">Retrieves a report by its ID.</p>
96<p class="toc_element">
97 <code><a href="#insert">insert(profileId, body=None, x__xgafv=None)</a></code></p>
98<p class="firstline">Creates a report.</p>
99<p class="toc_element">
100 <code><a href="#list">list(profileId, maxResults=None, pageToken=None, scope=None, sortField=None, sortOrder=None, x__xgafv=None)</a></code></p>
101<p class="firstline">Retrieves list of reports.</p>
102<p class="toc_element">
103 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
104<p class="firstline">Retrieves the next page of results.</p>
105<p class="toc_element">
106 <code><a href="#patch">patch(profileId, reportId, body=None, x__xgafv=None)</a></code></p>
107<p class="firstline">Updates an existing report. This method supports patch semantics.</p>
108<p class="toc_element">
109 <code><a href="#run">run(profileId, reportId, synchronous=None, x__xgafv=None)</a></code></p>
110<p class="firstline">Runs a report.</p>
111<p class="toc_element">
112 <code><a href="#update">update(profileId, reportId, body=None, x__xgafv=None)</a></code></p>
113<p class="firstline">Updates a report.</p>
114<h3>Method Details</h3>
115<div class="method">
116 <code class="details" id="close">close()</code>
117 <pre>Close httplib2 connections.</pre>
118</div>
119
120<div class="method">
121 <code class="details" id="delete">delete(profileId, reportId, x__xgafv=None)</code>
122 <pre>Deletes a report by its ID.
123
124Args:
125 profileId: string, The Campaign Manager 360 user profile ID. (required)
126 reportId: string, The ID of the report. (required)
127 x__xgafv: string, V1 error format.
128 Allowed values
129 1 - v1 error format
130 2 - v2 error format
131</pre>
132</div>
133
134<div class="method">
135 <code class="details" id="get">get(profileId, reportId, x__xgafv=None)</code>
136 <pre>Retrieves a report by its ID.
137
138Args:
139 profileId: string, The Campaign Manager 360 user profile ID. (required)
140 reportId: string, The ID of the report. (required)
141 x__xgafv: string, V1 error format.
142 Allowed values
143 1 - v1 error format
144 2 - v2 error format
145
146Returns:
147 An object of the form:
148
149 { # Represents a Report resource.
150 &quot;accountId&quot;: &quot;A String&quot;, # The account ID to which this report belongs.
151 &quot;criteria&quot;: { # The report criteria for a report of type &quot;STANDARD&quot;.
152 &quot;activities&quot;: { # Represents an activity group. # Activity group.
153 &quot;filters&quot;: [ # List of activity filters. The dimension values need to be all either of type &quot;dfa:activity&quot; or &quot;dfa:activityGroup&quot;.
154 { # Represents a DimensionValue resource.
155 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
156 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
157 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
158 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
159 &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.
160 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
161 },
162 ],
163 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#activities.
164 &quot;metricNames&quot;: [ # List of names of floodlight activity metrics.
165 &quot;A String&quot;,
166 ],
167 },
168 &quot;customRichMediaEvents&quot;: { # Represents a Custom Rich Media Events group. # Custom Rich Media Events group.
169 &quot;filteredEventIds&quot;: [ # List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.
170 { # Represents a DimensionValue resource.
171 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
172 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
173 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
174 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
175 &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.
176 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
177 },
178 ],
179 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#customRichMediaEvents.
180 },
181 &quot;dateRange&quot;: { # Represents a date range. # The date range for which this report should be run.
182 &quot;endDate&quot;: &quot;A String&quot;,
183 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
184 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
185 &quot;startDate&quot;: &quot;A String&quot;,
186 },
187 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
188 { # Represents a DimensionValue resource.
189 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
190 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
191 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
192 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
193 &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.
194 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
195 },
196 ],
197 &quot;dimensions&quot;: [ # The list of standard dimensions the report should include.
198 { # Represents a sorted dimension.
199 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
200 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
201 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
202 },
203 ],
204 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
205 &quot;A String&quot;,
206 ],
207 },
208 &quot;crossDimensionReachCriteria&quot;: { # The report criteria for a report of type &quot;CROSS_DIMENSION_REACH&quot;.
209 &quot;breakdown&quot;: [ # The list of dimensions the report should include.
210 { # Represents a sorted dimension.
211 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
212 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
213 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
214 },
215 ],
216 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
217 &quot;endDate&quot;: &quot;A String&quot;,
218 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
219 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
220 &quot;startDate&quot;: &quot;A String&quot;,
221 },
222 &quot;dimension&quot;: &quot;A String&quot;, # The dimension option.
223 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered.
224 { # Represents a DimensionValue resource.
225 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
226 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
227 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
228 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
229 &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.
230 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
231 },
232 ],
233 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
234 &quot;A String&quot;,
235 ],
236 &quot;overlapMetricNames&quot;: [ # The list of names of overlap metrics the report should include.
237 &quot;A String&quot;,
238 ],
239 &quot;pivoted&quot;: True or False, # Whether the report is pivoted or not. Defaults to true.
240 },
241 &quot;delivery&quot;: { # The report&#x27;s email delivery settings.
242 &quot;emailOwner&quot;: True or False, # Whether the report should be emailed to the report owner.
243 &quot;emailOwnerDeliveryType&quot;: &quot;A String&quot;, # The type of delivery for the owner to receive, if enabled.
244 &quot;message&quot;: &quot;A String&quot;, # The message to be sent with each email.
245 &quot;recipients&quot;: [ # The list of recipients to which to email the report.
246 { # Represents a recipient.
247 &quot;deliveryType&quot;: &quot;A String&quot;, # The delivery type for the recipient.
248 &quot;email&quot;: &quot;A String&quot;, # The email address of the recipient.
249 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#recipient.
250 },
251 ],
252 },
253 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
254 &quot;fileName&quot;: &quot;A String&quot;, # The filename used when generating report files for this report.
255 &quot;floodlightCriteria&quot;: { # The report criteria for a report of type &quot;FLOODLIGHT&quot;.
256 &quot;customRichMediaEvents&quot;: [ # The list of custom rich media events to include.
257 { # Represents a DimensionValue resource.
258 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
259 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
260 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
261 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
262 &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.
263 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
264 },
265 ],
266 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
267 &quot;endDate&quot;: &quot;A String&quot;,
268 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
269 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
270 &quot;startDate&quot;: &quot;A String&quot;,
271 },
272 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
273 { # Represents a DimensionValue resource.
274 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
275 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
276 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
277 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
278 &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.
279 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
280 },
281 ],
282 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
283 { # Represents a sorted dimension.
284 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
285 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
286 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
287 },
288 ],
289 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
290 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
291 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
292 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
293 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
294 &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.
295 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
296 },
297 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
298 &quot;A String&quot;,
299 ],
300 &quot;reportProperties&quot;: { # The properties of the report.
301 &quot;includeAttributedIPConversions&quot;: True or False, # Include conversions that have no cookie, but do have an exposure path.
302 &quot;includeUnattributedCookieConversions&quot;: True or False, # Include conversions of users with a DoubleClick cookie but without an exposure. That means the user did not click or see an ad from the advertiser within the Floodlight group, or that the interaction happened outside the lookback window.
303 &quot;includeUnattributedIPConversions&quot;: True or False, # Include conversions that have no associated cookies and no exposures. It’s therefore impossible to know how the user was exposed to your ads during the lookback window prior to a conversion.
304 },
305 },
306 &quot;format&quot;: &quot;A String&quot;, # The output format of the report. If not specified, default format is &quot;CSV&quot;. Note that the actual format in the completed report file might differ if for instance the report&#x27;s size exceeds the format&#x27;s capabilities. &quot;CSV&quot; will then be the fallback format.
307 &quot;id&quot;: &quot;A String&quot;, # The unique ID identifying this report resource.
308 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#report.
309 &quot;lastModifiedTime&quot;: &quot;A String&quot;, # The timestamp (in milliseconds since epoch) of when this report was last modified.
310 &quot;name&quot;: &quot;A String&quot;, # The name of the report.
311 &quot;ownerProfileId&quot;: &quot;A String&quot;, # The user profile id of the owner of this report.
312 &quot;pathAttributionCriteria&quot;: { # The report criteria for a report of type &quot;PATH_ATTRIBUTION&quot;.
313 &quot;activityFilters&quot;: [ # The list of &#x27;dfa:activity&#x27; values to filter on.
314 { # Represents a DimensionValue resource.
315 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
316 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
317 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
318 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
319 &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.
320 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
321 },
322 ],
323 &quot;customChannelGrouping&quot;: { # Represents a DfaReporting channel grouping. # Channel Grouping.
324 &quot;fallbackName&quot;: &quot;A String&quot;, # ChannelGrouping fallback name.
325 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGrouping.
326 &quot;name&quot;: &quot;A String&quot;, # ChannelGrouping name.
327 &quot;rules&quot;: [ # The rules contained within this channel grouping.
328 { # Represents a DfaReporting channel grouping rule.
329 &quot;disjunctiveMatchStatements&quot;: [ # The disjunctive match statements contained within this rule.
330 { # Represents a Disjunctive Match Statement resource, which is a conjunction (and) of disjunctive (or) boolean statements.
331 &quot;eventFilters&quot;: [ # The event filters contained within this disjunctive match statement.
332 { # Represents a DfaReporting event filter.
333 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
334 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
335 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
336 &quot;A String&quot;,
337 ],
338 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
339 &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.
340 &quot;values&quot;: [ # The possible values of the dimension.
341 &quot;A String&quot;,
342 ],
343 },
344 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
345 },
346 ],
347 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#disjunctiveMatchStatement.
348 },
349 ],
350 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGroupingRule.
351 &quot;name&quot;: &quot;A String&quot;, # Rule name.
352 },
353 ],
354 },
355 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
356 &quot;endDate&quot;: &quot;A String&quot;,
357 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
358 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
359 &quot;startDate&quot;: &quot;A String&quot;,
360 },
361 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
362 { # Represents a sorted dimension.
363 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
364 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
365 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
366 },
367 ],
368 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
369 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
370 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
371 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
372 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
373 &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.
374 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
375 },
376 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
377 &quot;A String&quot;,
378 ],
379 &quot;pathFilters&quot;: [ # Path Filters.
380 { # Represents a DfaReporting path filter.
381 &quot;eventFilters&quot;: [ # Event filters in path report.
382 { # Represents a DfaReporting event filter.
383 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
384 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
385 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
386 &quot;A String&quot;,
387 ],
388 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
389 &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.
390 &quot;values&quot;: [ # The possible values of the dimension.
391 &quot;A String&quot;,
392 ],
393 },
394 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
395 },
396 ],
397 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathFilter.
398 &quot;pathMatchPosition&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.
399 },
400 ],
401 },
402 &quot;pathCriteria&quot;: { # The report criteria for a report of type &quot;PATH&quot;.
403 &quot;activityFilters&quot;: [ # The list of &#x27;dfa:activity&#x27; values to filter on.
404 { # Represents a DimensionValue resource.
405 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
406 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
407 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
408 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
409 &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.
410 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
411 },
412 ],
413 &quot;customChannelGrouping&quot;: { # Represents a DfaReporting channel grouping. # Channel Grouping.
414 &quot;fallbackName&quot;: &quot;A String&quot;, # ChannelGrouping fallback name.
415 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGrouping.
416 &quot;name&quot;: &quot;A String&quot;, # ChannelGrouping name.
417 &quot;rules&quot;: [ # The rules contained within this channel grouping.
418 { # Represents a DfaReporting channel grouping rule.
419 &quot;disjunctiveMatchStatements&quot;: [ # The disjunctive match statements contained within this rule.
420 { # Represents a Disjunctive Match Statement resource, which is a conjunction (and) of disjunctive (or) boolean statements.
421 &quot;eventFilters&quot;: [ # The event filters contained within this disjunctive match statement.
422 { # Represents a DfaReporting event filter.
423 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
424 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
425 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
426 &quot;A String&quot;,
427 ],
428 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
429 &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.
430 &quot;values&quot;: [ # The possible values of the dimension.
431 &quot;A String&quot;,
432 ],
433 },
434 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
435 },
436 ],
437 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#disjunctiveMatchStatement.
438 },
439 ],
440 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGroupingRule.
441 &quot;name&quot;: &quot;A String&quot;, # Rule name.
442 },
443 ],
444 },
445 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
446 &quot;endDate&quot;: &quot;A String&quot;,
447 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
448 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
449 &quot;startDate&quot;: &quot;A String&quot;,
450 },
451 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
452 { # Represents a sorted dimension.
453 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
454 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
455 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
456 },
457 ],
458 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
459 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
460 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
461 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
462 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
463 &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.
464 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
465 },
466 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
467 &quot;A String&quot;,
468 ],
469 &quot;pathFilters&quot;: [ # Path Filters.
470 { # Represents a DfaReporting path filter.
471 &quot;eventFilters&quot;: [ # Event filters in path report.
472 { # Represents a DfaReporting event filter.
473 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
474 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
475 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
476 &quot;A String&quot;,
477 ],
478 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
479 &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.
480 &quot;values&quot;: [ # The possible values of the dimension.
481 &quot;A String&quot;,
482 ],
483 },
484 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
485 },
486 ],
487 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathFilter.
488 &quot;pathMatchPosition&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.
489 },
490 ],
491 },
492 &quot;pathToConversionCriteria&quot;: { # The report criteria for a report of type &quot;PATH_TO_CONVERSION&quot;.
493 &quot;activityFilters&quot;: [ # The list of &#x27;dfa:activity&#x27; values to filter on.
494 { # Represents a DimensionValue resource.
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 ],
503 &quot;conversionDimensions&quot;: [ # The list of conversion dimensions the report should include.
504 { # Represents a sorted dimension.
505 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
506 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
507 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
508 },
509 ],
510 &quot;customFloodlightVariables&quot;: [ # The list of custom floodlight variables the report should include.
511 { # Represents a sorted dimension.
512 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
513 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
514 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
515 },
516 ],
517 &quot;customRichMediaEvents&quot;: [ # The list of custom rich media events to include.
518 { # Represents a DimensionValue resource.
519 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
520 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
521 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
522 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
523 &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.
524 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
525 },
526 ],
527 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
528 &quot;endDate&quot;: &quot;A String&quot;,
529 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
530 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
531 &quot;startDate&quot;: &quot;A String&quot;,
532 },
533 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
534 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
535 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
536 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
537 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
538 &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.
539 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
540 },
541 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
542 &quot;A String&quot;,
543 ],
544 &quot;perInteractionDimensions&quot;: [ # The list of per interaction dimensions the report should include.
545 { # Represents a sorted dimension.
546 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
547 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
548 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
549 },
550 ],
551 &quot;reportProperties&quot;: { # The properties of the report.
552 &quot;clicksLookbackWindow&quot;: 42, # CM360 checks to see if a click interaction occurred within the specified period of time before a conversion. By default the value is pulled from Floodlight or you can manually enter a custom value. Valid values: 1-90.
553 &quot;impressionsLookbackWindow&quot;: 42, # CM360 checks to see if an impression interaction occurred within the specified period of time before a conversion. By default the value is pulled from Floodlight or you can manually enter a custom value. Valid values: 1-90.
554 &quot;includeAttributedIPConversions&quot;: True or False, # Deprecated: has no effect.
555 &quot;includeUnattributedCookieConversions&quot;: True or False, # Include conversions of users with a DoubleClick cookie but without an exposure. That means the user did not click or see an ad from the advertiser within the Floodlight group, or that the interaction happened outside the lookback window.
556 &quot;includeUnattributedIPConversions&quot;: True or False, # Include conversions that have no associated cookies and no exposures. It’s therefore impossible to know how the user was exposed to your ads during the lookback window prior to a conversion.
557 &quot;maximumClickInteractions&quot;: 42, # The maximum number of click interactions to include in the report. Advertisers currently paying for E2C reports get up to 200 (100 clicks, 100 impressions). If another advertiser in your network is paying for E2C, you can have up to 5 total exposures per report.
558 &quot;maximumImpressionInteractions&quot;: 42, # The maximum number of click interactions to include in the report. Advertisers currently paying for E2C reports get up to 200 (100 clicks, 100 impressions). If another advertiser in your network is paying for E2C, you can have up to 5 total exposures per report.
559 &quot;maximumInteractionGap&quot;: 42, # The maximum amount of time that can take place between interactions (clicks or impressions) by the same user. Valid values: 1-90.
560 &quot;pivotOnInteractionPath&quot;: True or False, # Enable pivoting on interaction path.
561 },
562 },
563 &quot;reachCriteria&quot;: { # The report criteria for a report of type &quot;REACH&quot;.
564 &quot;activities&quot;: { # Represents an activity group. # Activity group.
565 &quot;filters&quot;: [ # List of activity filters. The dimension values need to be all either of type &quot;dfa:activity&quot; or &quot;dfa:activityGroup&quot;.
566 { # Represents a DimensionValue resource.
567 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
568 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
569 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
570 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
571 &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.
572 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
573 },
574 ],
575 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#activities.
576 &quot;metricNames&quot;: [ # List of names of floodlight activity metrics.
577 &quot;A String&quot;,
578 ],
579 },
580 &quot;customRichMediaEvents&quot;: { # Represents a Custom Rich Media Events group. # Custom Rich Media Events group.
581 &quot;filteredEventIds&quot;: [ # List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.
582 { # Represents a DimensionValue resource.
583 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
584 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
585 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
586 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
587 &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.
588 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
589 },
590 ],
591 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#customRichMediaEvents.
592 },
593 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
594 &quot;endDate&quot;: &quot;A String&quot;,
595 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
596 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
597 &quot;startDate&quot;: &quot;A String&quot;,
598 },
599 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
600 { # Represents a DimensionValue resource.
601 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
602 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
603 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
604 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
605 &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.
606 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
607 },
608 ],
609 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
610 { # Represents a sorted dimension.
611 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
612 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
613 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
614 },
615 ],
616 &quot;enableAllDimensionCombinations&quot;: True or False, # Whether to enable all reach dimension combinations in the report. Defaults to false. If enabled, the date range of the report should be within the last 42 days.
617 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
618 &quot;A String&quot;,
619 ],
620 &quot;reachByFrequencyMetricNames&quot;: [ # The list of names of Reach By Frequency metrics the report should include.
621 &quot;A String&quot;,
622 ],
623 },
624 &quot;schedule&quot;: { # The report&#x27;s schedule. Can only be set if the report&#x27;s &#x27;dateRange&#x27; is a relative date range and the relative date range is not &quot;TODAY&quot;.
625 &quot;active&quot;: True or False, # Whether the schedule is active or not. Must be set to either true or false.
626 &quot;every&quot;: 42, # Defines every how many days, weeks or months the report should be run. Needs to be set when &quot;repeats&quot; is either &quot;DAILY&quot;, &quot;WEEKLY&quot; or &quot;MONTHLY&quot;.
627 &quot;expirationDate&quot;: &quot;A String&quot;,
628 &quot;repeats&quot;: &quot;A String&quot;, # The interval for which the report is repeated. Note: - &quot;DAILY&quot; also requires field &quot;every&quot; to be set. - &quot;WEEKLY&quot; also requires fields &quot;every&quot; and &quot;repeatsOnWeekDays&quot; to be set. - &quot;MONTHLY&quot; also requires fields &quot;every&quot; and &quot;runsOnDayOfMonth&quot; to be set.
629 &quot;repeatsOnWeekDays&quot;: [ # List of week days &quot;WEEKLY&quot; on which scheduled reports should run.
630 &quot;A String&quot;,
631 ],
632 &quot;runsOnDayOfMonth&quot;: &quot;A String&quot;, # Enum to define for &quot;MONTHLY&quot; scheduled reports whether reports should be repeated on the same day of the month as &quot;startDate&quot; or the same day of the week of the month. Example: If &#x27;startDate&#x27; is Monday, April 2nd 2012 (2012-04-02), &quot;DAY_OF_MONTH&quot; would run subsequent reports on the 2nd of every Month, and &quot;WEEK_OF_MONTH&quot; would run subsequent reports on the first Monday of the month.
633 &quot;startDate&quot;: &quot;A String&quot;,
634 },
635 &quot;subAccountId&quot;: &quot;A String&quot;, # The subaccount ID to which this report belongs if applicable.
636 &quot;type&quot;: &quot;A String&quot;, # The type of the report.
637}</pre>
638</div>
639
640<div class="method">
641 <code class="details" id="insert">insert(profileId, body=None, x__xgafv=None)</code>
642 <pre>Creates a report.
643
644Args:
645 profileId: string, The Campaign Manager 360 user profile ID. (required)
646 body: object, The request body.
647 The object takes the form of:
648
649{ # Represents a Report resource.
650 &quot;accountId&quot;: &quot;A String&quot;, # The account ID to which this report belongs.
651 &quot;criteria&quot;: { # The report criteria for a report of type &quot;STANDARD&quot;.
652 &quot;activities&quot;: { # Represents an activity group. # Activity group.
653 &quot;filters&quot;: [ # List of activity filters. The dimension values need to be all either of type &quot;dfa:activity&quot; or &quot;dfa:activityGroup&quot;.
654 { # Represents a DimensionValue resource.
655 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
656 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
657 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
658 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
659 &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.
660 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
661 },
662 ],
663 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#activities.
664 &quot;metricNames&quot;: [ # List of names of floodlight activity metrics.
665 &quot;A String&quot;,
666 ],
667 },
668 &quot;customRichMediaEvents&quot;: { # Represents a Custom Rich Media Events group. # Custom Rich Media Events group.
669 &quot;filteredEventIds&quot;: [ # List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.
670 { # Represents a DimensionValue resource.
671 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
672 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
673 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
674 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
675 &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.
676 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
677 },
678 ],
679 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#customRichMediaEvents.
680 },
681 &quot;dateRange&quot;: { # Represents a date range. # The date range for which this report should be run.
682 &quot;endDate&quot;: &quot;A String&quot;,
683 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
684 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
685 &quot;startDate&quot;: &quot;A String&quot;,
686 },
687 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
688 { # Represents a DimensionValue resource.
689 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
690 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
691 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
692 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
693 &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.
694 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
695 },
696 ],
697 &quot;dimensions&quot;: [ # The list of standard dimensions the report should include.
698 { # Represents a sorted dimension.
699 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
700 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
701 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
702 },
703 ],
704 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
705 &quot;A String&quot;,
706 ],
707 },
708 &quot;crossDimensionReachCriteria&quot;: { # The report criteria for a report of type &quot;CROSS_DIMENSION_REACH&quot;.
709 &quot;breakdown&quot;: [ # The list of dimensions the report should include.
710 { # Represents a sorted dimension.
711 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
712 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
713 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
714 },
715 ],
716 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
717 &quot;endDate&quot;: &quot;A String&quot;,
718 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
719 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
720 &quot;startDate&quot;: &quot;A String&quot;,
721 },
722 &quot;dimension&quot;: &quot;A String&quot;, # The dimension option.
723 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered.
724 { # Represents a DimensionValue resource.
725 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
726 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
727 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
728 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
729 &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.
730 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
731 },
732 ],
733 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
734 &quot;A String&quot;,
735 ],
736 &quot;overlapMetricNames&quot;: [ # The list of names of overlap metrics the report should include.
737 &quot;A String&quot;,
738 ],
739 &quot;pivoted&quot;: True or False, # Whether the report is pivoted or not. Defaults to true.
740 },
741 &quot;delivery&quot;: { # The report&#x27;s email delivery settings.
742 &quot;emailOwner&quot;: True or False, # Whether the report should be emailed to the report owner.
743 &quot;emailOwnerDeliveryType&quot;: &quot;A String&quot;, # The type of delivery for the owner to receive, if enabled.
744 &quot;message&quot;: &quot;A String&quot;, # The message to be sent with each email.
745 &quot;recipients&quot;: [ # The list of recipients to which to email the report.
746 { # Represents a recipient.
747 &quot;deliveryType&quot;: &quot;A String&quot;, # The delivery type for the recipient.
748 &quot;email&quot;: &quot;A String&quot;, # The email address of the recipient.
749 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#recipient.
750 },
751 ],
752 },
753 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
754 &quot;fileName&quot;: &quot;A String&quot;, # The filename used when generating report files for this report.
755 &quot;floodlightCriteria&quot;: { # The report criteria for a report of type &quot;FLOODLIGHT&quot;.
756 &quot;customRichMediaEvents&quot;: [ # The list of custom rich media events to include.
757 { # Represents a DimensionValue resource.
758 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
759 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
760 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
761 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
762 &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.
763 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
764 },
765 ],
766 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
767 &quot;endDate&quot;: &quot;A String&quot;,
768 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
769 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
770 &quot;startDate&quot;: &quot;A String&quot;,
771 },
772 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
773 { # Represents a DimensionValue resource.
774 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
775 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
776 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
777 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
778 &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.
779 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
780 },
781 ],
782 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
783 { # Represents a sorted dimension.
784 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
785 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
786 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
787 },
788 ],
789 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
790 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
791 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
792 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
793 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
794 &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.
795 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
796 },
797 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
798 &quot;A String&quot;,
799 ],
800 &quot;reportProperties&quot;: { # The properties of the report.
801 &quot;includeAttributedIPConversions&quot;: True or False, # Include conversions that have no cookie, but do have an exposure path.
802 &quot;includeUnattributedCookieConversions&quot;: True or False, # Include conversions of users with a DoubleClick cookie but without an exposure. That means the user did not click or see an ad from the advertiser within the Floodlight group, or that the interaction happened outside the lookback window.
803 &quot;includeUnattributedIPConversions&quot;: True or False, # Include conversions that have no associated cookies and no exposures. It’s therefore impossible to know how the user was exposed to your ads during the lookback window prior to a conversion.
804 },
805 },
806 &quot;format&quot;: &quot;A String&quot;, # The output format of the report. If not specified, default format is &quot;CSV&quot;. Note that the actual format in the completed report file might differ if for instance the report&#x27;s size exceeds the format&#x27;s capabilities. &quot;CSV&quot; will then be the fallback format.
807 &quot;id&quot;: &quot;A String&quot;, # The unique ID identifying this report resource.
808 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#report.
809 &quot;lastModifiedTime&quot;: &quot;A String&quot;, # The timestamp (in milliseconds since epoch) of when this report was last modified.
810 &quot;name&quot;: &quot;A String&quot;, # The name of the report.
811 &quot;ownerProfileId&quot;: &quot;A String&quot;, # The user profile id of the owner of this report.
812 &quot;pathAttributionCriteria&quot;: { # The report criteria for a report of type &quot;PATH_ATTRIBUTION&quot;.
813 &quot;activityFilters&quot;: [ # The list of &#x27;dfa:activity&#x27; values to filter on.
814 { # Represents a DimensionValue resource.
815 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
816 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
817 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
818 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
819 &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.
820 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
821 },
822 ],
823 &quot;customChannelGrouping&quot;: { # Represents a DfaReporting channel grouping. # Channel Grouping.
824 &quot;fallbackName&quot;: &quot;A String&quot;, # ChannelGrouping fallback name.
825 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGrouping.
826 &quot;name&quot;: &quot;A String&quot;, # ChannelGrouping name.
827 &quot;rules&quot;: [ # The rules contained within this channel grouping.
828 { # Represents a DfaReporting channel grouping rule.
829 &quot;disjunctiveMatchStatements&quot;: [ # The disjunctive match statements contained within this rule.
830 { # Represents a Disjunctive Match Statement resource, which is a conjunction (and) of disjunctive (or) boolean statements.
831 &quot;eventFilters&quot;: [ # The event filters contained within this disjunctive match statement.
832 { # Represents a DfaReporting event filter.
833 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
834 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
835 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
836 &quot;A String&quot;,
837 ],
838 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
839 &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.
840 &quot;values&quot;: [ # The possible values of the dimension.
841 &quot;A String&quot;,
842 ],
843 },
844 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
845 },
846 ],
847 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#disjunctiveMatchStatement.
848 },
849 ],
850 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGroupingRule.
851 &quot;name&quot;: &quot;A String&quot;, # Rule name.
852 },
853 ],
854 },
855 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
856 &quot;endDate&quot;: &quot;A String&quot;,
857 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
858 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
859 &quot;startDate&quot;: &quot;A String&quot;,
860 },
861 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
862 { # Represents a sorted dimension.
863 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
864 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
865 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
866 },
867 ],
868 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
869 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
870 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
871 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
872 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
873 &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.
874 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
875 },
876 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
877 &quot;A String&quot;,
878 ],
879 &quot;pathFilters&quot;: [ # Path Filters.
880 { # Represents a DfaReporting path filter.
881 &quot;eventFilters&quot;: [ # Event filters in path report.
882 { # Represents a DfaReporting event filter.
883 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
884 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
885 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
886 &quot;A String&quot;,
887 ],
888 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
889 &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.
890 &quot;values&quot;: [ # The possible values of the dimension.
891 &quot;A String&quot;,
892 ],
893 },
894 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
895 },
896 ],
897 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathFilter.
898 &quot;pathMatchPosition&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.
899 },
900 ],
901 },
902 &quot;pathCriteria&quot;: { # The report criteria for a report of type &quot;PATH&quot;.
903 &quot;activityFilters&quot;: [ # The list of &#x27;dfa:activity&#x27; values to filter on.
904 { # Represents a DimensionValue resource.
905 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
906 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
907 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
908 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
909 &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.
910 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
911 },
912 ],
913 &quot;customChannelGrouping&quot;: { # Represents a DfaReporting channel grouping. # Channel Grouping.
914 &quot;fallbackName&quot;: &quot;A String&quot;, # ChannelGrouping fallback name.
915 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGrouping.
916 &quot;name&quot;: &quot;A String&quot;, # ChannelGrouping name.
917 &quot;rules&quot;: [ # The rules contained within this channel grouping.
918 { # Represents a DfaReporting channel grouping rule.
919 &quot;disjunctiveMatchStatements&quot;: [ # The disjunctive match statements contained within this rule.
920 { # Represents a Disjunctive Match Statement resource, which is a conjunction (and) of disjunctive (or) boolean statements.
921 &quot;eventFilters&quot;: [ # The event filters contained within this disjunctive match statement.
922 { # Represents a DfaReporting event filter.
923 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
924 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
925 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
926 &quot;A String&quot;,
927 ],
928 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
929 &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.
930 &quot;values&quot;: [ # The possible values of the dimension.
931 &quot;A String&quot;,
932 ],
933 },
934 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
935 },
936 ],
937 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#disjunctiveMatchStatement.
938 },
939 ],
940 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGroupingRule.
941 &quot;name&quot;: &quot;A String&quot;, # Rule name.
942 },
943 ],
944 },
945 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
946 &quot;endDate&quot;: &quot;A String&quot;,
947 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
948 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
949 &quot;startDate&quot;: &quot;A String&quot;,
950 },
951 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
952 { # Represents a sorted dimension.
953 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
954 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
955 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
956 },
957 ],
958 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
959 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
960 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
961 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
962 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
963 &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.
964 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
965 },
966 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
967 &quot;A String&quot;,
968 ],
969 &quot;pathFilters&quot;: [ # Path Filters.
970 { # Represents a DfaReporting path filter.
971 &quot;eventFilters&quot;: [ # Event filters in path report.
972 { # Represents a DfaReporting event filter.
973 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
974 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
975 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
976 &quot;A String&quot;,
977 ],
978 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
979 &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.
980 &quot;values&quot;: [ # The possible values of the dimension.
981 &quot;A String&quot;,
982 ],
983 },
984 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
985 },
986 ],
987 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathFilter.
988 &quot;pathMatchPosition&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.
989 },
990 ],
991 },
992 &quot;pathToConversionCriteria&quot;: { # The report criteria for a report of type &quot;PATH_TO_CONVERSION&quot;.
993 &quot;activityFilters&quot;: [ # The list of &#x27;dfa:activity&#x27; values to filter on.
994 { # Represents a DimensionValue resource.
995 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
996 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
997 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
998 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
999 &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.
1000 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1001 },
1002 ],
1003 &quot;conversionDimensions&quot;: [ # The list of conversion dimensions the report should include.
1004 { # Represents a sorted dimension.
1005 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
1006 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
1007 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
1008 },
1009 ],
1010 &quot;customFloodlightVariables&quot;: [ # The list of custom floodlight variables the report should include.
1011 { # Represents a sorted dimension.
1012 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
1013 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
1014 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
1015 },
1016 ],
1017 &quot;customRichMediaEvents&quot;: [ # The list of custom rich media events to include.
1018 { # Represents a DimensionValue resource.
1019 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1020 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1021 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1022 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1023 &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.
1024 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1025 },
1026 ],
1027 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
1028 &quot;endDate&quot;: &quot;A String&quot;,
1029 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
1030 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
1031 &quot;startDate&quot;: &quot;A String&quot;,
1032 },
1033 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
1034 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1035 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1036 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1037 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1038 &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.
1039 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1040 },
1041 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
1042 &quot;A String&quot;,
1043 ],
1044 &quot;perInteractionDimensions&quot;: [ # The list of per interaction dimensions the report should include.
1045 { # Represents a sorted dimension.
1046 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
1047 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
1048 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
1049 },
1050 ],
1051 &quot;reportProperties&quot;: { # The properties of the report.
1052 &quot;clicksLookbackWindow&quot;: 42, # CM360 checks to see if a click interaction occurred within the specified period of time before a conversion. By default the value is pulled from Floodlight or you can manually enter a custom value. Valid values: 1-90.
1053 &quot;impressionsLookbackWindow&quot;: 42, # CM360 checks to see if an impression interaction occurred within the specified period of time before a conversion. By default the value is pulled from Floodlight or you can manually enter a custom value. Valid values: 1-90.
1054 &quot;includeAttributedIPConversions&quot;: True or False, # Deprecated: has no effect.
1055 &quot;includeUnattributedCookieConversions&quot;: True or False, # Include conversions of users with a DoubleClick cookie but without an exposure. That means the user did not click or see an ad from the advertiser within the Floodlight group, or that the interaction happened outside the lookback window.
1056 &quot;includeUnattributedIPConversions&quot;: True or False, # Include conversions that have no associated cookies and no exposures. It’s therefore impossible to know how the user was exposed to your ads during the lookback window prior to a conversion.
1057 &quot;maximumClickInteractions&quot;: 42, # The maximum number of click interactions to include in the report. Advertisers currently paying for E2C reports get up to 200 (100 clicks, 100 impressions). If another advertiser in your network is paying for E2C, you can have up to 5 total exposures per report.
1058 &quot;maximumImpressionInteractions&quot;: 42, # The maximum number of click interactions to include in the report. Advertisers currently paying for E2C reports get up to 200 (100 clicks, 100 impressions). If another advertiser in your network is paying for E2C, you can have up to 5 total exposures per report.
1059 &quot;maximumInteractionGap&quot;: 42, # The maximum amount of time that can take place between interactions (clicks or impressions) by the same user. Valid values: 1-90.
1060 &quot;pivotOnInteractionPath&quot;: True or False, # Enable pivoting on interaction path.
1061 },
1062 },
1063 &quot;reachCriteria&quot;: { # The report criteria for a report of type &quot;REACH&quot;.
1064 &quot;activities&quot;: { # Represents an activity group. # Activity group.
1065 &quot;filters&quot;: [ # List of activity filters. The dimension values need to be all either of type &quot;dfa:activity&quot; or &quot;dfa:activityGroup&quot;.
1066 { # Represents a DimensionValue resource.
1067 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1068 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1069 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1070 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1071 &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.
1072 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1073 },
1074 ],
1075 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#activities.
1076 &quot;metricNames&quot;: [ # List of names of floodlight activity metrics.
1077 &quot;A String&quot;,
1078 ],
1079 },
1080 &quot;customRichMediaEvents&quot;: { # Represents a Custom Rich Media Events group. # Custom Rich Media Events group.
1081 &quot;filteredEventIds&quot;: [ # List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.
1082 { # Represents a DimensionValue resource.
1083 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1084 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1085 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1086 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1087 &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.
1088 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1089 },
1090 ],
1091 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#customRichMediaEvents.
1092 },
1093 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
1094 &quot;endDate&quot;: &quot;A String&quot;,
1095 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
1096 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
1097 &quot;startDate&quot;: &quot;A String&quot;,
1098 },
1099 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
1100 { # Represents a DimensionValue resource.
1101 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1102 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1103 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1104 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1105 &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.
1106 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1107 },
1108 ],
1109 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
1110 { # Represents a sorted dimension.
1111 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
1112 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
1113 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
1114 },
1115 ],
1116 &quot;enableAllDimensionCombinations&quot;: True or False, # Whether to enable all reach dimension combinations in the report. Defaults to false. If enabled, the date range of the report should be within the last 42 days.
1117 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
1118 &quot;A String&quot;,
1119 ],
1120 &quot;reachByFrequencyMetricNames&quot;: [ # The list of names of Reach By Frequency metrics the report should include.
1121 &quot;A String&quot;,
1122 ],
1123 },
1124 &quot;schedule&quot;: { # The report&#x27;s schedule. Can only be set if the report&#x27;s &#x27;dateRange&#x27; is a relative date range and the relative date range is not &quot;TODAY&quot;.
1125 &quot;active&quot;: True or False, # Whether the schedule is active or not. Must be set to either true or false.
1126 &quot;every&quot;: 42, # Defines every how many days, weeks or months the report should be run. Needs to be set when &quot;repeats&quot; is either &quot;DAILY&quot;, &quot;WEEKLY&quot; or &quot;MONTHLY&quot;.
1127 &quot;expirationDate&quot;: &quot;A String&quot;,
1128 &quot;repeats&quot;: &quot;A String&quot;, # The interval for which the report is repeated. Note: - &quot;DAILY&quot; also requires field &quot;every&quot; to be set. - &quot;WEEKLY&quot; also requires fields &quot;every&quot; and &quot;repeatsOnWeekDays&quot; to be set. - &quot;MONTHLY&quot; also requires fields &quot;every&quot; and &quot;runsOnDayOfMonth&quot; to be set.
1129 &quot;repeatsOnWeekDays&quot;: [ # List of week days &quot;WEEKLY&quot; on which scheduled reports should run.
1130 &quot;A String&quot;,
1131 ],
1132 &quot;runsOnDayOfMonth&quot;: &quot;A String&quot;, # Enum to define for &quot;MONTHLY&quot; scheduled reports whether reports should be repeated on the same day of the month as &quot;startDate&quot; or the same day of the week of the month. Example: If &#x27;startDate&#x27; is Monday, April 2nd 2012 (2012-04-02), &quot;DAY_OF_MONTH&quot; would run subsequent reports on the 2nd of every Month, and &quot;WEEK_OF_MONTH&quot; would run subsequent reports on the first Monday of the month.
1133 &quot;startDate&quot;: &quot;A String&quot;,
1134 },
1135 &quot;subAccountId&quot;: &quot;A String&quot;, # The subaccount ID to which this report belongs if applicable.
1136 &quot;type&quot;: &quot;A String&quot;, # The type of the report.
1137}
1138
1139 x__xgafv: string, V1 error format.
1140 Allowed values
1141 1 - v1 error format
1142 2 - v2 error format
1143
1144Returns:
1145 An object of the form:
1146
1147 { # Represents a Report resource.
1148 &quot;accountId&quot;: &quot;A String&quot;, # The account ID to which this report belongs.
1149 &quot;criteria&quot;: { # The report criteria for a report of type &quot;STANDARD&quot;.
1150 &quot;activities&quot;: { # Represents an activity group. # Activity group.
1151 &quot;filters&quot;: [ # List of activity filters. The dimension values need to be all either of type &quot;dfa:activity&quot; or &quot;dfa:activityGroup&quot;.
1152 { # Represents a DimensionValue resource.
1153 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1154 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1155 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1156 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1157 &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.
1158 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1159 },
1160 ],
1161 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#activities.
1162 &quot;metricNames&quot;: [ # List of names of floodlight activity metrics.
1163 &quot;A String&quot;,
1164 ],
1165 },
1166 &quot;customRichMediaEvents&quot;: { # Represents a Custom Rich Media Events group. # Custom Rich Media Events group.
1167 &quot;filteredEventIds&quot;: [ # List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.
1168 { # Represents a DimensionValue resource.
1169 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1170 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1171 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1172 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1173 &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.
1174 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1175 },
1176 ],
1177 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#customRichMediaEvents.
1178 },
1179 &quot;dateRange&quot;: { # Represents a date range. # The date range for which this report should be run.
1180 &quot;endDate&quot;: &quot;A String&quot;,
1181 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
1182 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
1183 &quot;startDate&quot;: &quot;A String&quot;,
1184 },
1185 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
1186 { # Represents a DimensionValue resource.
1187 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1188 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1189 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1190 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1191 &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.
1192 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1193 },
1194 ],
1195 &quot;dimensions&quot;: [ # The list of standard dimensions the report should include.
1196 { # Represents a sorted dimension.
1197 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
1198 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
1199 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
1200 },
1201 ],
1202 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
1203 &quot;A String&quot;,
1204 ],
1205 },
1206 &quot;crossDimensionReachCriteria&quot;: { # The report criteria for a report of type &quot;CROSS_DIMENSION_REACH&quot;.
1207 &quot;breakdown&quot;: [ # The list of dimensions the report should include.
1208 { # Represents a sorted dimension.
1209 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
1210 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
1211 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
1212 },
1213 ],
1214 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
1215 &quot;endDate&quot;: &quot;A String&quot;,
1216 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
1217 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
1218 &quot;startDate&quot;: &quot;A String&quot;,
1219 },
1220 &quot;dimension&quot;: &quot;A String&quot;, # The dimension option.
1221 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered.
1222 { # Represents a DimensionValue resource.
1223 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1224 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1225 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1226 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1227 &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.
1228 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1229 },
1230 ],
1231 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
1232 &quot;A String&quot;,
1233 ],
1234 &quot;overlapMetricNames&quot;: [ # The list of names of overlap metrics the report should include.
1235 &quot;A String&quot;,
1236 ],
1237 &quot;pivoted&quot;: True or False, # Whether the report is pivoted or not. Defaults to true.
1238 },
1239 &quot;delivery&quot;: { # The report&#x27;s email delivery settings.
1240 &quot;emailOwner&quot;: True or False, # Whether the report should be emailed to the report owner.
1241 &quot;emailOwnerDeliveryType&quot;: &quot;A String&quot;, # The type of delivery for the owner to receive, if enabled.
1242 &quot;message&quot;: &quot;A String&quot;, # The message to be sent with each email.
1243 &quot;recipients&quot;: [ # The list of recipients to which to email the report.
1244 { # Represents a recipient.
1245 &quot;deliveryType&quot;: &quot;A String&quot;, # The delivery type for the recipient.
1246 &quot;email&quot;: &quot;A String&quot;, # The email address of the recipient.
1247 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#recipient.
1248 },
1249 ],
1250 },
1251 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1252 &quot;fileName&quot;: &quot;A String&quot;, # The filename used when generating report files for this report.
1253 &quot;floodlightCriteria&quot;: { # The report criteria for a report of type &quot;FLOODLIGHT&quot;.
1254 &quot;customRichMediaEvents&quot;: [ # The list of custom rich media events to include.
1255 { # Represents a DimensionValue resource.
1256 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1257 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1258 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1259 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1260 &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.
1261 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1262 },
1263 ],
1264 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
1265 &quot;endDate&quot;: &quot;A String&quot;,
1266 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
1267 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
1268 &quot;startDate&quot;: &quot;A String&quot;,
1269 },
1270 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
1271 { # Represents a DimensionValue resource.
1272 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1273 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1274 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1275 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1276 &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.
1277 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1278 },
1279 ],
1280 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
1281 { # Represents a sorted dimension.
1282 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
1283 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
1284 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
1285 },
1286 ],
1287 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
1288 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1289 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1290 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1291 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1292 &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.
1293 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1294 },
1295 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
1296 &quot;A String&quot;,
1297 ],
1298 &quot;reportProperties&quot;: { # The properties of the report.
1299 &quot;includeAttributedIPConversions&quot;: True or False, # Include conversions that have no cookie, but do have an exposure path.
1300 &quot;includeUnattributedCookieConversions&quot;: True or False, # Include conversions of users with a DoubleClick cookie but without an exposure. That means the user did not click or see an ad from the advertiser within the Floodlight group, or that the interaction happened outside the lookback window.
1301 &quot;includeUnattributedIPConversions&quot;: True or False, # Include conversions that have no associated cookies and no exposures. It’s therefore impossible to know how the user was exposed to your ads during the lookback window prior to a conversion.
1302 },
1303 },
1304 &quot;format&quot;: &quot;A String&quot;, # The output format of the report. If not specified, default format is &quot;CSV&quot;. Note that the actual format in the completed report file might differ if for instance the report&#x27;s size exceeds the format&#x27;s capabilities. &quot;CSV&quot; will then be the fallback format.
1305 &quot;id&quot;: &quot;A String&quot;, # The unique ID identifying this report resource.
1306 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#report.
1307 &quot;lastModifiedTime&quot;: &quot;A String&quot;, # The timestamp (in milliseconds since epoch) of when this report was last modified.
1308 &quot;name&quot;: &quot;A String&quot;, # The name of the report.
1309 &quot;ownerProfileId&quot;: &quot;A String&quot;, # The user profile id of the owner of this report.
1310 &quot;pathAttributionCriteria&quot;: { # The report criteria for a report of type &quot;PATH_ATTRIBUTION&quot;.
1311 &quot;activityFilters&quot;: [ # The list of &#x27;dfa:activity&#x27; values to filter on.
1312 { # Represents a DimensionValue resource.
1313 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1314 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1315 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1316 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1317 &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.
1318 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1319 },
1320 ],
1321 &quot;customChannelGrouping&quot;: { # Represents a DfaReporting channel grouping. # Channel Grouping.
1322 &quot;fallbackName&quot;: &quot;A String&quot;, # ChannelGrouping fallback name.
1323 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGrouping.
1324 &quot;name&quot;: &quot;A String&quot;, # ChannelGrouping name.
1325 &quot;rules&quot;: [ # The rules contained within this channel grouping.
1326 { # Represents a DfaReporting channel grouping rule.
1327 &quot;disjunctiveMatchStatements&quot;: [ # The disjunctive match statements contained within this rule.
1328 { # Represents a Disjunctive Match Statement resource, which is a conjunction (and) of disjunctive (or) boolean statements.
1329 &quot;eventFilters&quot;: [ # The event filters contained within this disjunctive match statement.
1330 { # Represents a DfaReporting event filter.
1331 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
1332 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1333 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
1334 &quot;A String&quot;,
1335 ],
1336 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
1337 &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.
1338 &quot;values&quot;: [ # The possible values of the dimension.
1339 &quot;A String&quot;,
1340 ],
1341 },
1342 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
1343 },
1344 ],
1345 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#disjunctiveMatchStatement.
1346 },
1347 ],
1348 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGroupingRule.
1349 &quot;name&quot;: &quot;A String&quot;, # Rule name.
1350 },
1351 ],
1352 },
1353 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
1354 &quot;endDate&quot;: &quot;A String&quot;,
1355 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
1356 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
1357 &quot;startDate&quot;: &quot;A String&quot;,
1358 },
1359 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
1360 { # Represents a sorted dimension.
1361 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
1362 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
1363 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
1364 },
1365 ],
1366 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
1367 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1368 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1369 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1370 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1371 &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.
1372 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1373 },
1374 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
1375 &quot;A String&quot;,
1376 ],
1377 &quot;pathFilters&quot;: [ # Path Filters.
1378 { # Represents a DfaReporting path filter.
1379 &quot;eventFilters&quot;: [ # Event filters in path report.
1380 { # Represents a DfaReporting event filter.
1381 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
1382 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1383 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
1384 &quot;A String&quot;,
1385 ],
1386 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
1387 &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.
1388 &quot;values&quot;: [ # The possible values of the dimension.
1389 &quot;A String&quot;,
1390 ],
1391 },
1392 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
1393 },
1394 ],
1395 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathFilter.
1396 &quot;pathMatchPosition&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.
1397 },
1398 ],
1399 },
1400 &quot;pathCriteria&quot;: { # The report criteria for a report of type &quot;PATH&quot;.
1401 &quot;activityFilters&quot;: [ # The list of &#x27;dfa:activity&#x27; values to filter on.
1402 { # Represents a DimensionValue resource.
1403 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1404 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1405 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1406 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1407 &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.
1408 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1409 },
1410 ],
1411 &quot;customChannelGrouping&quot;: { # Represents a DfaReporting channel grouping. # Channel Grouping.
1412 &quot;fallbackName&quot;: &quot;A String&quot;, # ChannelGrouping fallback name.
1413 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGrouping.
1414 &quot;name&quot;: &quot;A String&quot;, # ChannelGrouping name.
1415 &quot;rules&quot;: [ # The rules contained within this channel grouping.
1416 { # Represents a DfaReporting channel grouping rule.
1417 &quot;disjunctiveMatchStatements&quot;: [ # The disjunctive match statements contained within this rule.
1418 { # Represents a Disjunctive Match Statement resource, which is a conjunction (and) of disjunctive (or) boolean statements.
1419 &quot;eventFilters&quot;: [ # The event filters contained within this disjunctive match statement.
1420 { # Represents a DfaReporting event filter.
1421 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
1422 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1423 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
1424 &quot;A String&quot;,
1425 ],
1426 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
1427 &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.
1428 &quot;values&quot;: [ # The possible values of the dimension.
1429 &quot;A String&quot;,
1430 ],
1431 },
1432 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
1433 },
1434 ],
1435 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#disjunctiveMatchStatement.
1436 },
1437 ],
1438 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGroupingRule.
1439 &quot;name&quot;: &quot;A String&quot;, # Rule name.
1440 },
1441 ],
1442 },
1443 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
1444 &quot;endDate&quot;: &quot;A String&quot;,
1445 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
1446 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
1447 &quot;startDate&quot;: &quot;A String&quot;,
1448 },
1449 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
1450 { # Represents a sorted dimension.
1451 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
1452 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
1453 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
1454 },
1455 ],
1456 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
1457 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1458 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1459 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1460 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1461 &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.
1462 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1463 },
1464 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
1465 &quot;A String&quot;,
1466 ],
1467 &quot;pathFilters&quot;: [ # Path Filters.
1468 { # Represents a DfaReporting path filter.
1469 &quot;eventFilters&quot;: [ # Event filters in path report.
1470 { # Represents a DfaReporting event filter.
1471 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
1472 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1473 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
1474 &quot;A String&quot;,
1475 ],
1476 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
1477 &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.
1478 &quot;values&quot;: [ # The possible values of the dimension.
1479 &quot;A String&quot;,
1480 ],
1481 },
1482 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
1483 },
1484 ],
1485 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathFilter.
1486 &quot;pathMatchPosition&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.
1487 },
1488 ],
1489 },
1490 &quot;pathToConversionCriteria&quot;: { # The report criteria for a report of type &quot;PATH_TO_CONVERSION&quot;.
1491 &quot;activityFilters&quot;: [ # The list of &#x27;dfa:activity&#x27; values to filter on.
1492 { # Represents a DimensionValue resource.
1493 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1494 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1495 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1496 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1497 &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.
1498 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1499 },
1500 ],
1501 &quot;conversionDimensions&quot;: [ # The list of conversion dimensions the report should include.
1502 { # Represents a sorted dimension.
1503 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
1504 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
1505 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
1506 },
1507 ],
1508 &quot;customFloodlightVariables&quot;: [ # The list of custom floodlight variables the report should include.
1509 { # Represents a sorted dimension.
1510 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
1511 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
1512 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
1513 },
1514 ],
1515 &quot;customRichMediaEvents&quot;: [ # The list of custom rich media events to include.
1516 { # Represents a DimensionValue resource.
1517 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1518 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1519 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1520 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1521 &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.
1522 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1523 },
1524 ],
1525 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
1526 &quot;endDate&quot;: &quot;A String&quot;,
1527 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
1528 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
1529 &quot;startDate&quot;: &quot;A String&quot;,
1530 },
1531 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
1532 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1533 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1534 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1535 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1536 &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.
1537 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1538 },
1539 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
1540 &quot;A String&quot;,
1541 ],
1542 &quot;perInteractionDimensions&quot;: [ # The list of per interaction dimensions the report should include.
1543 { # Represents a sorted dimension.
1544 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
1545 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
1546 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
1547 },
1548 ],
1549 &quot;reportProperties&quot;: { # The properties of the report.
1550 &quot;clicksLookbackWindow&quot;: 42, # CM360 checks to see if a click interaction occurred within the specified period of time before a conversion. By default the value is pulled from Floodlight or you can manually enter a custom value. Valid values: 1-90.
1551 &quot;impressionsLookbackWindow&quot;: 42, # CM360 checks to see if an impression interaction occurred within the specified period of time before a conversion. By default the value is pulled from Floodlight or you can manually enter a custom value. Valid values: 1-90.
1552 &quot;includeAttributedIPConversions&quot;: True or False, # Deprecated: has no effect.
1553 &quot;includeUnattributedCookieConversions&quot;: True or False, # Include conversions of users with a DoubleClick cookie but without an exposure. That means the user did not click or see an ad from the advertiser within the Floodlight group, or that the interaction happened outside the lookback window.
1554 &quot;includeUnattributedIPConversions&quot;: True or False, # Include conversions that have no associated cookies and no exposures. It’s therefore impossible to know how the user was exposed to your ads during the lookback window prior to a conversion.
1555 &quot;maximumClickInteractions&quot;: 42, # The maximum number of click interactions to include in the report. Advertisers currently paying for E2C reports get up to 200 (100 clicks, 100 impressions). If another advertiser in your network is paying for E2C, you can have up to 5 total exposures per report.
1556 &quot;maximumImpressionInteractions&quot;: 42, # The maximum number of click interactions to include in the report. Advertisers currently paying for E2C reports get up to 200 (100 clicks, 100 impressions). If another advertiser in your network is paying for E2C, you can have up to 5 total exposures per report.
1557 &quot;maximumInteractionGap&quot;: 42, # The maximum amount of time that can take place between interactions (clicks or impressions) by the same user. Valid values: 1-90.
1558 &quot;pivotOnInteractionPath&quot;: True or False, # Enable pivoting on interaction path.
1559 },
1560 },
1561 &quot;reachCriteria&quot;: { # The report criteria for a report of type &quot;REACH&quot;.
1562 &quot;activities&quot;: { # Represents an activity group. # Activity group.
1563 &quot;filters&quot;: [ # List of activity filters. The dimension values need to be all either of type &quot;dfa:activity&quot; or &quot;dfa:activityGroup&quot;.
1564 { # Represents a DimensionValue resource.
1565 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1566 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1567 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1568 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1569 &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.
1570 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1571 },
1572 ],
1573 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#activities.
1574 &quot;metricNames&quot;: [ # List of names of floodlight activity metrics.
1575 &quot;A String&quot;,
1576 ],
1577 },
1578 &quot;customRichMediaEvents&quot;: { # Represents a Custom Rich Media Events group. # Custom Rich Media Events group.
1579 &quot;filteredEventIds&quot;: [ # List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.
1580 { # Represents a DimensionValue resource.
1581 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1582 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1583 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1584 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1585 &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.
1586 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1587 },
1588 ],
1589 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#customRichMediaEvents.
1590 },
1591 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
1592 &quot;endDate&quot;: &quot;A String&quot;,
1593 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
1594 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
1595 &quot;startDate&quot;: &quot;A String&quot;,
1596 },
1597 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
1598 { # Represents a DimensionValue resource.
1599 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1600 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1601 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1602 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1603 &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.
1604 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1605 },
1606 ],
1607 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
1608 { # Represents a sorted dimension.
1609 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
1610 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
1611 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
1612 },
1613 ],
1614 &quot;enableAllDimensionCombinations&quot;: True or False, # Whether to enable all reach dimension combinations in the report. Defaults to false. If enabled, the date range of the report should be within the last 42 days.
1615 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
1616 &quot;A String&quot;,
1617 ],
1618 &quot;reachByFrequencyMetricNames&quot;: [ # The list of names of Reach By Frequency metrics the report should include.
1619 &quot;A String&quot;,
1620 ],
1621 },
1622 &quot;schedule&quot;: { # The report&#x27;s schedule. Can only be set if the report&#x27;s &#x27;dateRange&#x27; is a relative date range and the relative date range is not &quot;TODAY&quot;.
1623 &quot;active&quot;: True or False, # Whether the schedule is active or not. Must be set to either true or false.
1624 &quot;every&quot;: 42, # Defines every how many days, weeks or months the report should be run. Needs to be set when &quot;repeats&quot; is either &quot;DAILY&quot;, &quot;WEEKLY&quot; or &quot;MONTHLY&quot;.
1625 &quot;expirationDate&quot;: &quot;A String&quot;,
1626 &quot;repeats&quot;: &quot;A String&quot;, # The interval for which the report is repeated. Note: - &quot;DAILY&quot; also requires field &quot;every&quot; to be set. - &quot;WEEKLY&quot; also requires fields &quot;every&quot; and &quot;repeatsOnWeekDays&quot; to be set. - &quot;MONTHLY&quot; also requires fields &quot;every&quot; and &quot;runsOnDayOfMonth&quot; to be set.
1627 &quot;repeatsOnWeekDays&quot;: [ # List of week days &quot;WEEKLY&quot; on which scheduled reports should run.
1628 &quot;A String&quot;,
1629 ],
1630 &quot;runsOnDayOfMonth&quot;: &quot;A String&quot;, # Enum to define for &quot;MONTHLY&quot; scheduled reports whether reports should be repeated on the same day of the month as &quot;startDate&quot; or the same day of the week of the month. Example: If &#x27;startDate&#x27; is Monday, April 2nd 2012 (2012-04-02), &quot;DAY_OF_MONTH&quot; would run subsequent reports on the 2nd of every Month, and &quot;WEEK_OF_MONTH&quot; would run subsequent reports on the first Monday of the month.
1631 &quot;startDate&quot;: &quot;A String&quot;,
1632 },
1633 &quot;subAccountId&quot;: &quot;A String&quot;, # The subaccount ID to which this report belongs if applicable.
1634 &quot;type&quot;: &quot;A String&quot;, # The type of the report.
1635}</pre>
1636</div>
1637
1638<div class="method">
1639 <code class="details" id="list">list(profileId, maxResults=None, pageToken=None, scope=None, sortField=None, sortOrder=None, x__xgafv=None)</code>
1640 <pre>Retrieves list of reports.
1641
1642Args:
1643 profileId: string, The Campaign Manager 360 user profile ID. (required)
1644 maxResults: integer, Maximum number of results to return.
1645 pageToken: string, The value of the nextToken from the previous result page.
1646 scope: string, The scope that defines which results are returned.
1647 Allowed values
1648 ALL - All reports in account.
1649 MINE - My reports.
1650 sortField: string, The field by which to sort the list.
1651 Allowed values
1652 ID - Sort by report ID.
1653 LAST_MODIFIED_TIME - Sort by &#x27;lastModifiedTime&#x27; field.
1654 NAME - Sort by name of reports.
1655 sortOrder: string, Order of sorted results.
1656 Allowed values
1657 ASCENDING - Ascending order.
1658 DESCENDING - Descending order.
1659 x__xgafv: string, V1 error format.
1660 Allowed values
1661 1 - v1 error format
1662 2 - v2 error format
1663
1664Returns:
1665 An object of the form:
1666
1667 { # Represents the list of reports.
1668 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1669 &quot;items&quot;: [ # The reports returned in this response.
1670 { # Represents a Report resource.
1671 &quot;accountId&quot;: &quot;A String&quot;, # The account ID to which this report belongs.
1672 &quot;criteria&quot;: { # The report criteria for a report of type &quot;STANDARD&quot;.
1673 &quot;activities&quot;: { # Represents an activity group. # Activity group.
1674 &quot;filters&quot;: [ # List of activity filters. The dimension values need to be all either of type &quot;dfa:activity&quot; or &quot;dfa:activityGroup&quot;.
1675 { # Represents a DimensionValue resource.
1676 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1677 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1678 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1679 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1680 &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.
1681 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1682 },
1683 ],
1684 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#activities.
1685 &quot;metricNames&quot;: [ # List of names of floodlight activity metrics.
1686 &quot;A String&quot;,
1687 ],
1688 },
1689 &quot;customRichMediaEvents&quot;: { # Represents a Custom Rich Media Events group. # Custom Rich Media Events group.
1690 &quot;filteredEventIds&quot;: [ # List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.
1691 { # Represents a DimensionValue resource.
1692 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1693 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1694 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1695 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1696 &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.
1697 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1698 },
1699 ],
1700 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#customRichMediaEvents.
1701 },
1702 &quot;dateRange&quot;: { # Represents a date range. # The date range for which this report should be run.
1703 &quot;endDate&quot;: &quot;A String&quot;,
1704 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
1705 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
1706 &quot;startDate&quot;: &quot;A String&quot;,
1707 },
1708 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
1709 { # Represents a DimensionValue resource.
1710 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1711 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1712 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1713 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1714 &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.
1715 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1716 },
1717 ],
1718 &quot;dimensions&quot;: [ # The list of standard dimensions the report should include.
1719 { # Represents a sorted dimension.
1720 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
1721 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
1722 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
1723 },
1724 ],
1725 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
1726 &quot;A String&quot;,
1727 ],
1728 },
1729 &quot;crossDimensionReachCriteria&quot;: { # The report criteria for a report of type &quot;CROSS_DIMENSION_REACH&quot;.
1730 &quot;breakdown&quot;: [ # The list of dimensions the report should include.
1731 { # Represents a sorted dimension.
1732 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
1733 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
1734 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
1735 },
1736 ],
1737 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
1738 &quot;endDate&quot;: &quot;A String&quot;,
1739 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
1740 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
1741 &quot;startDate&quot;: &quot;A String&quot;,
1742 },
1743 &quot;dimension&quot;: &quot;A String&quot;, # The dimension option.
1744 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered.
1745 { # Represents a DimensionValue resource.
1746 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1747 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1748 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1749 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1750 &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.
1751 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1752 },
1753 ],
1754 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
1755 &quot;A String&quot;,
1756 ],
1757 &quot;overlapMetricNames&quot;: [ # The list of names of overlap metrics the report should include.
1758 &quot;A String&quot;,
1759 ],
1760 &quot;pivoted&quot;: True or False, # Whether the report is pivoted or not. Defaults to true.
1761 },
1762 &quot;delivery&quot;: { # The report&#x27;s email delivery settings.
1763 &quot;emailOwner&quot;: True or False, # Whether the report should be emailed to the report owner.
1764 &quot;emailOwnerDeliveryType&quot;: &quot;A String&quot;, # The type of delivery for the owner to receive, if enabled.
1765 &quot;message&quot;: &quot;A String&quot;, # The message to be sent with each email.
1766 &quot;recipients&quot;: [ # The list of recipients to which to email the report.
1767 { # Represents a recipient.
1768 &quot;deliveryType&quot;: &quot;A String&quot;, # The delivery type for the recipient.
1769 &quot;email&quot;: &quot;A String&quot;, # The email address of the recipient.
1770 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#recipient.
1771 },
1772 ],
1773 },
1774 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1775 &quot;fileName&quot;: &quot;A String&quot;, # The filename used when generating report files for this report.
1776 &quot;floodlightCriteria&quot;: { # The report criteria for a report of type &quot;FLOODLIGHT&quot;.
1777 &quot;customRichMediaEvents&quot;: [ # The list of custom rich media events to include.
1778 { # Represents a DimensionValue resource.
1779 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1780 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1781 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1782 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1783 &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.
1784 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1785 },
1786 ],
1787 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
1788 &quot;endDate&quot;: &quot;A String&quot;,
1789 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
1790 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
1791 &quot;startDate&quot;: &quot;A String&quot;,
1792 },
1793 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
1794 { # Represents a DimensionValue resource.
1795 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1796 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1797 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1798 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1799 &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.
1800 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1801 },
1802 ],
1803 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
1804 { # Represents a sorted dimension.
1805 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
1806 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
1807 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
1808 },
1809 ],
1810 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
1811 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1812 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1813 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1814 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1815 &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.
1816 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1817 },
1818 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
1819 &quot;A String&quot;,
1820 ],
1821 &quot;reportProperties&quot;: { # The properties of the report.
1822 &quot;includeAttributedIPConversions&quot;: True or False, # Include conversions that have no cookie, but do have an exposure path.
1823 &quot;includeUnattributedCookieConversions&quot;: True or False, # Include conversions of users with a DoubleClick cookie but without an exposure. That means the user did not click or see an ad from the advertiser within the Floodlight group, or that the interaction happened outside the lookback window.
1824 &quot;includeUnattributedIPConversions&quot;: True or False, # Include conversions that have no associated cookies and no exposures. It’s therefore impossible to know how the user was exposed to your ads during the lookback window prior to a conversion.
1825 },
1826 },
1827 &quot;format&quot;: &quot;A String&quot;, # The output format of the report. If not specified, default format is &quot;CSV&quot;. Note that the actual format in the completed report file might differ if for instance the report&#x27;s size exceeds the format&#x27;s capabilities. &quot;CSV&quot; will then be the fallback format.
1828 &quot;id&quot;: &quot;A String&quot;, # The unique ID identifying this report resource.
1829 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#report.
1830 &quot;lastModifiedTime&quot;: &quot;A String&quot;, # The timestamp (in milliseconds since epoch) of when this report was last modified.
1831 &quot;name&quot;: &quot;A String&quot;, # The name of the report.
1832 &quot;ownerProfileId&quot;: &quot;A String&quot;, # The user profile id of the owner of this report.
1833 &quot;pathAttributionCriteria&quot;: { # The report criteria for a report of type &quot;PATH_ATTRIBUTION&quot;.
1834 &quot;activityFilters&quot;: [ # The list of &#x27;dfa:activity&#x27; values to filter on.
1835 { # Represents a DimensionValue resource.
1836 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1837 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1838 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1839 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1840 &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.
1841 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1842 },
1843 ],
1844 &quot;customChannelGrouping&quot;: { # Represents a DfaReporting channel grouping. # Channel Grouping.
1845 &quot;fallbackName&quot;: &quot;A String&quot;, # ChannelGrouping fallback name.
1846 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGrouping.
1847 &quot;name&quot;: &quot;A String&quot;, # ChannelGrouping name.
1848 &quot;rules&quot;: [ # The rules contained within this channel grouping.
1849 { # Represents a DfaReporting channel grouping rule.
1850 &quot;disjunctiveMatchStatements&quot;: [ # The disjunctive match statements contained within this rule.
1851 { # Represents a Disjunctive Match Statement resource, which is a conjunction (and) of disjunctive (or) boolean statements.
1852 &quot;eventFilters&quot;: [ # The event filters contained within this disjunctive match statement.
1853 { # Represents a DfaReporting event filter.
1854 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
1855 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1856 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
1857 &quot;A String&quot;,
1858 ],
1859 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
1860 &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.
1861 &quot;values&quot;: [ # The possible values of the dimension.
1862 &quot;A String&quot;,
1863 ],
1864 },
1865 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
1866 },
1867 ],
1868 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#disjunctiveMatchStatement.
1869 },
1870 ],
1871 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGroupingRule.
1872 &quot;name&quot;: &quot;A String&quot;, # Rule name.
1873 },
1874 ],
1875 },
1876 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
1877 &quot;endDate&quot;: &quot;A String&quot;,
1878 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
1879 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
1880 &quot;startDate&quot;: &quot;A String&quot;,
1881 },
1882 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
1883 { # Represents a sorted dimension.
1884 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
1885 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
1886 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
1887 },
1888 ],
1889 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
1890 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1891 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1892 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1893 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1894 &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.
1895 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1896 },
1897 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
1898 &quot;A String&quot;,
1899 ],
1900 &quot;pathFilters&quot;: [ # Path Filters.
1901 { # Represents a DfaReporting path filter.
1902 &quot;eventFilters&quot;: [ # Event filters in path report.
1903 { # Represents a DfaReporting event filter.
1904 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
1905 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1906 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
1907 &quot;A String&quot;,
1908 ],
1909 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
1910 &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.
1911 &quot;values&quot;: [ # The possible values of the dimension.
1912 &quot;A String&quot;,
1913 ],
1914 },
1915 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
1916 },
1917 ],
1918 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathFilter.
1919 &quot;pathMatchPosition&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.
1920 },
1921 ],
1922 },
1923 &quot;pathCriteria&quot;: { # The report criteria for a report of type &quot;PATH&quot;.
1924 &quot;activityFilters&quot;: [ # The list of &#x27;dfa:activity&#x27; values to filter on.
1925 { # Represents a DimensionValue resource.
1926 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1927 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1928 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1929 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1930 &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.
1931 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1932 },
1933 ],
1934 &quot;customChannelGrouping&quot;: { # Represents a DfaReporting channel grouping. # Channel Grouping.
1935 &quot;fallbackName&quot;: &quot;A String&quot;, # ChannelGrouping fallback name.
1936 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGrouping.
1937 &quot;name&quot;: &quot;A String&quot;, # ChannelGrouping name.
1938 &quot;rules&quot;: [ # The rules contained within this channel grouping.
1939 { # Represents a DfaReporting channel grouping rule.
1940 &quot;disjunctiveMatchStatements&quot;: [ # The disjunctive match statements contained within this rule.
1941 { # Represents a Disjunctive Match Statement resource, which is a conjunction (and) of disjunctive (or) boolean statements.
1942 &quot;eventFilters&quot;: [ # The event filters contained within this disjunctive match statement.
1943 { # Represents a DfaReporting event filter.
1944 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
1945 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1946 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
1947 &quot;A String&quot;,
1948 ],
1949 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
1950 &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.
1951 &quot;values&quot;: [ # The possible values of the dimension.
1952 &quot;A String&quot;,
1953 ],
1954 },
1955 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
1956 },
1957 ],
1958 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#disjunctiveMatchStatement.
1959 },
1960 ],
1961 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGroupingRule.
1962 &quot;name&quot;: &quot;A String&quot;, # Rule name.
1963 },
1964 ],
1965 },
1966 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
1967 &quot;endDate&quot;: &quot;A String&quot;,
1968 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
1969 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
1970 &quot;startDate&quot;: &quot;A String&quot;,
1971 },
1972 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
1973 { # Represents a sorted dimension.
1974 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
1975 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
1976 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
1977 },
1978 ],
1979 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
1980 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1981 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
1982 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
1983 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
1984 &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.
1985 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
1986 },
1987 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
1988 &quot;A String&quot;,
1989 ],
1990 &quot;pathFilters&quot;: [ # Path Filters.
1991 { # Represents a DfaReporting path filter.
1992 &quot;eventFilters&quot;: [ # Event filters in path report.
1993 { # Represents a DfaReporting event filter.
1994 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
1995 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
1996 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
1997 &quot;A String&quot;,
1998 ],
1999 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
2000 &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.
2001 &quot;values&quot;: [ # The possible values of the dimension.
2002 &quot;A String&quot;,
2003 ],
2004 },
2005 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
2006 },
2007 ],
2008 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathFilter.
2009 &quot;pathMatchPosition&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.
2010 },
2011 ],
2012 },
2013 &quot;pathToConversionCriteria&quot;: { # The report criteria for a report of type &quot;PATH_TO_CONVERSION&quot;.
2014 &quot;activityFilters&quot;: [ # The list of &#x27;dfa:activity&#x27; values to filter on.
2015 { # Represents a DimensionValue resource.
2016 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2017 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2018 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2019 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2020 &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.
2021 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2022 },
2023 ],
2024 &quot;conversionDimensions&quot;: [ # The list of conversion dimensions the report should include.
2025 { # Represents a sorted dimension.
2026 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
2027 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
2028 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
2029 },
2030 ],
2031 &quot;customFloodlightVariables&quot;: [ # The list of custom floodlight variables the report should include.
2032 { # Represents a sorted dimension.
2033 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
2034 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
2035 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
2036 },
2037 ],
2038 &quot;customRichMediaEvents&quot;: [ # The list of custom rich media events to include.
2039 { # Represents a DimensionValue resource.
2040 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2041 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2042 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2043 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2044 &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.
2045 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2046 },
2047 ],
2048 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
2049 &quot;endDate&quot;: &quot;A String&quot;,
2050 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
2051 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
2052 &quot;startDate&quot;: &quot;A String&quot;,
2053 },
2054 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
2055 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2056 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2057 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2058 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2059 &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.
2060 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2061 },
2062 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
2063 &quot;A String&quot;,
2064 ],
2065 &quot;perInteractionDimensions&quot;: [ # The list of per interaction dimensions the report should include.
2066 { # Represents a sorted dimension.
2067 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
2068 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
2069 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
2070 },
2071 ],
2072 &quot;reportProperties&quot;: { # The properties of the report.
2073 &quot;clicksLookbackWindow&quot;: 42, # CM360 checks to see if a click interaction occurred within the specified period of time before a conversion. By default the value is pulled from Floodlight or you can manually enter a custom value. Valid values: 1-90.
2074 &quot;impressionsLookbackWindow&quot;: 42, # CM360 checks to see if an impression interaction occurred within the specified period of time before a conversion. By default the value is pulled from Floodlight or you can manually enter a custom value. Valid values: 1-90.
2075 &quot;includeAttributedIPConversions&quot;: True or False, # Deprecated: has no effect.
2076 &quot;includeUnattributedCookieConversions&quot;: True or False, # Include conversions of users with a DoubleClick cookie but without an exposure. That means the user did not click or see an ad from the advertiser within the Floodlight group, or that the interaction happened outside the lookback window.
2077 &quot;includeUnattributedIPConversions&quot;: True or False, # Include conversions that have no associated cookies and no exposures. It’s therefore impossible to know how the user was exposed to your ads during the lookback window prior to a conversion.
2078 &quot;maximumClickInteractions&quot;: 42, # The maximum number of click interactions to include in the report. Advertisers currently paying for E2C reports get up to 200 (100 clicks, 100 impressions). If another advertiser in your network is paying for E2C, you can have up to 5 total exposures per report.
2079 &quot;maximumImpressionInteractions&quot;: 42, # The maximum number of click interactions to include in the report. Advertisers currently paying for E2C reports get up to 200 (100 clicks, 100 impressions). If another advertiser in your network is paying for E2C, you can have up to 5 total exposures per report.
2080 &quot;maximumInteractionGap&quot;: 42, # The maximum amount of time that can take place between interactions (clicks or impressions) by the same user. Valid values: 1-90.
2081 &quot;pivotOnInteractionPath&quot;: True or False, # Enable pivoting on interaction path.
2082 },
2083 },
2084 &quot;reachCriteria&quot;: { # The report criteria for a report of type &quot;REACH&quot;.
2085 &quot;activities&quot;: { # Represents an activity group. # Activity group.
2086 &quot;filters&quot;: [ # List of activity filters. The dimension values need to be all either of type &quot;dfa:activity&quot; or &quot;dfa:activityGroup&quot;.
2087 { # Represents a DimensionValue resource.
2088 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2089 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2090 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2091 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2092 &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.
2093 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2094 },
2095 ],
2096 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#activities.
2097 &quot;metricNames&quot;: [ # List of names of floodlight activity metrics.
2098 &quot;A String&quot;,
2099 ],
2100 },
2101 &quot;customRichMediaEvents&quot;: { # Represents a Custom Rich Media Events group. # Custom Rich Media Events group.
2102 &quot;filteredEventIds&quot;: [ # List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.
2103 { # Represents a DimensionValue resource.
2104 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2105 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2106 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2107 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2108 &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.
2109 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2110 },
2111 ],
2112 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#customRichMediaEvents.
2113 },
2114 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
2115 &quot;endDate&quot;: &quot;A String&quot;,
2116 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
2117 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
2118 &quot;startDate&quot;: &quot;A String&quot;,
2119 },
2120 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
2121 { # Represents a DimensionValue resource.
2122 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2123 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2124 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2125 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2126 &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.
2127 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2128 },
2129 ],
2130 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
2131 { # Represents a sorted dimension.
2132 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
2133 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
2134 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
2135 },
2136 ],
2137 &quot;enableAllDimensionCombinations&quot;: True or False, # Whether to enable all reach dimension combinations in the report. Defaults to false. If enabled, the date range of the report should be within the last 42 days.
2138 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
2139 &quot;A String&quot;,
2140 ],
2141 &quot;reachByFrequencyMetricNames&quot;: [ # The list of names of Reach By Frequency metrics the report should include.
2142 &quot;A String&quot;,
2143 ],
2144 },
2145 &quot;schedule&quot;: { # The report&#x27;s schedule. Can only be set if the report&#x27;s &#x27;dateRange&#x27; is a relative date range and the relative date range is not &quot;TODAY&quot;.
2146 &quot;active&quot;: True or False, # Whether the schedule is active or not. Must be set to either true or false.
2147 &quot;every&quot;: 42, # Defines every how many days, weeks or months the report should be run. Needs to be set when &quot;repeats&quot; is either &quot;DAILY&quot;, &quot;WEEKLY&quot; or &quot;MONTHLY&quot;.
2148 &quot;expirationDate&quot;: &quot;A String&quot;,
2149 &quot;repeats&quot;: &quot;A String&quot;, # The interval for which the report is repeated. Note: - &quot;DAILY&quot; also requires field &quot;every&quot; to be set. - &quot;WEEKLY&quot; also requires fields &quot;every&quot; and &quot;repeatsOnWeekDays&quot; to be set. - &quot;MONTHLY&quot; also requires fields &quot;every&quot; and &quot;runsOnDayOfMonth&quot; to be set.
2150 &quot;repeatsOnWeekDays&quot;: [ # List of week days &quot;WEEKLY&quot; on which scheduled reports should run.
2151 &quot;A String&quot;,
2152 ],
2153 &quot;runsOnDayOfMonth&quot;: &quot;A String&quot;, # Enum to define for &quot;MONTHLY&quot; scheduled reports whether reports should be repeated on the same day of the month as &quot;startDate&quot; or the same day of the week of the month. Example: If &#x27;startDate&#x27; is Monday, April 2nd 2012 (2012-04-02), &quot;DAY_OF_MONTH&quot; would run subsequent reports on the 2nd of every Month, and &quot;WEEK_OF_MONTH&quot; would run subsequent reports on the first Monday of the month.
2154 &quot;startDate&quot;: &quot;A String&quot;,
2155 },
2156 &quot;subAccountId&quot;: &quot;A String&quot;, # The subaccount ID to which this report belongs if applicable.
2157 &quot;type&quot;: &quot;A String&quot;, # The type of the report.
2158 },
2159 ],
2160 &quot;kind&quot;: &quot;A String&quot;, # The kind of list this is, in this case dfareporting#reportList.
2161 &quot;nextPageToken&quot;: &quot;A String&quot;, # Continuation token used to page through reports. To retrieve the next page of results, set the next request&#x27;s &quot;pageToken&quot; to the value of this field. The page token is only valid for a limited amount of time and should not be persisted.
2162}</pre>
2163</div>
2164
2165<div class="method">
2166 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
2167 <pre>Retrieves the next page of results.
2168
2169Args:
2170 previous_request: The request for the previous page. (required)
2171 previous_response: The response from the request for the previous page. (required)
2172
2173Returns:
2174 A request object that you can call &#x27;execute()&#x27; on to request the next
2175 page. Returns None if there are no more items in the collection.
2176 </pre>
2177</div>
2178
2179<div class="method">
2180 <code class="details" id="patch">patch(profileId, reportId, body=None, x__xgafv=None)</code>
2181 <pre>Updates an existing report. This method supports patch semantics.
2182
2183Args:
2184 profileId: string, The DFA user profile ID. (required)
2185 reportId: string, The ID of the report. (required)
2186 body: object, The request body.
2187 The object takes the form of:
2188
2189{ # Represents a Report resource.
2190 &quot;accountId&quot;: &quot;A String&quot;, # The account ID to which this report belongs.
2191 &quot;criteria&quot;: { # The report criteria for a report of type &quot;STANDARD&quot;.
2192 &quot;activities&quot;: { # Represents an activity group. # Activity group.
2193 &quot;filters&quot;: [ # List of activity filters. The dimension values need to be all either of type &quot;dfa:activity&quot; or &quot;dfa:activityGroup&quot;.
2194 { # Represents a DimensionValue resource.
2195 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2196 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2197 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2198 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2199 &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.
2200 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2201 },
2202 ],
2203 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#activities.
2204 &quot;metricNames&quot;: [ # List of names of floodlight activity metrics.
2205 &quot;A String&quot;,
2206 ],
2207 },
2208 &quot;customRichMediaEvents&quot;: { # Represents a Custom Rich Media Events group. # Custom Rich Media Events group.
2209 &quot;filteredEventIds&quot;: [ # List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.
2210 { # Represents a DimensionValue resource.
2211 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2212 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2213 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2214 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2215 &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.
2216 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2217 },
2218 ],
2219 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#customRichMediaEvents.
2220 },
2221 &quot;dateRange&quot;: { # Represents a date range. # The date range for which this report should be run.
2222 &quot;endDate&quot;: &quot;A String&quot;,
2223 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
2224 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
2225 &quot;startDate&quot;: &quot;A String&quot;,
2226 },
2227 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
2228 { # Represents a DimensionValue resource.
2229 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2230 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2231 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2232 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2233 &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.
2234 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2235 },
2236 ],
2237 &quot;dimensions&quot;: [ # The list of standard dimensions the report should include.
2238 { # Represents a sorted dimension.
2239 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
2240 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
2241 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
2242 },
2243 ],
2244 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
2245 &quot;A String&quot;,
2246 ],
2247 },
2248 &quot;crossDimensionReachCriteria&quot;: { # The report criteria for a report of type &quot;CROSS_DIMENSION_REACH&quot;.
2249 &quot;breakdown&quot;: [ # The list of dimensions the report should include.
2250 { # Represents a sorted dimension.
2251 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
2252 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
2253 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
2254 },
2255 ],
2256 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
2257 &quot;endDate&quot;: &quot;A String&quot;,
2258 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
2259 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
2260 &quot;startDate&quot;: &quot;A String&quot;,
2261 },
2262 &quot;dimension&quot;: &quot;A String&quot;, # The dimension option.
2263 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered.
2264 { # Represents a DimensionValue resource.
2265 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2266 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2267 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2268 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2269 &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.
2270 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2271 },
2272 ],
2273 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
2274 &quot;A String&quot;,
2275 ],
2276 &quot;overlapMetricNames&quot;: [ # The list of names of overlap metrics the report should include.
2277 &quot;A String&quot;,
2278 ],
2279 &quot;pivoted&quot;: True or False, # Whether the report is pivoted or not. Defaults to true.
2280 },
2281 &quot;delivery&quot;: { # The report&#x27;s email delivery settings.
2282 &quot;emailOwner&quot;: True or False, # Whether the report should be emailed to the report owner.
2283 &quot;emailOwnerDeliveryType&quot;: &quot;A String&quot;, # The type of delivery for the owner to receive, if enabled.
2284 &quot;message&quot;: &quot;A String&quot;, # The message to be sent with each email.
2285 &quot;recipients&quot;: [ # The list of recipients to which to email the report.
2286 { # Represents a recipient.
2287 &quot;deliveryType&quot;: &quot;A String&quot;, # The delivery type for the recipient.
2288 &quot;email&quot;: &quot;A String&quot;, # The email address of the recipient.
2289 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#recipient.
2290 },
2291 ],
2292 },
2293 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2294 &quot;fileName&quot;: &quot;A String&quot;, # The filename used when generating report files for this report.
2295 &quot;floodlightCriteria&quot;: { # The report criteria for a report of type &quot;FLOODLIGHT&quot;.
2296 &quot;customRichMediaEvents&quot;: [ # The list of custom rich media events to include.
2297 { # Represents a DimensionValue resource.
2298 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2299 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2300 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2301 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2302 &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.
2303 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2304 },
2305 ],
2306 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
2307 &quot;endDate&quot;: &quot;A String&quot;,
2308 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
2309 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
2310 &quot;startDate&quot;: &quot;A String&quot;,
2311 },
2312 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
2313 { # Represents a DimensionValue resource.
2314 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2315 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2316 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2317 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2318 &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.
2319 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2320 },
2321 ],
2322 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
2323 { # Represents a sorted dimension.
2324 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
2325 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
2326 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
2327 },
2328 ],
2329 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
2330 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2331 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2332 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2333 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2334 &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.
2335 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2336 },
2337 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
2338 &quot;A String&quot;,
2339 ],
2340 &quot;reportProperties&quot;: { # The properties of the report.
2341 &quot;includeAttributedIPConversions&quot;: True or False, # Include conversions that have no cookie, but do have an exposure path.
2342 &quot;includeUnattributedCookieConversions&quot;: True or False, # Include conversions of users with a DoubleClick cookie but without an exposure. That means the user did not click or see an ad from the advertiser within the Floodlight group, or that the interaction happened outside the lookback window.
2343 &quot;includeUnattributedIPConversions&quot;: True or False, # Include conversions that have no associated cookies and no exposures. It’s therefore impossible to know how the user was exposed to your ads during the lookback window prior to a conversion.
2344 },
2345 },
2346 &quot;format&quot;: &quot;A String&quot;, # The output format of the report. If not specified, default format is &quot;CSV&quot;. Note that the actual format in the completed report file might differ if for instance the report&#x27;s size exceeds the format&#x27;s capabilities. &quot;CSV&quot; will then be the fallback format.
2347 &quot;id&quot;: &quot;A String&quot;, # The unique ID identifying this report resource.
2348 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#report.
2349 &quot;lastModifiedTime&quot;: &quot;A String&quot;, # The timestamp (in milliseconds since epoch) of when this report was last modified.
2350 &quot;name&quot;: &quot;A String&quot;, # The name of the report.
2351 &quot;ownerProfileId&quot;: &quot;A String&quot;, # The user profile id of the owner of this report.
2352 &quot;pathAttributionCriteria&quot;: { # The report criteria for a report of type &quot;PATH_ATTRIBUTION&quot;.
2353 &quot;activityFilters&quot;: [ # The list of &#x27;dfa:activity&#x27; values to filter on.
2354 { # Represents a DimensionValue resource.
2355 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2356 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2357 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2358 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2359 &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.
2360 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2361 },
2362 ],
2363 &quot;customChannelGrouping&quot;: { # Represents a DfaReporting channel grouping. # Channel Grouping.
2364 &quot;fallbackName&quot;: &quot;A String&quot;, # ChannelGrouping fallback name.
2365 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGrouping.
2366 &quot;name&quot;: &quot;A String&quot;, # ChannelGrouping name.
2367 &quot;rules&quot;: [ # The rules contained within this channel grouping.
2368 { # Represents a DfaReporting channel grouping rule.
2369 &quot;disjunctiveMatchStatements&quot;: [ # The disjunctive match statements contained within this rule.
2370 { # Represents a Disjunctive Match Statement resource, which is a conjunction (and) of disjunctive (or) boolean statements.
2371 &quot;eventFilters&quot;: [ # The event filters contained within this disjunctive match statement.
2372 { # Represents a DfaReporting event filter.
2373 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
2374 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2375 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
2376 &quot;A String&quot;,
2377 ],
2378 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
2379 &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.
2380 &quot;values&quot;: [ # The possible values of the dimension.
2381 &quot;A String&quot;,
2382 ],
2383 },
2384 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
2385 },
2386 ],
2387 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#disjunctiveMatchStatement.
2388 },
2389 ],
2390 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGroupingRule.
2391 &quot;name&quot;: &quot;A String&quot;, # Rule name.
2392 },
2393 ],
2394 },
2395 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
2396 &quot;endDate&quot;: &quot;A String&quot;,
2397 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
2398 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
2399 &quot;startDate&quot;: &quot;A String&quot;,
2400 },
2401 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
2402 { # Represents a sorted dimension.
2403 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
2404 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
2405 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
2406 },
2407 ],
2408 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
2409 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2410 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2411 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2412 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2413 &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.
2414 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2415 },
2416 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
2417 &quot;A String&quot;,
2418 ],
2419 &quot;pathFilters&quot;: [ # Path Filters.
2420 { # Represents a DfaReporting path filter.
2421 &quot;eventFilters&quot;: [ # Event filters in path report.
2422 { # Represents a DfaReporting event filter.
2423 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
2424 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2425 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
2426 &quot;A String&quot;,
2427 ],
2428 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
2429 &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.
2430 &quot;values&quot;: [ # The possible values of the dimension.
2431 &quot;A String&quot;,
2432 ],
2433 },
2434 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
2435 },
2436 ],
2437 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathFilter.
2438 &quot;pathMatchPosition&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.
2439 },
2440 ],
2441 },
2442 &quot;pathCriteria&quot;: { # The report criteria for a report of type &quot;PATH&quot;.
2443 &quot;activityFilters&quot;: [ # The list of &#x27;dfa:activity&#x27; values to filter on.
2444 { # Represents a DimensionValue resource.
2445 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2446 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2447 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2448 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2449 &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.
2450 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2451 },
2452 ],
2453 &quot;customChannelGrouping&quot;: { # Represents a DfaReporting channel grouping. # Channel Grouping.
2454 &quot;fallbackName&quot;: &quot;A String&quot;, # ChannelGrouping fallback name.
2455 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGrouping.
2456 &quot;name&quot;: &quot;A String&quot;, # ChannelGrouping name.
2457 &quot;rules&quot;: [ # The rules contained within this channel grouping.
2458 { # Represents a DfaReporting channel grouping rule.
2459 &quot;disjunctiveMatchStatements&quot;: [ # The disjunctive match statements contained within this rule.
2460 { # Represents a Disjunctive Match Statement resource, which is a conjunction (and) of disjunctive (or) boolean statements.
2461 &quot;eventFilters&quot;: [ # The event filters contained within this disjunctive match statement.
2462 { # Represents a DfaReporting event filter.
2463 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
2464 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2465 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
2466 &quot;A String&quot;,
2467 ],
2468 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
2469 &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.
2470 &quot;values&quot;: [ # The possible values of the dimension.
2471 &quot;A String&quot;,
2472 ],
2473 },
2474 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
2475 },
2476 ],
2477 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#disjunctiveMatchStatement.
2478 },
2479 ],
2480 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGroupingRule.
2481 &quot;name&quot;: &quot;A String&quot;, # Rule name.
2482 },
2483 ],
2484 },
2485 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
2486 &quot;endDate&quot;: &quot;A String&quot;,
2487 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
2488 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
2489 &quot;startDate&quot;: &quot;A String&quot;,
2490 },
2491 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
2492 { # Represents a sorted dimension.
2493 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
2494 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
2495 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
2496 },
2497 ],
2498 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
2499 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2500 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2501 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2502 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2503 &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.
2504 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2505 },
2506 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
2507 &quot;A String&quot;,
2508 ],
2509 &quot;pathFilters&quot;: [ # Path Filters.
2510 { # Represents a DfaReporting path filter.
2511 &quot;eventFilters&quot;: [ # Event filters in path report.
2512 { # Represents a DfaReporting event filter.
2513 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
2514 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2515 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
2516 &quot;A String&quot;,
2517 ],
2518 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
2519 &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.
2520 &quot;values&quot;: [ # The possible values of the dimension.
2521 &quot;A String&quot;,
2522 ],
2523 },
2524 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
2525 },
2526 ],
2527 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathFilter.
2528 &quot;pathMatchPosition&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.
2529 },
2530 ],
2531 },
2532 &quot;pathToConversionCriteria&quot;: { # The report criteria for a report of type &quot;PATH_TO_CONVERSION&quot;.
2533 &quot;activityFilters&quot;: [ # The list of &#x27;dfa:activity&#x27; values to filter on.
2534 { # Represents a DimensionValue resource.
2535 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2536 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2537 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2538 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2539 &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.
2540 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2541 },
2542 ],
2543 &quot;conversionDimensions&quot;: [ # The list of conversion dimensions the report should include.
2544 { # Represents a sorted dimension.
2545 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
2546 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
2547 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
2548 },
2549 ],
2550 &quot;customFloodlightVariables&quot;: [ # The list of custom floodlight variables the report should include.
2551 { # Represents a sorted dimension.
2552 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
2553 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
2554 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
2555 },
2556 ],
2557 &quot;customRichMediaEvents&quot;: [ # The list of custom rich media events to include.
2558 { # Represents a DimensionValue resource.
2559 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2560 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2561 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2562 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2563 &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.
2564 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2565 },
2566 ],
2567 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
2568 &quot;endDate&quot;: &quot;A String&quot;,
2569 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
2570 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
2571 &quot;startDate&quot;: &quot;A String&quot;,
2572 },
2573 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
2574 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2575 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2576 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2577 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2578 &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.
2579 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2580 },
2581 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
2582 &quot;A String&quot;,
2583 ],
2584 &quot;perInteractionDimensions&quot;: [ # The list of per interaction dimensions the report should include.
2585 { # Represents a sorted dimension.
2586 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
2587 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
2588 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
2589 },
2590 ],
2591 &quot;reportProperties&quot;: { # The properties of the report.
2592 &quot;clicksLookbackWindow&quot;: 42, # CM360 checks to see if a click interaction occurred within the specified period of time before a conversion. By default the value is pulled from Floodlight or you can manually enter a custom value. Valid values: 1-90.
2593 &quot;impressionsLookbackWindow&quot;: 42, # CM360 checks to see if an impression interaction occurred within the specified period of time before a conversion. By default the value is pulled from Floodlight or you can manually enter a custom value. Valid values: 1-90.
2594 &quot;includeAttributedIPConversions&quot;: True or False, # Deprecated: has no effect.
2595 &quot;includeUnattributedCookieConversions&quot;: True or False, # Include conversions of users with a DoubleClick cookie but without an exposure. That means the user did not click or see an ad from the advertiser within the Floodlight group, or that the interaction happened outside the lookback window.
2596 &quot;includeUnattributedIPConversions&quot;: True or False, # Include conversions that have no associated cookies and no exposures. It’s therefore impossible to know how the user was exposed to your ads during the lookback window prior to a conversion.
2597 &quot;maximumClickInteractions&quot;: 42, # The maximum number of click interactions to include in the report. Advertisers currently paying for E2C reports get up to 200 (100 clicks, 100 impressions). If another advertiser in your network is paying for E2C, you can have up to 5 total exposures per report.
2598 &quot;maximumImpressionInteractions&quot;: 42, # The maximum number of click interactions to include in the report. Advertisers currently paying for E2C reports get up to 200 (100 clicks, 100 impressions). If another advertiser in your network is paying for E2C, you can have up to 5 total exposures per report.
2599 &quot;maximumInteractionGap&quot;: 42, # The maximum amount of time that can take place between interactions (clicks or impressions) by the same user. Valid values: 1-90.
2600 &quot;pivotOnInteractionPath&quot;: True or False, # Enable pivoting on interaction path.
2601 },
2602 },
2603 &quot;reachCriteria&quot;: { # The report criteria for a report of type &quot;REACH&quot;.
2604 &quot;activities&quot;: { # Represents an activity group. # Activity group.
2605 &quot;filters&quot;: [ # List of activity filters. The dimension values need to be all either of type &quot;dfa:activity&quot; or &quot;dfa:activityGroup&quot;.
2606 { # Represents a DimensionValue resource.
2607 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2608 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2609 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2610 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2611 &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.
2612 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2613 },
2614 ],
2615 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#activities.
2616 &quot;metricNames&quot;: [ # List of names of floodlight activity metrics.
2617 &quot;A String&quot;,
2618 ],
2619 },
2620 &quot;customRichMediaEvents&quot;: { # Represents a Custom Rich Media Events group. # Custom Rich Media Events group.
2621 &quot;filteredEventIds&quot;: [ # List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.
2622 { # Represents a DimensionValue resource.
2623 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2624 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2625 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2626 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2627 &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.
2628 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2629 },
2630 ],
2631 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#customRichMediaEvents.
2632 },
2633 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
2634 &quot;endDate&quot;: &quot;A String&quot;,
2635 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
2636 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
2637 &quot;startDate&quot;: &quot;A String&quot;,
2638 },
2639 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
2640 { # Represents a DimensionValue resource.
2641 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2642 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2643 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2644 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2645 &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.
2646 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2647 },
2648 ],
2649 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
2650 { # Represents a sorted dimension.
2651 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
2652 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
2653 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
2654 },
2655 ],
2656 &quot;enableAllDimensionCombinations&quot;: True or False, # Whether to enable all reach dimension combinations in the report. Defaults to false. If enabled, the date range of the report should be within the last 42 days.
2657 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
2658 &quot;A String&quot;,
2659 ],
2660 &quot;reachByFrequencyMetricNames&quot;: [ # The list of names of Reach By Frequency metrics the report should include.
2661 &quot;A String&quot;,
2662 ],
2663 },
2664 &quot;schedule&quot;: { # The report&#x27;s schedule. Can only be set if the report&#x27;s &#x27;dateRange&#x27; is a relative date range and the relative date range is not &quot;TODAY&quot;.
2665 &quot;active&quot;: True or False, # Whether the schedule is active or not. Must be set to either true or false.
2666 &quot;every&quot;: 42, # Defines every how many days, weeks or months the report should be run. Needs to be set when &quot;repeats&quot; is either &quot;DAILY&quot;, &quot;WEEKLY&quot; or &quot;MONTHLY&quot;.
2667 &quot;expirationDate&quot;: &quot;A String&quot;,
2668 &quot;repeats&quot;: &quot;A String&quot;, # The interval for which the report is repeated. Note: - &quot;DAILY&quot; also requires field &quot;every&quot; to be set. - &quot;WEEKLY&quot; also requires fields &quot;every&quot; and &quot;repeatsOnWeekDays&quot; to be set. - &quot;MONTHLY&quot; also requires fields &quot;every&quot; and &quot;runsOnDayOfMonth&quot; to be set.
2669 &quot;repeatsOnWeekDays&quot;: [ # List of week days &quot;WEEKLY&quot; on which scheduled reports should run.
2670 &quot;A String&quot;,
2671 ],
2672 &quot;runsOnDayOfMonth&quot;: &quot;A String&quot;, # Enum to define for &quot;MONTHLY&quot; scheduled reports whether reports should be repeated on the same day of the month as &quot;startDate&quot; or the same day of the week of the month. Example: If &#x27;startDate&#x27; is Monday, April 2nd 2012 (2012-04-02), &quot;DAY_OF_MONTH&quot; would run subsequent reports on the 2nd of every Month, and &quot;WEEK_OF_MONTH&quot; would run subsequent reports on the first Monday of the month.
2673 &quot;startDate&quot;: &quot;A String&quot;,
2674 },
2675 &quot;subAccountId&quot;: &quot;A String&quot;, # The subaccount ID to which this report belongs if applicable.
2676 &quot;type&quot;: &quot;A String&quot;, # The type of the report.
2677}
2678
2679 x__xgafv: string, V1 error format.
2680 Allowed values
2681 1 - v1 error format
2682 2 - v2 error format
2683
2684Returns:
2685 An object of the form:
2686
2687 { # Represents a Report resource.
2688 &quot;accountId&quot;: &quot;A String&quot;, # The account ID to which this report belongs.
2689 &quot;criteria&quot;: { # The report criteria for a report of type &quot;STANDARD&quot;.
2690 &quot;activities&quot;: { # Represents an activity group. # Activity group.
2691 &quot;filters&quot;: [ # List of activity filters. The dimension values need to be all either of type &quot;dfa:activity&quot; or &quot;dfa:activityGroup&quot;.
2692 { # Represents a DimensionValue resource.
2693 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2694 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2695 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2696 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2697 &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.
2698 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2699 },
2700 ],
2701 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#activities.
2702 &quot;metricNames&quot;: [ # List of names of floodlight activity metrics.
2703 &quot;A String&quot;,
2704 ],
2705 },
2706 &quot;customRichMediaEvents&quot;: { # Represents a Custom Rich Media Events group. # Custom Rich Media Events group.
2707 &quot;filteredEventIds&quot;: [ # List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.
2708 { # Represents a DimensionValue resource.
2709 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2710 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2711 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2712 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2713 &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.
2714 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2715 },
2716 ],
2717 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#customRichMediaEvents.
2718 },
2719 &quot;dateRange&quot;: { # Represents a date range. # The date range for which this report should be run.
2720 &quot;endDate&quot;: &quot;A String&quot;,
2721 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
2722 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
2723 &quot;startDate&quot;: &quot;A String&quot;,
2724 },
2725 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
2726 { # Represents a DimensionValue resource.
2727 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2728 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2729 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2730 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2731 &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.
2732 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2733 },
2734 ],
2735 &quot;dimensions&quot;: [ # The list of standard dimensions the report should include.
2736 { # Represents a sorted dimension.
2737 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
2738 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
2739 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
2740 },
2741 ],
2742 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
2743 &quot;A String&quot;,
2744 ],
2745 },
2746 &quot;crossDimensionReachCriteria&quot;: { # The report criteria for a report of type &quot;CROSS_DIMENSION_REACH&quot;.
2747 &quot;breakdown&quot;: [ # The list of dimensions the report should include.
2748 { # Represents a sorted dimension.
2749 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
2750 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
2751 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
2752 },
2753 ],
2754 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
2755 &quot;endDate&quot;: &quot;A String&quot;,
2756 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
2757 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
2758 &quot;startDate&quot;: &quot;A String&quot;,
2759 },
2760 &quot;dimension&quot;: &quot;A String&quot;, # The dimension option.
2761 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered.
2762 { # Represents a DimensionValue resource.
2763 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2764 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2765 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2766 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2767 &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.
2768 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2769 },
2770 ],
2771 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
2772 &quot;A String&quot;,
2773 ],
2774 &quot;overlapMetricNames&quot;: [ # The list of names of overlap metrics the report should include.
2775 &quot;A String&quot;,
2776 ],
2777 &quot;pivoted&quot;: True or False, # Whether the report is pivoted or not. Defaults to true.
2778 },
2779 &quot;delivery&quot;: { # The report&#x27;s email delivery settings.
2780 &quot;emailOwner&quot;: True or False, # Whether the report should be emailed to the report owner.
2781 &quot;emailOwnerDeliveryType&quot;: &quot;A String&quot;, # The type of delivery for the owner to receive, if enabled.
2782 &quot;message&quot;: &quot;A String&quot;, # The message to be sent with each email.
2783 &quot;recipients&quot;: [ # The list of recipients to which to email the report.
2784 { # Represents a recipient.
2785 &quot;deliveryType&quot;: &quot;A String&quot;, # The delivery type for the recipient.
2786 &quot;email&quot;: &quot;A String&quot;, # The email address of the recipient.
2787 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#recipient.
2788 },
2789 ],
2790 },
2791 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2792 &quot;fileName&quot;: &quot;A String&quot;, # The filename used when generating report files for this report.
2793 &quot;floodlightCriteria&quot;: { # The report criteria for a report of type &quot;FLOODLIGHT&quot;.
2794 &quot;customRichMediaEvents&quot;: [ # The list of custom rich media events to include.
2795 { # Represents a DimensionValue resource.
2796 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2797 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2798 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2799 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2800 &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.
2801 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2802 },
2803 ],
2804 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
2805 &quot;endDate&quot;: &quot;A String&quot;,
2806 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
2807 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
2808 &quot;startDate&quot;: &quot;A String&quot;,
2809 },
2810 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
2811 { # Represents a DimensionValue resource.
2812 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2813 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2814 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2815 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2816 &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.
2817 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2818 },
2819 ],
2820 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
2821 { # Represents a sorted dimension.
2822 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
2823 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
2824 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
2825 },
2826 ],
2827 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
2828 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2829 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2830 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2831 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2832 &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.
2833 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2834 },
2835 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
2836 &quot;A String&quot;,
2837 ],
2838 &quot;reportProperties&quot;: { # The properties of the report.
2839 &quot;includeAttributedIPConversions&quot;: True or False, # Include conversions that have no cookie, but do have an exposure path.
2840 &quot;includeUnattributedCookieConversions&quot;: True or False, # Include conversions of users with a DoubleClick cookie but without an exposure. That means the user did not click or see an ad from the advertiser within the Floodlight group, or that the interaction happened outside the lookback window.
2841 &quot;includeUnattributedIPConversions&quot;: True or False, # Include conversions that have no associated cookies and no exposures. It’s therefore impossible to know how the user was exposed to your ads during the lookback window prior to a conversion.
2842 },
2843 },
2844 &quot;format&quot;: &quot;A String&quot;, # The output format of the report. If not specified, default format is &quot;CSV&quot;. Note that the actual format in the completed report file might differ if for instance the report&#x27;s size exceeds the format&#x27;s capabilities. &quot;CSV&quot; will then be the fallback format.
2845 &quot;id&quot;: &quot;A String&quot;, # The unique ID identifying this report resource.
2846 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#report.
2847 &quot;lastModifiedTime&quot;: &quot;A String&quot;, # The timestamp (in milliseconds since epoch) of when this report was last modified.
2848 &quot;name&quot;: &quot;A String&quot;, # The name of the report.
2849 &quot;ownerProfileId&quot;: &quot;A String&quot;, # The user profile id of the owner of this report.
2850 &quot;pathAttributionCriteria&quot;: { # The report criteria for a report of type &quot;PATH_ATTRIBUTION&quot;.
2851 &quot;activityFilters&quot;: [ # The list of &#x27;dfa:activity&#x27; values to filter on.
2852 { # Represents a DimensionValue resource.
2853 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2854 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2855 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2856 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2857 &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.
2858 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2859 },
2860 ],
2861 &quot;customChannelGrouping&quot;: { # Represents a DfaReporting channel grouping. # Channel Grouping.
2862 &quot;fallbackName&quot;: &quot;A String&quot;, # ChannelGrouping fallback name.
2863 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGrouping.
2864 &quot;name&quot;: &quot;A String&quot;, # ChannelGrouping name.
2865 &quot;rules&quot;: [ # The rules contained within this channel grouping.
2866 { # Represents a DfaReporting channel grouping rule.
2867 &quot;disjunctiveMatchStatements&quot;: [ # The disjunctive match statements contained within this rule.
2868 { # Represents a Disjunctive Match Statement resource, which is a conjunction (and) of disjunctive (or) boolean statements.
2869 &quot;eventFilters&quot;: [ # The event filters contained within this disjunctive match statement.
2870 { # Represents a DfaReporting event filter.
2871 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
2872 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2873 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
2874 &quot;A String&quot;,
2875 ],
2876 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
2877 &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.
2878 &quot;values&quot;: [ # The possible values of the dimension.
2879 &quot;A String&quot;,
2880 ],
2881 },
2882 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
2883 },
2884 ],
2885 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#disjunctiveMatchStatement.
2886 },
2887 ],
2888 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGroupingRule.
2889 &quot;name&quot;: &quot;A String&quot;, # Rule name.
2890 },
2891 ],
2892 },
2893 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
2894 &quot;endDate&quot;: &quot;A String&quot;,
2895 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
2896 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
2897 &quot;startDate&quot;: &quot;A String&quot;,
2898 },
2899 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
2900 { # Represents a sorted dimension.
2901 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
2902 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
2903 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
2904 },
2905 ],
2906 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
2907 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2908 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2909 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2910 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2911 &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.
2912 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2913 },
2914 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
2915 &quot;A String&quot;,
2916 ],
2917 &quot;pathFilters&quot;: [ # Path Filters.
2918 { # Represents a DfaReporting path filter.
2919 &quot;eventFilters&quot;: [ # Event filters in path report.
2920 { # Represents a DfaReporting event filter.
2921 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
2922 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2923 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
2924 &quot;A String&quot;,
2925 ],
2926 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
2927 &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.
2928 &quot;values&quot;: [ # The possible values of the dimension.
2929 &quot;A String&quot;,
2930 ],
2931 },
2932 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
2933 },
2934 ],
2935 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathFilter.
2936 &quot;pathMatchPosition&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.
2937 },
2938 ],
2939 },
2940 &quot;pathCriteria&quot;: { # The report criteria for a report of type &quot;PATH&quot;.
2941 &quot;activityFilters&quot;: [ # The list of &#x27;dfa:activity&#x27; values to filter on.
2942 { # Represents a DimensionValue resource.
2943 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2944 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2945 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
2946 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
2947 &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.
2948 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
2949 },
2950 ],
2951 &quot;customChannelGrouping&quot;: { # Represents a DfaReporting channel grouping. # Channel Grouping.
2952 &quot;fallbackName&quot;: &quot;A String&quot;, # ChannelGrouping fallback name.
2953 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGrouping.
2954 &quot;name&quot;: &quot;A String&quot;, # ChannelGrouping name.
2955 &quot;rules&quot;: [ # The rules contained within this channel grouping.
2956 { # Represents a DfaReporting channel grouping rule.
2957 &quot;disjunctiveMatchStatements&quot;: [ # The disjunctive match statements contained within this rule.
2958 { # Represents a Disjunctive Match Statement resource, which is a conjunction (and) of disjunctive (or) boolean statements.
2959 &quot;eventFilters&quot;: [ # The event filters contained within this disjunctive match statement.
2960 { # Represents a DfaReporting event filter.
2961 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
2962 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2963 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
2964 &quot;A String&quot;,
2965 ],
2966 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
2967 &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.
2968 &quot;values&quot;: [ # The possible values of the dimension.
2969 &quot;A String&quot;,
2970 ],
2971 },
2972 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
2973 },
2974 ],
2975 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#disjunctiveMatchStatement.
2976 },
2977 ],
2978 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGroupingRule.
2979 &quot;name&quot;: &quot;A String&quot;, # Rule name.
2980 },
2981 ],
2982 },
2983 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
2984 &quot;endDate&quot;: &quot;A String&quot;,
2985 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
2986 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
2987 &quot;startDate&quot;: &quot;A String&quot;,
2988 },
2989 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
2990 { # Represents a sorted dimension.
2991 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
2992 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
2993 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
2994 },
2995 ],
2996 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
2997 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
2998 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
2999 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3000 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3001 &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.
3002 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3003 },
3004 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
3005 &quot;A String&quot;,
3006 ],
3007 &quot;pathFilters&quot;: [ # Path Filters.
3008 { # Represents a DfaReporting path filter.
3009 &quot;eventFilters&quot;: [ # Event filters in path report.
3010 { # Represents a DfaReporting event filter.
3011 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
3012 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3013 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
3014 &quot;A String&quot;,
3015 ],
3016 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
3017 &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.
3018 &quot;values&quot;: [ # The possible values of the dimension.
3019 &quot;A String&quot;,
3020 ],
3021 },
3022 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
3023 },
3024 ],
3025 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathFilter.
3026 &quot;pathMatchPosition&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.
3027 },
3028 ],
3029 },
3030 &quot;pathToConversionCriteria&quot;: { # The report criteria for a report of type &quot;PATH_TO_CONVERSION&quot;.
3031 &quot;activityFilters&quot;: [ # The list of &#x27;dfa:activity&#x27; values to filter on.
3032 { # Represents a DimensionValue resource.
3033 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3034 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3035 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3036 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3037 &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.
3038 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3039 },
3040 ],
3041 &quot;conversionDimensions&quot;: [ # The list of conversion dimensions the report should include.
3042 { # Represents a sorted dimension.
3043 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
3044 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
3045 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
3046 },
3047 ],
3048 &quot;customFloodlightVariables&quot;: [ # The list of custom floodlight variables the report should include.
3049 { # Represents a sorted dimension.
3050 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
3051 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
3052 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
3053 },
3054 ],
3055 &quot;customRichMediaEvents&quot;: [ # The list of custom rich media events to include.
3056 { # Represents a DimensionValue resource.
3057 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3058 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3059 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3060 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3061 &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.
3062 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3063 },
3064 ],
3065 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
3066 &quot;endDate&quot;: &quot;A String&quot;,
3067 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
3068 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
3069 &quot;startDate&quot;: &quot;A String&quot;,
3070 },
3071 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
3072 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3073 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3074 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3075 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3076 &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.
3077 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3078 },
3079 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
3080 &quot;A String&quot;,
3081 ],
3082 &quot;perInteractionDimensions&quot;: [ # The list of per interaction dimensions the report should include.
3083 { # Represents a sorted dimension.
3084 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
3085 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
3086 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
3087 },
3088 ],
3089 &quot;reportProperties&quot;: { # The properties of the report.
3090 &quot;clicksLookbackWindow&quot;: 42, # CM360 checks to see if a click interaction occurred within the specified period of time before a conversion. By default the value is pulled from Floodlight or you can manually enter a custom value. Valid values: 1-90.
3091 &quot;impressionsLookbackWindow&quot;: 42, # CM360 checks to see if an impression interaction occurred within the specified period of time before a conversion. By default the value is pulled from Floodlight or you can manually enter a custom value. Valid values: 1-90.
3092 &quot;includeAttributedIPConversions&quot;: True or False, # Deprecated: has no effect.
3093 &quot;includeUnattributedCookieConversions&quot;: True or False, # Include conversions of users with a DoubleClick cookie but without an exposure. That means the user did not click or see an ad from the advertiser within the Floodlight group, or that the interaction happened outside the lookback window.
3094 &quot;includeUnattributedIPConversions&quot;: True or False, # Include conversions that have no associated cookies and no exposures. It’s therefore impossible to know how the user was exposed to your ads during the lookback window prior to a conversion.
3095 &quot;maximumClickInteractions&quot;: 42, # The maximum number of click interactions to include in the report. Advertisers currently paying for E2C reports get up to 200 (100 clicks, 100 impressions). If another advertiser in your network is paying for E2C, you can have up to 5 total exposures per report.
3096 &quot;maximumImpressionInteractions&quot;: 42, # The maximum number of click interactions to include in the report. Advertisers currently paying for E2C reports get up to 200 (100 clicks, 100 impressions). If another advertiser in your network is paying for E2C, you can have up to 5 total exposures per report.
3097 &quot;maximumInteractionGap&quot;: 42, # The maximum amount of time that can take place between interactions (clicks or impressions) by the same user. Valid values: 1-90.
3098 &quot;pivotOnInteractionPath&quot;: True or False, # Enable pivoting on interaction path.
3099 },
3100 },
3101 &quot;reachCriteria&quot;: { # The report criteria for a report of type &quot;REACH&quot;.
3102 &quot;activities&quot;: { # Represents an activity group. # Activity group.
3103 &quot;filters&quot;: [ # List of activity filters. The dimension values need to be all either of type &quot;dfa:activity&quot; or &quot;dfa:activityGroup&quot;.
3104 { # Represents a DimensionValue resource.
3105 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3106 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3107 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3108 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3109 &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.
3110 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3111 },
3112 ],
3113 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#activities.
3114 &quot;metricNames&quot;: [ # List of names of floodlight activity metrics.
3115 &quot;A String&quot;,
3116 ],
3117 },
3118 &quot;customRichMediaEvents&quot;: { # Represents a Custom Rich Media Events group. # Custom Rich Media Events group.
3119 &quot;filteredEventIds&quot;: [ # List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.
3120 { # Represents a DimensionValue resource.
3121 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3122 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3123 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3124 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3125 &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.
3126 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3127 },
3128 ],
3129 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#customRichMediaEvents.
3130 },
3131 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
3132 &quot;endDate&quot;: &quot;A String&quot;,
3133 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
3134 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
3135 &quot;startDate&quot;: &quot;A String&quot;,
3136 },
3137 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
3138 { # Represents a DimensionValue resource.
3139 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3140 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3141 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3142 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3143 &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.
3144 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3145 },
3146 ],
3147 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
3148 { # Represents a sorted dimension.
3149 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
3150 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
3151 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
3152 },
3153 ],
3154 &quot;enableAllDimensionCombinations&quot;: True or False, # Whether to enable all reach dimension combinations in the report. Defaults to false. If enabled, the date range of the report should be within the last 42 days.
3155 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
3156 &quot;A String&quot;,
3157 ],
3158 &quot;reachByFrequencyMetricNames&quot;: [ # The list of names of Reach By Frequency metrics the report should include.
3159 &quot;A String&quot;,
3160 ],
3161 },
3162 &quot;schedule&quot;: { # The report&#x27;s schedule. Can only be set if the report&#x27;s &#x27;dateRange&#x27; is a relative date range and the relative date range is not &quot;TODAY&quot;.
3163 &quot;active&quot;: True or False, # Whether the schedule is active or not. Must be set to either true or false.
3164 &quot;every&quot;: 42, # Defines every how many days, weeks or months the report should be run. Needs to be set when &quot;repeats&quot; is either &quot;DAILY&quot;, &quot;WEEKLY&quot; or &quot;MONTHLY&quot;.
3165 &quot;expirationDate&quot;: &quot;A String&quot;,
3166 &quot;repeats&quot;: &quot;A String&quot;, # The interval for which the report is repeated. Note: - &quot;DAILY&quot; also requires field &quot;every&quot; to be set. - &quot;WEEKLY&quot; also requires fields &quot;every&quot; and &quot;repeatsOnWeekDays&quot; to be set. - &quot;MONTHLY&quot; also requires fields &quot;every&quot; and &quot;runsOnDayOfMonth&quot; to be set.
3167 &quot;repeatsOnWeekDays&quot;: [ # List of week days &quot;WEEKLY&quot; on which scheduled reports should run.
3168 &quot;A String&quot;,
3169 ],
3170 &quot;runsOnDayOfMonth&quot;: &quot;A String&quot;, # Enum to define for &quot;MONTHLY&quot; scheduled reports whether reports should be repeated on the same day of the month as &quot;startDate&quot; or the same day of the week of the month. Example: If &#x27;startDate&#x27; is Monday, April 2nd 2012 (2012-04-02), &quot;DAY_OF_MONTH&quot; would run subsequent reports on the 2nd of every Month, and &quot;WEEK_OF_MONTH&quot; would run subsequent reports on the first Monday of the month.
3171 &quot;startDate&quot;: &quot;A String&quot;,
3172 },
3173 &quot;subAccountId&quot;: &quot;A String&quot;, # The subaccount ID to which this report belongs if applicable.
3174 &quot;type&quot;: &quot;A String&quot;, # The type of the report.
3175}</pre>
3176</div>
3177
3178<div class="method">
3179 <code class="details" id="run">run(profileId, reportId, synchronous=None, x__xgafv=None)</code>
3180 <pre>Runs a report.
3181
3182Args:
3183 profileId: string, The Campaign Manager 360 user profile ID. (required)
3184 reportId: string, The ID of the report. (required)
3185 synchronous: boolean, If set and true, tries to run the report synchronously.
3186 x__xgafv: string, V1 error format.
3187 Allowed values
3188 1 - v1 error format
3189 2 - v2 error format
3190
3191Returns:
3192 An object of the form:
3193
3194 { # Represents a File resource. A file contains the metadata for a report run. It shows the status of the run and holds the URLs to the generated report data if the run is finished and the status is &quot;REPORT_AVAILABLE&quot;.
3195 &quot;dateRange&quot;: { # Represents a date range. # The date range for which the file has report data. The date range will always be the absolute date range for which the report is run.
3196 &quot;endDate&quot;: &quot;A String&quot;,
3197 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
3198 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
3199 &quot;startDate&quot;: &quot;A String&quot;,
3200 },
3201 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
3202 &quot;fileName&quot;: &quot;A String&quot;, # The filename of the file.
3203 &quot;format&quot;: &quot;A String&quot;, # The output format of the report. Only available once the file is available.
3204 &quot;id&quot;: &quot;A String&quot;, # The unique ID of this report file.
3205 &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#file&quot;.
3206 &quot;lastModifiedTime&quot;: &quot;A String&quot;, # The timestamp in milliseconds since epoch when this file was last modified.
3207 &quot;reportId&quot;: &quot;A String&quot;, # The ID of the report this file was generated from.
3208 &quot;status&quot;: &quot;A String&quot;, # The status of the report file.
3209 &quot;urls&quot;: { # The URLs where the completed report file can be downloaded.
3210 &quot;apiUrl&quot;: &quot;A String&quot;, # The URL for downloading the report data through the API.
3211 &quot;browserUrl&quot;: &quot;A String&quot;, # The URL for downloading the report data through a browser.
3212 },
3213}</pre>
3214</div>
3215
3216<div class="method">
3217 <code class="details" id="update">update(profileId, reportId, body=None, x__xgafv=None)</code>
3218 <pre>Updates a report.
3219
3220Args:
3221 profileId: string, The Campaign Manager 360 user profile ID. (required)
3222 reportId: string, The ID of the report. (required)
3223 body: object, The request body.
3224 The object takes the form of:
3225
3226{ # Represents a Report resource.
3227 &quot;accountId&quot;: &quot;A String&quot;, # The account ID to which this report belongs.
3228 &quot;criteria&quot;: { # The report criteria for a report of type &quot;STANDARD&quot;.
3229 &quot;activities&quot;: { # Represents an activity group. # Activity group.
3230 &quot;filters&quot;: [ # List of activity filters. The dimension values need to be all either of type &quot;dfa:activity&quot; or &quot;dfa:activityGroup&quot;.
3231 { # Represents a DimensionValue resource.
3232 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3233 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3234 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3235 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3236 &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.
3237 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3238 },
3239 ],
3240 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#activities.
3241 &quot;metricNames&quot;: [ # List of names of floodlight activity metrics.
3242 &quot;A String&quot;,
3243 ],
3244 },
3245 &quot;customRichMediaEvents&quot;: { # Represents a Custom Rich Media Events group. # Custom Rich Media Events group.
3246 &quot;filteredEventIds&quot;: [ # List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.
3247 { # Represents a DimensionValue resource.
3248 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3249 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3250 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3251 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3252 &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.
3253 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3254 },
3255 ],
3256 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#customRichMediaEvents.
3257 },
3258 &quot;dateRange&quot;: { # Represents a date range. # The date range for which this report should be run.
3259 &quot;endDate&quot;: &quot;A String&quot;,
3260 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
3261 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
3262 &quot;startDate&quot;: &quot;A String&quot;,
3263 },
3264 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
3265 { # Represents a DimensionValue resource.
3266 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3267 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3268 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3269 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3270 &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.
3271 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3272 },
3273 ],
3274 &quot;dimensions&quot;: [ # The list of standard dimensions the report should include.
3275 { # Represents a sorted dimension.
3276 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
3277 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
3278 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
3279 },
3280 ],
3281 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
3282 &quot;A String&quot;,
3283 ],
3284 },
3285 &quot;crossDimensionReachCriteria&quot;: { # The report criteria for a report of type &quot;CROSS_DIMENSION_REACH&quot;.
3286 &quot;breakdown&quot;: [ # The list of dimensions the report should include.
3287 { # Represents a sorted dimension.
3288 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
3289 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
3290 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
3291 },
3292 ],
3293 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
3294 &quot;endDate&quot;: &quot;A String&quot;,
3295 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
3296 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
3297 &quot;startDate&quot;: &quot;A String&quot;,
3298 },
3299 &quot;dimension&quot;: &quot;A String&quot;, # The dimension option.
3300 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered.
3301 { # Represents a DimensionValue resource.
3302 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3303 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3304 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3305 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3306 &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.
3307 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3308 },
3309 ],
3310 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
3311 &quot;A String&quot;,
3312 ],
3313 &quot;overlapMetricNames&quot;: [ # The list of names of overlap metrics the report should include.
3314 &quot;A String&quot;,
3315 ],
3316 &quot;pivoted&quot;: True or False, # Whether the report is pivoted or not. Defaults to true.
3317 },
3318 &quot;delivery&quot;: { # The report&#x27;s email delivery settings.
3319 &quot;emailOwner&quot;: True or False, # Whether the report should be emailed to the report owner.
3320 &quot;emailOwnerDeliveryType&quot;: &quot;A String&quot;, # The type of delivery for the owner to receive, if enabled.
3321 &quot;message&quot;: &quot;A String&quot;, # The message to be sent with each email.
3322 &quot;recipients&quot;: [ # The list of recipients to which to email the report.
3323 { # Represents a recipient.
3324 &quot;deliveryType&quot;: &quot;A String&quot;, # The delivery type for the recipient.
3325 &quot;email&quot;: &quot;A String&quot;, # The email address of the recipient.
3326 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#recipient.
3327 },
3328 ],
3329 },
3330 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3331 &quot;fileName&quot;: &quot;A String&quot;, # The filename used when generating report files for this report.
3332 &quot;floodlightCriteria&quot;: { # The report criteria for a report of type &quot;FLOODLIGHT&quot;.
3333 &quot;customRichMediaEvents&quot;: [ # The list of custom rich media events to include.
3334 { # Represents a DimensionValue resource.
3335 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3336 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3337 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3338 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3339 &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.
3340 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3341 },
3342 ],
3343 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
3344 &quot;endDate&quot;: &quot;A String&quot;,
3345 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
3346 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
3347 &quot;startDate&quot;: &quot;A String&quot;,
3348 },
3349 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
3350 { # Represents a DimensionValue resource.
3351 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3352 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3353 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3354 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3355 &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.
3356 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3357 },
3358 ],
3359 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
3360 { # Represents a sorted dimension.
3361 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
3362 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
3363 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
3364 },
3365 ],
3366 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
3367 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3368 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3369 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3370 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3371 &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.
3372 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3373 },
3374 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
3375 &quot;A String&quot;,
3376 ],
3377 &quot;reportProperties&quot;: { # The properties of the report.
3378 &quot;includeAttributedIPConversions&quot;: True or False, # Include conversions that have no cookie, but do have an exposure path.
3379 &quot;includeUnattributedCookieConversions&quot;: True or False, # Include conversions of users with a DoubleClick cookie but without an exposure. That means the user did not click or see an ad from the advertiser within the Floodlight group, or that the interaction happened outside the lookback window.
3380 &quot;includeUnattributedIPConversions&quot;: True or False, # Include conversions that have no associated cookies and no exposures. It’s therefore impossible to know how the user was exposed to your ads during the lookback window prior to a conversion.
3381 },
3382 },
3383 &quot;format&quot;: &quot;A String&quot;, # The output format of the report. If not specified, default format is &quot;CSV&quot;. Note that the actual format in the completed report file might differ if for instance the report&#x27;s size exceeds the format&#x27;s capabilities. &quot;CSV&quot; will then be the fallback format.
3384 &quot;id&quot;: &quot;A String&quot;, # The unique ID identifying this report resource.
3385 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#report.
3386 &quot;lastModifiedTime&quot;: &quot;A String&quot;, # The timestamp (in milliseconds since epoch) of when this report was last modified.
3387 &quot;name&quot;: &quot;A String&quot;, # The name of the report.
3388 &quot;ownerProfileId&quot;: &quot;A String&quot;, # The user profile id of the owner of this report.
3389 &quot;pathAttributionCriteria&quot;: { # The report criteria for a report of type &quot;PATH_ATTRIBUTION&quot;.
3390 &quot;activityFilters&quot;: [ # The list of &#x27;dfa:activity&#x27; values to filter on.
3391 { # Represents a DimensionValue resource.
3392 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3393 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3394 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3395 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3396 &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.
3397 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3398 },
3399 ],
3400 &quot;customChannelGrouping&quot;: { # Represents a DfaReporting channel grouping. # Channel Grouping.
3401 &quot;fallbackName&quot;: &quot;A String&quot;, # ChannelGrouping fallback name.
3402 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGrouping.
3403 &quot;name&quot;: &quot;A String&quot;, # ChannelGrouping name.
3404 &quot;rules&quot;: [ # The rules contained within this channel grouping.
3405 { # Represents a DfaReporting channel grouping rule.
3406 &quot;disjunctiveMatchStatements&quot;: [ # The disjunctive match statements contained within this rule.
3407 { # Represents a Disjunctive Match Statement resource, which is a conjunction (and) of disjunctive (or) boolean statements.
3408 &quot;eventFilters&quot;: [ # The event filters contained within this disjunctive match statement.
3409 { # Represents a DfaReporting event filter.
3410 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
3411 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3412 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
3413 &quot;A String&quot;,
3414 ],
3415 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
3416 &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.
3417 &quot;values&quot;: [ # The possible values of the dimension.
3418 &quot;A String&quot;,
3419 ],
3420 },
3421 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
3422 },
3423 ],
3424 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#disjunctiveMatchStatement.
3425 },
3426 ],
3427 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGroupingRule.
3428 &quot;name&quot;: &quot;A String&quot;, # Rule name.
3429 },
3430 ],
3431 },
3432 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
3433 &quot;endDate&quot;: &quot;A String&quot;,
3434 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
3435 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
3436 &quot;startDate&quot;: &quot;A String&quot;,
3437 },
3438 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
3439 { # Represents a sorted dimension.
3440 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
3441 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
3442 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
3443 },
3444 ],
3445 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
3446 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3447 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3448 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3449 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3450 &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.
3451 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3452 },
3453 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
3454 &quot;A String&quot;,
3455 ],
3456 &quot;pathFilters&quot;: [ # Path Filters.
3457 { # Represents a DfaReporting path filter.
3458 &quot;eventFilters&quot;: [ # Event filters in path report.
3459 { # Represents a DfaReporting event filter.
3460 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
3461 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3462 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
3463 &quot;A String&quot;,
3464 ],
3465 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
3466 &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.
3467 &quot;values&quot;: [ # The possible values of the dimension.
3468 &quot;A String&quot;,
3469 ],
3470 },
3471 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
3472 },
3473 ],
3474 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathFilter.
3475 &quot;pathMatchPosition&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.
3476 },
3477 ],
3478 },
3479 &quot;pathCriteria&quot;: { # The report criteria for a report of type &quot;PATH&quot;.
3480 &quot;activityFilters&quot;: [ # The list of &#x27;dfa:activity&#x27; values to filter on.
3481 { # Represents a DimensionValue resource.
3482 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3483 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3484 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3485 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3486 &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.
3487 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3488 },
3489 ],
3490 &quot;customChannelGrouping&quot;: { # Represents a DfaReporting channel grouping. # Channel Grouping.
3491 &quot;fallbackName&quot;: &quot;A String&quot;, # ChannelGrouping fallback name.
3492 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGrouping.
3493 &quot;name&quot;: &quot;A String&quot;, # ChannelGrouping name.
3494 &quot;rules&quot;: [ # The rules contained within this channel grouping.
3495 { # Represents a DfaReporting channel grouping rule.
3496 &quot;disjunctiveMatchStatements&quot;: [ # The disjunctive match statements contained within this rule.
3497 { # Represents a Disjunctive Match Statement resource, which is a conjunction (and) of disjunctive (or) boolean statements.
3498 &quot;eventFilters&quot;: [ # The event filters contained within this disjunctive match statement.
3499 { # Represents a DfaReporting event filter.
3500 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
3501 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3502 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
3503 &quot;A String&quot;,
3504 ],
3505 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
3506 &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.
3507 &quot;values&quot;: [ # The possible values of the dimension.
3508 &quot;A String&quot;,
3509 ],
3510 },
3511 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
3512 },
3513 ],
3514 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#disjunctiveMatchStatement.
3515 },
3516 ],
3517 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGroupingRule.
3518 &quot;name&quot;: &quot;A String&quot;, # Rule name.
3519 },
3520 ],
3521 },
3522 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
3523 &quot;endDate&quot;: &quot;A String&quot;,
3524 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
3525 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
3526 &quot;startDate&quot;: &quot;A String&quot;,
3527 },
3528 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
3529 { # Represents a sorted dimension.
3530 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
3531 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
3532 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
3533 },
3534 ],
3535 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
3536 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3537 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3538 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3539 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3540 &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.
3541 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3542 },
3543 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
3544 &quot;A String&quot;,
3545 ],
3546 &quot;pathFilters&quot;: [ # Path Filters.
3547 { # Represents a DfaReporting path filter.
3548 &quot;eventFilters&quot;: [ # Event filters in path report.
3549 { # Represents a DfaReporting event filter.
3550 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
3551 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3552 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
3553 &quot;A String&quot;,
3554 ],
3555 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
3556 &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.
3557 &quot;values&quot;: [ # The possible values of the dimension.
3558 &quot;A String&quot;,
3559 ],
3560 },
3561 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
3562 },
3563 ],
3564 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathFilter.
3565 &quot;pathMatchPosition&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.
3566 },
3567 ],
3568 },
3569 &quot;pathToConversionCriteria&quot;: { # The report criteria for a report of type &quot;PATH_TO_CONVERSION&quot;.
3570 &quot;activityFilters&quot;: [ # The list of &#x27;dfa:activity&#x27; values to filter on.
3571 { # Represents a DimensionValue resource.
3572 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3573 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3574 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3575 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3576 &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.
3577 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3578 },
3579 ],
3580 &quot;conversionDimensions&quot;: [ # The list of conversion dimensions the report should include.
3581 { # Represents a sorted dimension.
3582 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
3583 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
3584 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
3585 },
3586 ],
3587 &quot;customFloodlightVariables&quot;: [ # The list of custom floodlight variables the report should include.
3588 { # Represents a sorted dimension.
3589 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
3590 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
3591 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
3592 },
3593 ],
3594 &quot;customRichMediaEvents&quot;: [ # The list of custom rich media events to include.
3595 { # Represents a DimensionValue resource.
3596 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3597 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3598 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3599 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3600 &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.
3601 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3602 },
3603 ],
3604 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
3605 &quot;endDate&quot;: &quot;A String&quot;,
3606 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
3607 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
3608 &quot;startDate&quot;: &quot;A String&quot;,
3609 },
3610 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
3611 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3612 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3613 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3614 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3615 &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.
3616 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3617 },
3618 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
3619 &quot;A String&quot;,
3620 ],
3621 &quot;perInteractionDimensions&quot;: [ # The list of per interaction dimensions the report should include.
3622 { # Represents a sorted dimension.
3623 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
3624 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
3625 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
3626 },
3627 ],
3628 &quot;reportProperties&quot;: { # The properties of the report.
3629 &quot;clicksLookbackWindow&quot;: 42, # CM360 checks to see if a click interaction occurred within the specified period of time before a conversion. By default the value is pulled from Floodlight or you can manually enter a custom value. Valid values: 1-90.
3630 &quot;impressionsLookbackWindow&quot;: 42, # CM360 checks to see if an impression interaction occurred within the specified period of time before a conversion. By default the value is pulled from Floodlight or you can manually enter a custom value. Valid values: 1-90.
3631 &quot;includeAttributedIPConversions&quot;: True or False, # Deprecated: has no effect.
3632 &quot;includeUnattributedCookieConversions&quot;: True or False, # Include conversions of users with a DoubleClick cookie but without an exposure. That means the user did not click or see an ad from the advertiser within the Floodlight group, or that the interaction happened outside the lookback window.
3633 &quot;includeUnattributedIPConversions&quot;: True or False, # Include conversions that have no associated cookies and no exposures. It’s therefore impossible to know how the user was exposed to your ads during the lookback window prior to a conversion.
3634 &quot;maximumClickInteractions&quot;: 42, # The maximum number of click interactions to include in the report. Advertisers currently paying for E2C reports get up to 200 (100 clicks, 100 impressions). If another advertiser in your network is paying for E2C, you can have up to 5 total exposures per report.
3635 &quot;maximumImpressionInteractions&quot;: 42, # The maximum number of click interactions to include in the report. Advertisers currently paying for E2C reports get up to 200 (100 clicks, 100 impressions). If another advertiser in your network is paying for E2C, you can have up to 5 total exposures per report.
3636 &quot;maximumInteractionGap&quot;: 42, # The maximum amount of time that can take place between interactions (clicks or impressions) by the same user. Valid values: 1-90.
3637 &quot;pivotOnInteractionPath&quot;: True or False, # Enable pivoting on interaction path.
3638 },
3639 },
3640 &quot;reachCriteria&quot;: { # The report criteria for a report of type &quot;REACH&quot;.
3641 &quot;activities&quot;: { # Represents an activity group. # Activity group.
3642 &quot;filters&quot;: [ # List of activity filters. The dimension values need to be all either of type &quot;dfa:activity&quot; or &quot;dfa:activityGroup&quot;.
3643 { # Represents a DimensionValue resource.
3644 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3645 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3646 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3647 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3648 &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.
3649 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3650 },
3651 ],
3652 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#activities.
3653 &quot;metricNames&quot;: [ # List of names of floodlight activity metrics.
3654 &quot;A String&quot;,
3655 ],
3656 },
3657 &quot;customRichMediaEvents&quot;: { # Represents a Custom Rich Media Events group. # Custom Rich Media Events group.
3658 &quot;filteredEventIds&quot;: [ # List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.
3659 { # Represents a DimensionValue resource.
3660 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3661 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3662 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3663 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3664 &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.
3665 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3666 },
3667 ],
3668 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#customRichMediaEvents.
3669 },
3670 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
3671 &quot;endDate&quot;: &quot;A String&quot;,
3672 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
3673 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
3674 &quot;startDate&quot;: &quot;A String&quot;,
3675 },
3676 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
3677 { # Represents a DimensionValue resource.
3678 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3679 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3680 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3681 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3682 &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.
3683 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3684 },
3685 ],
3686 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
3687 { # Represents a sorted dimension.
3688 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
3689 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
3690 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
3691 },
3692 ],
3693 &quot;enableAllDimensionCombinations&quot;: True or False, # Whether to enable all reach dimension combinations in the report. Defaults to false. If enabled, the date range of the report should be within the last 42 days.
3694 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
3695 &quot;A String&quot;,
3696 ],
3697 &quot;reachByFrequencyMetricNames&quot;: [ # The list of names of Reach By Frequency metrics the report should include.
3698 &quot;A String&quot;,
3699 ],
3700 },
3701 &quot;schedule&quot;: { # The report&#x27;s schedule. Can only be set if the report&#x27;s &#x27;dateRange&#x27; is a relative date range and the relative date range is not &quot;TODAY&quot;.
3702 &quot;active&quot;: True or False, # Whether the schedule is active or not. Must be set to either true or false.
3703 &quot;every&quot;: 42, # Defines every how many days, weeks or months the report should be run. Needs to be set when &quot;repeats&quot; is either &quot;DAILY&quot;, &quot;WEEKLY&quot; or &quot;MONTHLY&quot;.
3704 &quot;expirationDate&quot;: &quot;A String&quot;,
3705 &quot;repeats&quot;: &quot;A String&quot;, # The interval for which the report is repeated. Note: - &quot;DAILY&quot; also requires field &quot;every&quot; to be set. - &quot;WEEKLY&quot; also requires fields &quot;every&quot; and &quot;repeatsOnWeekDays&quot; to be set. - &quot;MONTHLY&quot; also requires fields &quot;every&quot; and &quot;runsOnDayOfMonth&quot; to be set.
3706 &quot;repeatsOnWeekDays&quot;: [ # List of week days &quot;WEEKLY&quot; on which scheduled reports should run.
3707 &quot;A String&quot;,
3708 ],
3709 &quot;runsOnDayOfMonth&quot;: &quot;A String&quot;, # Enum to define for &quot;MONTHLY&quot; scheduled reports whether reports should be repeated on the same day of the month as &quot;startDate&quot; or the same day of the week of the month. Example: If &#x27;startDate&#x27; is Monday, April 2nd 2012 (2012-04-02), &quot;DAY_OF_MONTH&quot; would run subsequent reports on the 2nd of every Month, and &quot;WEEK_OF_MONTH&quot; would run subsequent reports on the first Monday of the month.
3710 &quot;startDate&quot;: &quot;A String&quot;,
3711 },
3712 &quot;subAccountId&quot;: &quot;A String&quot;, # The subaccount ID to which this report belongs if applicable.
3713 &quot;type&quot;: &quot;A String&quot;, # The type of the report.
3714}
3715
3716 x__xgafv: string, V1 error format.
3717 Allowed values
3718 1 - v1 error format
3719 2 - v2 error format
3720
3721Returns:
3722 An object of the form:
3723
3724 { # Represents a Report resource.
3725 &quot;accountId&quot;: &quot;A String&quot;, # The account ID to which this report belongs.
3726 &quot;criteria&quot;: { # The report criteria for a report of type &quot;STANDARD&quot;.
3727 &quot;activities&quot;: { # Represents an activity group. # Activity group.
3728 &quot;filters&quot;: [ # List of activity filters. The dimension values need to be all either of type &quot;dfa:activity&quot; or &quot;dfa:activityGroup&quot;.
3729 { # Represents a DimensionValue resource.
3730 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3731 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3732 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3733 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3734 &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.
3735 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3736 },
3737 ],
3738 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#activities.
3739 &quot;metricNames&quot;: [ # List of names of floodlight activity metrics.
3740 &quot;A String&quot;,
3741 ],
3742 },
3743 &quot;customRichMediaEvents&quot;: { # Represents a Custom Rich Media Events group. # Custom Rich Media Events group.
3744 &quot;filteredEventIds&quot;: [ # List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.
3745 { # Represents a DimensionValue resource.
3746 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3747 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3748 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3749 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3750 &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.
3751 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3752 },
3753 ],
3754 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#customRichMediaEvents.
3755 },
3756 &quot;dateRange&quot;: { # Represents a date range. # The date range for which this report should be run.
3757 &quot;endDate&quot;: &quot;A String&quot;,
3758 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
3759 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
3760 &quot;startDate&quot;: &quot;A String&quot;,
3761 },
3762 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
3763 { # Represents a DimensionValue resource.
3764 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3765 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3766 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3767 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3768 &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.
3769 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3770 },
3771 ],
3772 &quot;dimensions&quot;: [ # The list of standard dimensions the report should include.
3773 { # Represents a sorted dimension.
3774 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
3775 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
3776 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
3777 },
3778 ],
3779 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
3780 &quot;A String&quot;,
3781 ],
3782 },
3783 &quot;crossDimensionReachCriteria&quot;: { # The report criteria for a report of type &quot;CROSS_DIMENSION_REACH&quot;.
3784 &quot;breakdown&quot;: [ # The list of dimensions the report should include.
3785 { # Represents a sorted dimension.
3786 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
3787 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
3788 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
3789 },
3790 ],
3791 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
3792 &quot;endDate&quot;: &quot;A String&quot;,
3793 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
3794 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
3795 &quot;startDate&quot;: &quot;A String&quot;,
3796 },
3797 &quot;dimension&quot;: &quot;A String&quot;, # The dimension option.
3798 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered.
3799 { # Represents a DimensionValue resource.
3800 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3801 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3802 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3803 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3804 &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.
3805 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3806 },
3807 ],
3808 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
3809 &quot;A String&quot;,
3810 ],
3811 &quot;overlapMetricNames&quot;: [ # The list of names of overlap metrics the report should include.
3812 &quot;A String&quot;,
3813 ],
3814 &quot;pivoted&quot;: True or False, # Whether the report is pivoted or not. Defaults to true.
3815 },
3816 &quot;delivery&quot;: { # The report&#x27;s email delivery settings.
3817 &quot;emailOwner&quot;: True or False, # Whether the report should be emailed to the report owner.
3818 &quot;emailOwnerDeliveryType&quot;: &quot;A String&quot;, # The type of delivery for the owner to receive, if enabled.
3819 &quot;message&quot;: &quot;A String&quot;, # The message to be sent with each email.
3820 &quot;recipients&quot;: [ # The list of recipients to which to email the report.
3821 { # Represents a recipient.
3822 &quot;deliveryType&quot;: &quot;A String&quot;, # The delivery type for the recipient.
3823 &quot;email&quot;: &quot;A String&quot;, # The email address of the recipient.
3824 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#recipient.
3825 },
3826 ],
3827 },
3828 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3829 &quot;fileName&quot;: &quot;A String&quot;, # The filename used when generating report files for this report.
3830 &quot;floodlightCriteria&quot;: { # The report criteria for a report of type &quot;FLOODLIGHT&quot;.
3831 &quot;customRichMediaEvents&quot;: [ # The list of custom rich media events to include.
3832 { # Represents a DimensionValue resource.
3833 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3834 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3835 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3836 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3837 &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.
3838 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3839 },
3840 ],
3841 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
3842 &quot;endDate&quot;: &quot;A String&quot;,
3843 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
3844 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
3845 &quot;startDate&quot;: &quot;A String&quot;,
3846 },
3847 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
3848 { # Represents a DimensionValue resource.
3849 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3850 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3851 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3852 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3853 &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.
3854 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3855 },
3856 ],
3857 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
3858 { # Represents a sorted dimension.
3859 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
3860 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
3861 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
3862 },
3863 ],
3864 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
3865 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3866 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3867 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3868 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3869 &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.
3870 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3871 },
3872 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
3873 &quot;A String&quot;,
3874 ],
3875 &quot;reportProperties&quot;: { # The properties of the report.
3876 &quot;includeAttributedIPConversions&quot;: True or False, # Include conversions that have no cookie, but do have an exposure path.
3877 &quot;includeUnattributedCookieConversions&quot;: True or False, # Include conversions of users with a DoubleClick cookie but without an exposure. That means the user did not click or see an ad from the advertiser within the Floodlight group, or that the interaction happened outside the lookback window.
3878 &quot;includeUnattributedIPConversions&quot;: True or False, # Include conversions that have no associated cookies and no exposures. It’s therefore impossible to know how the user was exposed to your ads during the lookback window prior to a conversion.
3879 },
3880 },
3881 &quot;format&quot;: &quot;A String&quot;, # The output format of the report. If not specified, default format is &quot;CSV&quot;. Note that the actual format in the completed report file might differ if for instance the report&#x27;s size exceeds the format&#x27;s capabilities. &quot;CSV&quot; will then be the fallback format.
3882 &quot;id&quot;: &quot;A String&quot;, # The unique ID identifying this report resource.
3883 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#report.
3884 &quot;lastModifiedTime&quot;: &quot;A String&quot;, # The timestamp (in milliseconds since epoch) of when this report was last modified.
3885 &quot;name&quot;: &quot;A String&quot;, # The name of the report.
3886 &quot;ownerProfileId&quot;: &quot;A String&quot;, # The user profile id of the owner of this report.
3887 &quot;pathAttributionCriteria&quot;: { # The report criteria for a report of type &quot;PATH_ATTRIBUTION&quot;.
3888 &quot;activityFilters&quot;: [ # The list of &#x27;dfa:activity&#x27; values to filter on.
3889 { # Represents a DimensionValue resource.
3890 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3891 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3892 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3893 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3894 &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.
3895 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3896 },
3897 ],
3898 &quot;customChannelGrouping&quot;: { # Represents a DfaReporting channel grouping. # Channel Grouping.
3899 &quot;fallbackName&quot;: &quot;A String&quot;, # ChannelGrouping fallback name.
3900 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGrouping.
3901 &quot;name&quot;: &quot;A String&quot;, # ChannelGrouping name.
3902 &quot;rules&quot;: [ # The rules contained within this channel grouping.
3903 { # Represents a DfaReporting channel grouping rule.
3904 &quot;disjunctiveMatchStatements&quot;: [ # The disjunctive match statements contained within this rule.
3905 { # Represents a Disjunctive Match Statement resource, which is a conjunction (and) of disjunctive (or) boolean statements.
3906 &quot;eventFilters&quot;: [ # The event filters contained within this disjunctive match statement.
3907 { # Represents a DfaReporting event filter.
3908 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
3909 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3910 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
3911 &quot;A String&quot;,
3912 ],
3913 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
3914 &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.
3915 &quot;values&quot;: [ # The possible values of the dimension.
3916 &quot;A String&quot;,
3917 ],
3918 },
3919 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
3920 },
3921 ],
3922 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#disjunctiveMatchStatement.
3923 },
3924 ],
3925 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGroupingRule.
3926 &quot;name&quot;: &quot;A String&quot;, # Rule name.
3927 },
3928 ],
3929 },
3930 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
3931 &quot;endDate&quot;: &quot;A String&quot;,
3932 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
3933 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
3934 &quot;startDate&quot;: &quot;A String&quot;,
3935 },
3936 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
3937 { # Represents a sorted dimension.
3938 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
3939 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
3940 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
3941 },
3942 ],
3943 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
3944 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3945 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3946 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3947 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3948 &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.
3949 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3950 },
3951 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
3952 &quot;A String&quot;,
3953 ],
3954 &quot;pathFilters&quot;: [ # Path Filters.
3955 { # Represents a DfaReporting path filter.
3956 &quot;eventFilters&quot;: [ # Event filters in path report.
3957 { # Represents a DfaReporting event filter.
3958 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
3959 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3960 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
3961 &quot;A String&quot;,
3962 ],
3963 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
3964 &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.
3965 &quot;values&quot;: [ # The possible values of the dimension.
3966 &quot;A String&quot;,
3967 ],
3968 },
3969 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
3970 },
3971 ],
3972 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathFilter.
3973 &quot;pathMatchPosition&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.
3974 },
3975 ],
3976 },
3977 &quot;pathCriteria&quot;: { # The report criteria for a report of type &quot;PATH&quot;.
3978 &quot;activityFilters&quot;: [ # The list of &#x27;dfa:activity&#x27; values to filter on.
3979 { # Represents a DimensionValue resource.
3980 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
3981 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
3982 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
3983 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
3984 &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.
3985 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
3986 },
3987 ],
3988 &quot;customChannelGrouping&quot;: { # Represents a DfaReporting channel grouping. # Channel Grouping.
3989 &quot;fallbackName&quot;: &quot;A String&quot;, # ChannelGrouping fallback name.
3990 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGrouping.
3991 &quot;name&quot;: &quot;A String&quot;, # ChannelGrouping name.
3992 &quot;rules&quot;: [ # The rules contained within this channel grouping.
3993 { # Represents a DfaReporting channel grouping rule.
3994 &quot;disjunctiveMatchStatements&quot;: [ # The disjunctive match statements contained within this rule.
3995 { # Represents a Disjunctive Match Statement resource, which is a conjunction (and) of disjunctive (or) boolean statements.
3996 &quot;eventFilters&quot;: [ # The event filters contained within this disjunctive match statement.
3997 { # Represents a DfaReporting event filter.
3998 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
3999 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
4000 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
4001 &quot;A String&quot;,
4002 ],
4003 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
4004 &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.
4005 &quot;values&quot;: [ # The possible values of the dimension.
4006 &quot;A String&quot;,
4007 ],
4008 },
4009 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
4010 },
4011 ],
4012 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#disjunctiveMatchStatement.
4013 },
4014 ],
4015 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#channelGroupingRule.
4016 &quot;name&quot;: &quot;A String&quot;, # Rule name.
4017 },
4018 ],
4019 },
4020 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
4021 &quot;endDate&quot;: &quot;A String&quot;,
4022 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
4023 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
4024 &quot;startDate&quot;: &quot;A String&quot;,
4025 },
4026 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
4027 { # Represents a sorted dimension.
4028 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
4029 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
4030 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
4031 },
4032 ],
4033 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
4034 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
4035 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
4036 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
4037 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
4038 &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.
4039 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
4040 },
4041 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
4042 &quot;A String&quot;,
4043 ],
4044 &quot;pathFilters&quot;: [ # Path Filters.
4045 { # Represents a DfaReporting path filter.
4046 &quot;eventFilters&quot;: [ # Event filters in path report.
4047 { # Represents a DfaReporting event filter.
4048 &quot;dimensionFilter&quot;: { # Represents a PathReportDimensionValue resource. # The dimension filter contained within this EventFilter.
4049 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
4050 &quot;ids&quot;: [ # The possible ID&#x27;s associated with the value if available.
4051 &quot;A String&quot;,
4052 ],
4053 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
4054 &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.
4055 &quot;values&quot;: [ # The possible values of the dimension.
4056 &quot;A String&quot;,
4057 ],
4058 },
4059 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#eventFilter.
4060 },
4061 ],
4062 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#pathFilter.
4063 &quot;pathMatchPosition&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.
4064 },
4065 ],
4066 },
4067 &quot;pathToConversionCriteria&quot;: { # The report criteria for a report of type &quot;PATH_TO_CONVERSION&quot;.
4068 &quot;activityFilters&quot;: [ # The list of &#x27;dfa:activity&#x27; values to filter on.
4069 { # Represents a DimensionValue resource.
4070 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
4071 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
4072 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
4073 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
4074 &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.
4075 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
4076 },
4077 ],
4078 &quot;conversionDimensions&quot;: [ # The list of conversion dimensions the report should include.
4079 { # Represents a sorted dimension.
4080 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
4081 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
4082 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
4083 },
4084 ],
4085 &quot;customFloodlightVariables&quot;: [ # The list of custom floodlight variables the report should include.
4086 { # Represents a sorted dimension.
4087 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
4088 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
4089 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
4090 },
4091 ],
4092 &quot;customRichMediaEvents&quot;: [ # The list of custom rich media events to include.
4093 { # Represents a DimensionValue resource.
4094 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
4095 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
4096 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
4097 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
4098 &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.
4099 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
4100 },
4101 ],
4102 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
4103 &quot;endDate&quot;: &quot;A String&quot;,
4104 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
4105 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
4106 &quot;startDate&quot;: &quot;A String&quot;,
4107 },
4108 &quot;floodlightConfigId&quot;: { # Represents a DimensionValue resource. # The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be &#x27;dfa:floodlightConfigId&#x27;.
4109 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
4110 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
4111 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
4112 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
4113 &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.
4114 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
4115 },
4116 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
4117 &quot;A String&quot;,
4118 ],
4119 &quot;perInteractionDimensions&quot;: [ # The list of per interaction dimensions the report should include.
4120 { # Represents a sorted dimension.
4121 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
4122 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
4123 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
4124 },
4125 ],
4126 &quot;reportProperties&quot;: { # The properties of the report.
4127 &quot;clicksLookbackWindow&quot;: 42, # CM360 checks to see if a click interaction occurred within the specified period of time before a conversion. By default the value is pulled from Floodlight or you can manually enter a custom value. Valid values: 1-90.
4128 &quot;impressionsLookbackWindow&quot;: 42, # CM360 checks to see if an impression interaction occurred within the specified period of time before a conversion. By default the value is pulled from Floodlight or you can manually enter a custom value. Valid values: 1-90.
4129 &quot;includeAttributedIPConversions&quot;: True or False, # Deprecated: has no effect.
4130 &quot;includeUnattributedCookieConversions&quot;: True or False, # Include conversions of users with a DoubleClick cookie but without an exposure. That means the user did not click or see an ad from the advertiser within the Floodlight group, or that the interaction happened outside the lookback window.
4131 &quot;includeUnattributedIPConversions&quot;: True or False, # Include conversions that have no associated cookies and no exposures. It’s therefore impossible to know how the user was exposed to your ads during the lookback window prior to a conversion.
4132 &quot;maximumClickInteractions&quot;: 42, # The maximum number of click interactions to include in the report. Advertisers currently paying for E2C reports get up to 200 (100 clicks, 100 impressions). If another advertiser in your network is paying for E2C, you can have up to 5 total exposures per report.
4133 &quot;maximumImpressionInteractions&quot;: 42, # The maximum number of click interactions to include in the report. Advertisers currently paying for E2C reports get up to 200 (100 clicks, 100 impressions). If another advertiser in your network is paying for E2C, you can have up to 5 total exposures per report.
4134 &quot;maximumInteractionGap&quot;: 42, # The maximum amount of time that can take place between interactions (clicks or impressions) by the same user. Valid values: 1-90.
4135 &quot;pivotOnInteractionPath&quot;: True or False, # Enable pivoting on interaction path.
4136 },
4137 },
4138 &quot;reachCriteria&quot;: { # The report criteria for a report of type &quot;REACH&quot;.
4139 &quot;activities&quot;: { # Represents an activity group. # Activity group.
4140 &quot;filters&quot;: [ # List of activity filters. The dimension values need to be all either of type &quot;dfa:activity&quot; or &quot;dfa:activityGroup&quot;.
4141 { # Represents a DimensionValue resource.
4142 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
4143 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
4144 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
4145 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
4146 &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.
4147 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
4148 },
4149 ],
4150 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#activities.
4151 &quot;metricNames&quot;: [ # List of names of floodlight activity metrics.
4152 &quot;A String&quot;,
4153 ],
4154 },
4155 &quot;customRichMediaEvents&quot;: { # Represents a Custom Rich Media Events group. # Custom Rich Media Events group.
4156 &quot;filteredEventIds&quot;: [ # List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.
4157 { # Represents a DimensionValue resource.
4158 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
4159 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
4160 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
4161 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
4162 &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.
4163 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
4164 },
4165 ],
4166 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#customRichMediaEvents.
4167 },
4168 &quot;dateRange&quot;: { # Represents a date range. # The date range this report should be run for.
4169 &quot;endDate&quot;: &quot;A String&quot;,
4170 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dateRange.
4171 &quot;relativeDateRange&quot;: &quot;A String&quot;, # The date range relative to the date of when the report is run.
4172 &quot;startDate&quot;: &quot;A String&quot;,
4173 },
4174 &quot;dimensionFilters&quot;: [ # The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
4175 { # Represents a DimensionValue resource.
4176 &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
4177 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
4178 &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
4179 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
4180 &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.
4181 &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
4182 },
4183 ],
4184 &quot;dimensions&quot;: [ # The list of dimensions the report should include.
4185 { # Represents a sorted dimension.
4186 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#sortedDimension.
4187 &quot;name&quot;: &quot;A String&quot;, # The name of the dimension.
4188 &quot;sortOrder&quot;: &quot;A String&quot;, # An optional sort order for the dimension column.
4189 },
4190 ],
4191 &quot;enableAllDimensionCombinations&quot;: True or False, # Whether to enable all reach dimension combinations in the report. Defaults to false. If enabled, the date range of the report should be within the last 42 days.
4192 &quot;metricNames&quot;: [ # The list of names of metrics the report should include.
4193 &quot;A String&quot;,
4194 ],
4195 &quot;reachByFrequencyMetricNames&quot;: [ # The list of names of Reach By Frequency metrics the report should include.
4196 &quot;A String&quot;,
4197 ],
4198 },
4199 &quot;schedule&quot;: { # The report&#x27;s schedule. Can only be set if the report&#x27;s &#x27;dateRange&#x27; is a relative date range and the relative date range is not &quot;TODAY&quot;.
4200 &quot;active&quot;: True or False, # Whether the schedule is active or not. Must be set to either true or false.
4201 &quot;every&quot;: 42, # Defines every how many days, weeks or months the report should be run. Needs to be set when &quot;repeats&quot; is either &quot;DAILY&quot;, &quot;WEEKLY&quot; or &quot;MONTHLY&quot;.
4202 &quot;expirationDate&quot;: &quot;A String&quot;,
4203 &quot;repeats&quot;: &quot;A String&quot;, # The interval for which the report is repeated. Note: - &quot;DAILY&quot; also requires field &quot;every&quot; to be set. - &quot;WEEKLY&quot; also requires fields &quot;every&quot; and &quot;repeatsOnWeekDays&quot; to be set. - &quot;MONTHLY&quot; also requires fields &quot;every&quot; and &quot;runsOnDayOfMonth&quot; to be set.
4204 &quot;repeatsOnWeekDays&quot;: [ # List of week days &quot;WEEKLY&quot; on which scheduled reports should run.
4205 &quot;A String&quot;,
4206 ],
4207 &quot;runsOnDayOfMonth&quot;: &quot;A String&quot;, # Enum to define for &quot;MONTHLY&quot; scheduled reports whether reports should be repeated on the same day of the month as &quot;startDate&quot; or the same day of the week of the month. Example: If &#x27;startDate&#x27; is Monday, April 2nd 2012 (2012-04-02), &quot;DAY_OF_MONTH&quot; would run subsequent reports on the 2nd of every Month, and &quot;WEEK_OF_MONTH&quot; would run subsequent reports on the first Monday of the month.
4208 &quot;startDate&quot;: &quot;A String&quot;,
4209 },
4210 &quot;subAccountId&quot;: &quot;A String&quot;, # The subaccount ID to which this report belongs if applicable.
4211 &quot;type&quot;: &quot;A String&quot;, # The type of the report.
4212}</pre>
4213</div>
4214
4215</body></html>