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/authorizedbuyersmarketplace_v1.bidders.auctionPackages.html
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,11 @@ <h3>Method Details</h3>
118
118
"eligibleSeatIds": [ # Output only. If set, this field identifies a seat that the media planner selected as the owner of this auction package. This is a seat ID in the DSP's namespace that was provided to the media planner.
119
119
"A String",
120
120
],
121
+
"floorPriceCpm": { # Represents an amount of money with its currency type. # Output only. The minimum price a buyer has to bid to compete in this auction package. If this is field is not populated, there is no floor price.
122
+
"currencyCode": "A String", # The three-letter currency code defined in ISO 4217.
123
+
"nanos": 42, # Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
124
+
"units": "A String", # The whole units of the amount. For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
125
+
},
121
126
"name": "A String", # Immutable. The unique identifier for the auction package. Format: `buyers/{accountId}/auctionPackages/{auctionPackageId}` The auction_package_id part of name is sent in the BidRequest to all RTB bidders and is returned as deal_id by the bidder in the BidResponse.
122
127
"subscribedBuyers": [ # Output only. The list of buyers that are subscribed to the AuctionPackage. This field is only populated when calling as a bidder. Format: `buyers/{buyerAccountId}`
123
128
"A String",
@@ -126,7 +131,7 @@ <h3>Method Details</h3>
126
131
"A String",
127
132
],
128
133
"subscribedMediaPlanners": [ # Output only. The list of media planners that are subscribed to the AuctionPackage. This field is only populated when calling as a bidder.
129
-
{ # Describes a single Media Planner account.
134
+
{ # Represents a media planner account.
130
135
"accountId": "A String", # Output only. Account ID of the media planner.
Copy file name to clipboardExpand all lines: docs/dyn/authorizedbuyersmarketplace_v1.bidders.finalizedDeals.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ <h3>Method Details</h3>
153
153
},
154
154
"flightEndTime": "A String", # Proposed flight end time of the deal. This will generally be stored in a granularity of a second. A value is not necessary for Private Auction deals.
155
155
"flightStartTime": "A String", # Proposed flight start time of the deal. This will generally be stored in the granularity of one second since deal serving starts at seconds boundary. Any time specified with more granularity (for example, in milliseconds) will be truncated towards the start of time in seconds.
156
-
"mediaPlanner": { # Describes a single Media Planner account. # Output only. Refers to a buyer in Real-time Bidding API's Buyer resource. This field represents a media planner (For example, agency or big advertiser).
156
+
"mediaPlanner": { # Represents a media planner account. # Output only. Refers to a buyer in Real-time Bidding API's Buyer resource. This field represents a media planner (For example, agency or big advertiser).
157
157
"accountId": "A String", # Output only. Account ID of the media planner.
158
158
},
159
159
"name": "A String", # Immutable. The unique identifier of the deal. Auto-generated by the server when a deal is created. Format: buyers/{accountId}/proposals/{proposalId}/deals/{dealId}
@@ -432,7 +432,7 @@ <h3>Method Details</h3>
432
432
},
433
433
"flightEndTime": "A String", # Proposed flight end time of the deal. This will generally be stored in a granularity of a second. A value is not necessary for Private Auction deals.
434
434
"flightStartTime": "A String", # Proposed flight start time of the deal. This will generally be stored in the granularity of one second since deal serving starts at seconds boundary. Any time specified with more granularity (for example, in milliseconds) will be truncated towards the start of time in seconds.
435
-
"mediaPlanner": { # Describes a single Media Planner account. # Output only. Refers to a buyer in Real-time Bidding API's Buyer resource. This field represents a media planner (For example, agency or big advertiser).
435
+
"mediaPlanner": { # Represents a media planner account. # Output only. Refers to a buyer in Real-time Bidding API's Buyer resource. This field represents a media planner (For example, agency or big advertiser).
436
436
"accountId": "A String", # Output only. Account ID of the media planner.
437
437
},
438
438
"name": "A String", # Immutable. The unique identifier of the deal. Auto-generated by the server when a deal is created. Format: buyers/{accountId}/proposals/{proposalId}/deals/{dealId}
Copy file name to clipboardExpand all lines: docs/dyn/authorizedbuyersmarketplace_v1.buyers.auctionPackages.html
+36-6Lines changed: 36 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,11 @@ <h3>Method Details</h3>
127
127
"eligibleSeatIds": [ # Output only. If set, this field identifies a seat that the media planner selected as the owner of this auction package. This is a seat ID in the DSP's namespace that was provided to the media planner.
128
128
"A String",
129
129
],
130
+
"floorPriceCpm": { # Represents an amount of money with its currency type. # Output only. The minimum price a buyer has to bid to compete in this auction package. If this is field is not populated, there is no floor price.
131
+
"currencyCode": "A String", # The three-letter currency code defined in ISO 4217.
132
+
"nanos": 42, # Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
133
+
"units": "A String", # The whole units of the amount. For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
134
+
},
130
135
"name": "A String", # Immutable. The unique identifier for the auction package. Format: `buyers/{accountId}/auctionPackages/{auctionPackageId}` The auction_package_id part of name is sent in the BidRequest to all RTB bidders and is returned as deal_id by the bidder in the BidResponse.
131
136
"subscribedBuyers": [ # Output only. The list of buyers that are subscribed to the AuctionPackage. This field is only populated when calling as a bidder. Format: `buyers/{buyerAccountId}`
132
137
"A String",
@@ -135,7 +140,7 @@ <h3>Method Details</h3>
135
140
"A String",
136
141
],
137
142
"subscribedMediaPlanners": [ # Output only. The list of media planners that are subscribed to the AuctionPackage. This field is only populated when calling as a bidder.
138
-
{ # Describes a single Media Planner account.
143
+
{ # Represents a media planner account.
139
144
"accountId": "A String", # Output only. Account ID of the media planner.
140
145
},
141
146
],
@@ -172,6 +177,11 @@ <h3>Method Details</h3>
172
177
"eligibleSeatIds": [ # Output only. If set, this field identifies a seat that the media planner selected as the owner of this auction package. This is a seat ID in the DSP's namespace that was provided to the media planner.
173
178
"A String",
174
179
],
180
+
"floorPriceCpm": { # Represents an amount of money with its currency type. # Output only. The minimum price a buyer has to bid to compete in this auction package. If this is field is not populated, there is no floor price.
181
+
"currencyCode": "A String", # The three-letter currency code defined in ISO 4217.
182
+
"nanos": 42, # Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
183
+
"units": "A String", # The whole units of the amount. For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
184
+
},
175
185
"name": "A String", # Immutable. The unique identifier for the auction package. Format: `buyers/{accountId}/auctionPackages/{auctionPackageId}` The auction_package_id part of name is sent in the BidRequest to all RTB bidders and is returned as deal_id by the bidder in the BidResponse.
176
186
"subscribedBuyers": [ # Output only. The list of buyers that are subscribed to the AuctionPackage. This field is only populated when calling as a bidder. Format: `buyers/{buyerAccountId}`
177
187
"A String",
@@ -180,7 +190,7 @@ <h3>Method Details</h3>
180
190
"A String",
181
191
],
182
192
"subscribedMediaPlanners": [ # Output only. The list of media planners that are subscribed to the AuctionPackage. This field is only populated when calling as a bidder.
183
-
{ # Describes a single Media Planner account.
193
+
{ # Represents a media planner account.
184
194
"accountId": "A String", # Output only. Account ID of the media planner.
185
195
},
186
196
],
@@ -234,6 +244,11 @@ <h3>Method Details</h3>
234
244
"eligibleSeatIds": [ # Output only. If set, this field identifies a seat that the media planner selected as the owner of this auction package. This is a seat ID in the DSP's namespace that was provided to the media planner.
235
245
"A String",
236
246
],
247
+
"floorPriceCpm": { # Represents an amount of money with its currency type. # Output only. The minimum price a buyer has to bid to compete in this auction package. If this is field is not populated, there is no floor price.
248
+
"currencyCode": "A String", # The three-letter currency code defined in ISO 4217.
249
+
"nanos": 42, # Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
250
+
"units": "A String", # The whole units of the amount. For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
251
+
},
237
252
"name": "A String", # Immutable. The unique identifier for the auction package. Format: `buyers/{accountId}/auctionPackages/{auctionPackageId}` The auction_package_id part of name is sent in the BidRequest to all RTB bidders and is returned as deal_id by the bidder in the BidResponse.
238
253
"subscribedBuyers": [ # Output only. The list of buyers that are subscribed to the AuctionPackage. This field is only populated when calling as a bidder. Format: `buyers/{buyerAccountId}`
239
254
"A String",
@@ -242,7 +257,7 @@ <h3>Method Details</h3>
242
257
"A String",
243
258
],
244
259
"subscribedMediaPlanners": [ # Output only. The list of media planners that are subscribed to the AuctionPackage. This field is only populated when calling as a bidder.
245
-
{ # Describes a single Media Planner account.
260
+
{ # Represents a media planner account.
246
261
"accountId": "A String", # Output only. Account ID of the media planner.
247
262
},
248
263
],
@@ -282,6 +297,11 @@ <h3>Method Details</h3>
282
297
"eligibleSeatIds": [ # Output only. If set, this field identifies a seat that the media planner selected as the owner of this auction package. This is a seat ID in the DSP's namespace that was provided to the media planner.
283
298
"A String",
284
299
],
300
+
"floorPriceCpm": { # Represents an amount of money with its currency type. # Output only. The minimum price a buyer has to bid to compete in this auction package. If this is field is not populated, there is no floor price.
301
+
"currencyCode": "A String", # The three-letter currency code defined in ISO 4217.
302
+
"nanos": 42, # Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
303
+
"units": "A String", # The whole units of the amount. For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
304
+
},
285
305
"name": "A String", # Immutable. The unique identifier for the auction package. Format: `buyers/{accountId}/auctionPackages/{auctionPackageId}` The auction_package_id part of name is sent in the BidRequest to all RTB bidders and is returned as deal_id by the bidder in the BidResponse.
286
306
"subscribedBuyers": [ # Output only. The list of buyers that are subscribed to the AuctionPackage. This field is only populated when calling as a bidder. Format: `buyers/{buyerAccountId}`
287
307
"A String",
@@ -290,7 +310,7 @@ <h3>Method Details</h3>
290
310
"A String",
291
311
],
292
312
"subscribedMediaPlanners": [ # Output only. The list of media planners that are subscribed to the AuctionPackage. This field is only populated when calling as a bidder.
293
-
{ # Describes a single Media Planner account.
313
+
{ # Represents a media planner account.
294
314
"accountId": "A String", # Output only. Account ID of the media planner.
295
315
},
296
316
],
@@ -327,6 +347,11 @@ <h3>Method Details</h3>
327
347
"eligibleSeatIds": [ # Output only. If set, this field identifies a seat that the media planner selected as the owner of this auction package. This is a seat ID in the DSP's namespace that was provided to the media planner.
328
348
"A String",
329
349
],
350
+
"floorPriceCpm": { # Represents an amount of money with its currency type. # Output only. The minimum price a buyer has to bid to compete in this auction package. If this is field is not populated, there is no floor price.
351
+
"currencyCode": "A String", # The three-letter currency code defined in ISO 4217.
352
+
"nanos": 42, # Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
353
+
"units": "A String", # The whole units of the amount. For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
354
+
},
330
355
"name": "A String", # Immutable. The unique identifier for the auction package. Format: `buyers/{accountId}/auctionPackages/{auctionPackageId}` The auction_package_id part of name is sent in the BidRequest to all RTB bidders and is returned as deal_id by the bidder in the BidResponse.
331
356
"subscribedBuyers": [ # Output only. The list of buyers that are subscribed to the AuctionPackage. This field is only populated when calling as a bidder. Format: `buyers/{buyerAccountId}`
332
357
"A String",
@@ -335,7 +360,7 @@ <h3>Method Details</h3>
335
360
"A String",
336
361
],
337
362
"subscribedMediaPlanners": [ # Output only. The list of media planners that are subscribed to the AuctionPackage. This field is only populated when calling as a bidder.
338
-
{ # Describes a single Media Planner account.
363
+
{ # Represents a media planner account.
339
364
"accountId": "A String", # Output only. Account ID of the media planner.
340
365
},
341
366
],
@@ -375,6 +400,11 @@ <h3>Method Details</h3>
375
400
"eligibleSeatIds": [ # Output only. If set, this field identifies a seat that the media planner selected as the owner of this auction package. This is a seat ID in the DSP's namespace that was provided to the media planner.
376
401
"A String",
377
402
],
403
+
"floorPriceCpm": { # Represents an amount of money with its currency type. # Output only. The minimum price a buyer has to bid to compete in this auction package. If this is field is not populated, there is no floor price.
404
+
"currencyCode": "A String", # The three-letter currency code defined in ISO 4217.
405
+
"nanos": 42, # Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
406
+
"units": "A String", # The whole units of the amount. For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
407
+
},
378
408
"name": "A String", # Immutable. The unique identifier for the auction package. Format: `buyers/{accountId}/auctionPackages/{auctionPackageId}` The auction_package_id part of name is sent in the BidRequest to all RTB bidders and is returned as deal_id by the bidder in the BidResponse.
379
409
"subscribedBuyers": [ # Output only. The list of buyers that are subscribed to the AuctionPackage. This field is only populated when calling as a bidder. Format: `buyers/{buyerAccountId}`
380
410
"A String",
@@ -383,7 +413,7 @@ <h3>Method Details</h3>
383
413
"A String",
384
414
],
385
415
"subscribedMediaPlanners": [ # Output only. The list of media planners that are subscribed to the AuctionPackage. This field is only populated when calling as a bidder.
386
-
{ # Describes a single Media Planner account.
416
+
{ # Represents a media planner account.
387
417
"accountId": "A String", # Output only. Account ID of the media planner.
0 commit comments