You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/adexchangebuyer_v1_3.billingInfo.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ <h3>Method Details</h3>
92
92
An object of the form:
93
93
94
94
{ # The configuration data for an Ad Exchange billing info.
95
-
"billingId": [ # Billing info id.
95
+
"billingId": [ # A list of adgroup IDs associated with this particular account. These IDs may show up as part of a realtime bidding BidRequest, which indicates a bid request for this account.
96
96
"A String",
97
97
],
98
98
"accountName": "A String", # Account name.
@@ -113,7 +113,7 @@ <h3>Method Details</h3>
113
113
{ # A billing info feed lists Billing Info the Ad Exchange buyer account has access to. Each entry in the feed corresponds to a single billing info.
114
114
"items": [ # A list of billing info relevant for your account.
115
115
{ # The configuration data for an Ad Exchange billing info.
116
-
"billingId": [ # Billing info id.
116
+
"billingId": [ # A list of adgroup IDs associated with this particular account. These IDs may show up as part of a realtime bidding BidRequest, which indicates a bid request for this account.
Copy file name to clipboardExpand all lines: docs/dyn/adexchangebuyer_v1_3.creatives.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ <h3>Method Details</h3>
134
134
],
135
135
},
136
136
],
137
-
"filteringReasons": { # The filtering reasons for the creative. Read-only. This field should not be set in requests.
137
+
"filteringReasons": { # The filtering reasons for the creative. If this feature is not enabled, please ask your technical account manager. Read-only. This field should not be set in requests.
138
138
"date": "A String", # The date in ISO 8601 format for the data. The data is collected from 00:00:00 to 23:59:59 in PST.
139
139
"reasons": [ # The filtering reasons.
140
140
{
@@ -202,7 +202,7 @@ <h3>Method Details</h3>
202
202
],
203
203
},
204
204
],
205
-
"filteringReasons": { # The filtering reasons for the creative. Read-only. This field should not be set in requests.
205
+
"filteringReasons": { # The filtering reasons for the creative. If this feature is not enabled, please ask your technical account manager. Read-only. This field should not be set in requests.
206
206
"date": "A String", # The date in ISO 8601 format for the data. The data is collected from 00:00:00 to 23:59:59 in PST.
207
207
"reasons": [ # The filtering reasons.
208
208
{
@@ -265,7 +265,7 @@ <h3>Method Details</h3>
265
265
],
266
266
},
267
267
],
268
-
"filteringReasons": { # The filtering reasons for the creative. Read-only. This field should not be set in requests.
268
+
"filteringReasons": { # The filtering reasons for the creative. If this feature is not enabled, please ask your technical account manager. Read-only. This field should not be set in requests.
269
269
"date": "A String", # The date in ISO 8601 format for the data. The data is collected from 00:00:00 to 23:59:59 in PST.
270
270
"reasons": [ # The filtering reasons.
271
271
{
@@ -346,7 +346,7 @@ <h3>Method Details</h3>
346
346
],
347
347
},
348
348
],
349
-
"filteringReasons": { # The filtering reasons for the creative. Read-only. This field should not be set in requests.
349
+
"filteringReasons": { # The filtering reasons for the creative. If this feature is not enabled, please ask your technical account manager. Read-only. This field should not be set in requests.
350
350
"date": "A String", # The date in ISO 8601 format for the data. The data is collected from 00:00:00 to 23:59:59 in PST.
Copy file name to clipboardExpand all lines: docs/dyn/adexchangebuyer_v1_3.directDeals.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,7 @@ <h3>Method Details</h3>
99
99
"fixedCpm": "A String", # The fixed price for this direct deal. In cpm micros of currency according to currency_code. If set, then this deal is eligible for the fixed price tier of buying (highest priority, pay exactly the configured fixed price).
100
100
"privateExchangeMinCpm": "A String", # The minimum price for this direct deal. In cpm micros of currency according to currency_code. If set, then this deal is eligible for the private exchange tier of buying (below fixed price priority, run as a second price auction).
101
101
"startTime": "A String", # Start time for when this deal becomes active. If not set then this deal is active immediately upon creation. In seconds since the epoch.
102
+
"publisherBlocksOverriden": True or False, # If true, the publisher has opted to have their blocks ignored when a creative is bid with for this deal.
102
103
"endTime": "A String", # End time for when this deal stops being active. If not set then this deal is valid until manually disabled by the publisher. In seconds since the epoch.
103
104
"sellerNetwork": "A String", # The name of the publisher offering this direct deal.
104
105
"id": "A String", # Deal id.
@@ -126,6 +127,7 @@ <h3>Method Details</h3>
126
127
"fixedCpm": "A String", # The fixed price for this direct deal. In cpm micros of currency according to currency_code. If set, then this deal is eligible for the fixed price tier of buying (highest priority, pay exactly the configured fixed price).
127
128
"privateExchangeMinCpm": "A String", # The minimum price for this direct deal. In cpm micros of currency according to currency_code. If set, then this deal is eligible for the private exchange tier of buying (below fixed price priority, run as a second price auction).
128
129
"startTime": "A String", # Start time for when this deal becomes active. If not set then this deal is active immediately upon creation. In seconds since the epoch.
130
+
"publisherBlocksOverriden": True or False, # If true, the publisher has opted to have their blocks ignored when a creative is bid with for this deal.
129
131
"endTime": "A String", # End time for when this deal stops being active. If not set then this deal is valid until manually disabled by the publisher. In seconds since the epoch.
130
132
"sellerNetwork": "A String", # The name of the publisher offering this direct deal.
Copy file name to clipboardExpand all lines: docs/dyn/adexchangebuyer_v1_3.pretargetingConfig.html
+32-24Lines changed: 32 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -147,9 +147,7 @@ <h3>Method Details</h3>
147
147
"type": "A String", # The type of the placement.
148
148
},
149
149
],
150
-
"creativeType": [ # List must contain exactly one of PRETARGETING_CREATIVE_TYPE_HTML or PRETARGETING_CREATIVE_TYPE_VIDEO.
151
-
"A String",
152
-
],
150
+
"billingId": "A String", # The id for billing purposes, provided for reference. Leave this field blank for insert requests; the id will be generated automatically.
153
151
"geoCriteriaIds": [ # Requests containing any of these geo criteria ids will match.
154
152
"A String",
155
153
],
@@ -176,6 +174,9 @@ <h3>Method Details</h3>
176
174
"userLists": [ # Requests containing any of these user list ids will match.
177
175
"A String",
178
176
],
177
+
"creativeType": [ # List must contain exactly one of PRETARGETING_CREATIVE_TYPE_HTML or PRETARGETING_CREATIVE_TYPE_VIDEO.
178
+
"A String",
179
+
],
179
180
"placements": [ # Requests containing any of these placements will match.
180
181
{
181
182
"token": "A String", # The value of the placement. Interpretation depends on the placement type, e.g. URL for a site placement, channel name for a channel placement, app id for a mobile app placement.
@@ -227,9 +228,7 @@ <h3>Method Details</h3>
227
228
"type": "A String", # The type of the placement.
228
229
},
229
230
],
230
-
"creativeType": [ # List must contain exactly one of PRETARGETING_CREATIVE_TYPE_HTML or PRETARGETING_CREATIVE_TYPE_VIDEO.
231
-
"A String",
232
-
],
231
+
"billingId": "A String", # The id for billing purposes, provided for reference. Leave this field blank for insert requests; the id will be generated automatically.
233
232
"geoCriteriaIds": [ # Requests containing any of these geo criteria ids will match.
234
233
"A String",
235
234
],
@@ -256,6 +255,9 @@ <h3>Method Details</h3>
256
255
"userLists": [ # Requests containing any of these user list ids will match.
257
256
"A String",
258
257
],
258
+
"creativeType": [ # List must contain exactly one of PRETARGETING_CREATIVE_TYPE_HTML or PRETARGETING_CREATIVE_TYPE_VIDEO.
259
+
"A String",
260
+
],
259
261
"placements": [ # Requests containing any of these placements will match.
260
262
{
261
263
"token": "A String", # The value of the placement. Interpretation depends on the placement type, e.g. URL for a site placement, channel name for a channel placement, app id for a mobile app placement.
@@ -301,9 +303,7 @@ <h3>Method Details</h3>
301
303
"type": "A String", # The type of the placement.
302
304
},
303
305
],
304
-
"creativeType": [ # List must contain exactly one of PRETARGETING_CREATIVE_TYPE_HTML or PRETARGETING_CREATIVE_TYPE_VIDEO.
305
-
"A String",
306
-
],
306
+
"billingId": "A String", # The id for billing purposes, provided for reference. Leave this field blank for insert requests; the id will be generated automatically.
307
307
"geoCriteriaIds": [ # Requests containing any of these geo criteria ids will match.
308
308
"A String",
309
309
],
@@ -330,6 +330,9 @@ <h3>Method Details</h3>
330
330
"userLists": [ # Requests containing any of these user list ids will match.
331
331
"A String",
332
332
],
333
+
"creativeType": [ # List must contain exactly one of PRETARGETING_CREATIVE_TYPE_HTML or PRETARGETING_CREATIVE_TYPE_VIDEO.
334
+
"A String",
335
+
],
333
336
"placements": [ # Requests containing any of these placements will match.
334
337
{
335
338
"token": "A String", # The value of the placement. Interpretation depends on the placement type, e.g. URL for a site placement, channel name for a channel placement, app id for a mobile app placement.
@@ -384,9 +387,7 @@ <h3>Method Details</h3>
384
387
"type": "A String", # The type of the placement.
385
388
},
386
389
],
387
-
"creativeType": [ # List must contain exactly one of PRETARGETING_CREATIVE_TYPE_HTML or PRETARGETING_CREATIVE_TYPE_VIDEO.
388
-
"A String",
389
-
],
390
+
"billingId": "A String", # The id for billing purposes, provided for reference. Leave this field blank for insert requests; the id will be generated automatically.
390
391
"geoCriteriaIds": [ # Requests containing any of these geo criteria ids will match.
391
392
"A String",
392
393
],
@@ -413,6 +414,9 @@ <h3>Method Details</h3>
413
414
"userLists": [ # Requests containing any of these user list ids will match.
414
415
"A String",
415
416
],
417
+
"creativeType": [ # List must contain exactly one of PRETARGETING_CREATIVE_TYPE_HTML or PRETARGETING_CREATIVE_TYPE_VIDEO.
418
+
"A String",
419
+
],
416
420
"placements": [ # Requests containing any of these placements will match.
417
421
{
418
422
"token": "A String", # The value of the placement. Interpretation depends on the placement type, e.g. URL for a site placement, channel name for a channel placement, app id for a mobile app placement.
@@ -468,9 +472,7 @@ <h3>Method Details</h3>
468
472
"type": "A String", # The type of the placement.
469
473
},
470
474
],
471
-
"creativeType": [ # List must contain exactly one of PRETARGETING_CREATIVE_TYPE_HTML or PRETARGETING_CREATIVE_TYPE_VIDEO.
472
-
"A String",
473
-
],
475
+
"billingId": "A String", # The id for billing purposes, provided for reference. Leave this field blank for insert requests; the id will be generated automatically.
474
476
"geoCriteriaIds": [ # Requests containing any of these geo criteria ids will match.
475
477
"A String",
476
478
],
@@ -497,6 +499,9 @@ <h3>Method Details</h3>
497
499
"userLists": [ # Requests containing any of these user list ids will match.
498
500
"A String",
499
501
],
502
+
"creativeType": [ # List must contain exactly one of PRETARGETING_CREATIVE_TYPE_HTML or PRETARGETING_CREATIVE_TYPE_VIDEO.
503
+
"A String",
504
+
],
500
505
"placements": [ # Requests containing any of these placements will match.
501
506
{
502
507
"token": "A String", # The value of the placement. Interpretation depends on the placement type, e.g. URL for a site placement, channel name for a channel placement, app id for a mobile app placement.
@@ -542,9 +547,7 @@ <h3>Method Details</h3>
542
547
"type": "A String", # The type of the placement.
543
548
},
544
549
],
545
-
"creativeType": [ # List must contain exactly one of PRETARGETING_CREATIVE_TYPE_HTML or PRETARGETING_CREATIVE_TYPE_VIDEO.
546
-
"A String",
547
-
],
550
+
"billingId": "A String", # The id for billing purposes, provided for reference. Leave this field blank for insert requests; the id will be generated automatically.
548
551
"geoCriteriaIds": [ # Requests containing any of these geo criteria ids will match.
549
552
"A String",
550
553
],
@@ -571,6 +574,9 @@ <h3>Method Details</h3>
571
574
"userLists": [ # Requests containing any of these user list ids will match.
572
575
"A String",
573
576
],
577
+
"creativeType": [ # List must contain exactly one of PRETARGETING_CREATIVE_TYPE_HTML or PRETARGETING_CREATIVE_TYPE_VIDEO.
578
+
"A String",
579
+
],
574
580
"placements": [ # Requests containing any of these placements will match.
575
581
{
576
582
"token": "A String", # The value of the placement. Interpretation depends on the placement type, e.g. URL for a site placement, channel name for a channel placement, app id for a mobile app placement.
@@ -623,9 +629,7 @@ <h3>Method Details</h3>
623
629
"type": "A String", # The type of the placement.
624
630
},
625
631
],
626
-
"creativeType": [ # List must contain exactly one of PRETARGETING_CREATIVE_TYPE_HTML or PRETARGETING_CREATIVE_TYPE_VIDEO.
627
-
"A String",
628
-
],
632
+
"billingId": "A String", # The id for billing purposes, provided for reference. Leave this field blank for insert requests; the id will be generated automatically.
629
633
"geoCriteriaIds": [ # Requests containing any of these geo criteria ids will match.
630
634
"A String",
631
635
],
@@ -652,6 +656,9 @@ <h3>Method Details</h3>
652
656
"userLists": [ # Requests containing any of these user list ids will match.
653
657
"A String",
654
658
],
659
+
"creativeType": [ # List must contain exactly one of PRETARGETING_CREATIVE_TYPE_HTML or PRETARGETING_CREATIVE_TYPE_VIDEO.
660
+
"A String",
661
+
],
655
662
"placements": [ # Requests containing any of these placements will match.
656
663
{
657
664
"token": "A String", # The value of the placement. Interpretation depends on the placement type, e.g. URL for a site placement, channel name for a channel placement, app id for a mobile app placement.
@@ -697,9 +704,7 @@ <h3>Method Details</h3>
697
704
"type": "A String", # The type of the placement.
698
705
},
699
706
],
700
-
"creativeType": [ # List must contain exactly one of PRETARGETING_CREATIVE_TYPE_HTML or PRETARGETING_CREATIVE_TYPE_VIDEO.
701
-
"A String",
702
-
],
707
+
"billingId": "A String", # The id for billing purposes, provided for reference. Leave this field blank for insert requests; the id will be generated automatically.
703
708
"geoCriteriaIds": [ # Requests containing any of these geo criteria ids will match.
704
709
"A String",
705
710
],
@@ -726,6 +731,9 @@ <h3>Method Details</h3>
726
731
"userLists": [ # Requests containing any of these user list ids will match.
727
732
"A String",
728
733
],
734
+
"creativeType": [ # List must contain exactly one of PRETARGETING_CREATIVE_TYPE_HTML or PRETARGETING_CREATIVE_TYPE_VIDEO.
735
+
"A String",
736
+
],
729
737
"placements": [ # Requests containing any of these placements will match.
730
738
{
731
739
"token": "A String", # The value of the placement. Interpretation depends on the placement type, e.g. URL for a site placement, channel name for a channel placement, app id for a mobile app placement.
<pre>List all ad clients in this Ad Exchange account.
87
+
88
+
Args:
89
+
accountId: string, Account to which the ad client belongs. (required)
90
+
pageToken: string, A continuation token, used to page through ad clients. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.
91
+
maxResults: integer, The maximum number of ad clients to include in the response, used for paging.
92
+
93
+
Returns:
94
+
An object of the form:
95
+
96
+
{
97
+
"nextPageToken": "A String", # Continuation token used to page through ad clients. To retrieve the next page of results, set the next request's "pageToken" value to this.
98
+
"items": [ # The ad clients returned in this list response.
99
+
{
100
+
"productCode": "A String", # This ad client's product code, which corresponds to the PRODUCT_CODE report dimension.
101
+
"kind": "adexchangeseller#adClient", # Kind of resource this is, in this case adexchangeseller#adClient.
102
+
"id": "A String", # Unique identifier of this ad client.
103
+
"arcOptIn": True or False, # Whether this ad client is opted in to ARC.
104
+
"supportsReporting": True or False, # Whether this ad client supports being reported on.
105
+
},
106
+
],
107
+
"kind": "adexchangeseller#adClients", # Kind of list this is, in this case adexchangeseller#adClients.
108
+
"etag": "A String", # ETag of this response for caching purposes.
0 commit comments