Skip to content

Commit a90182f

Browse files
feat(authorizedbuyersmarketplace): update the api
#### authorizedbuyersmarketplace:v1 The following keys were added: - schemas.AuctionPackage.properties.floorPriceCpm (Total Keys: 2) - schemas.MediaPlanner.properties.accountId.deprecated (Total Keys: 1) #### authorizedbuyersmarketplace:v1alpha The following keys were added: - schemas.AuctionPackage.properties.floorPriceCpm (Total Keys: 2) - schemas.MediaPlanner.properties.accountId.deprecated (Total Keys: 1)
1 parent 8f28035 commit a90182f

12 files changed

+128
-46
lines changed

docs/dyn/authorizedbuyersmarketplace_v1.bidders.auctionPackages.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ <h3>Method Details</h3>
118118
&quot;eligibleSeatIds&quot;: [ # 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&#x27;s namespace that was provided to the media planner.
119119
&quot;A String&quot;,
120120
],
121+
&quot;floorPriceCpm&quot;: { # 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+
&quot;currencyCode&quot;: &quot;A String&quot;, # The three-letter currency code defined in ISO 4217.
123+
&quot;nanos&quot;: 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+
&quot;units&quot;: &quot;A String&quot;, # The whole units of the amount. For example if `currencyCode` is `&quot;USD&quot;`, then 1 unit is one US dollar.
125+
},
121126
&quot;name&quot;: &quot;A String&quot;, # 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.
122127
&quot;subscribedBuyers&quot;: [ # 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}`
123128
&quot;A String&quot;,
@@ -126,7 +131,7 @@ <h3>Method Details</h3>
126131
&quot;A String&quot;,
127132
],
128133
&quot;subscribedMediaPlanners&quot;: [ # 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.
130135
&quot;accountId&quot;: &quot;A String&quot;, # Output only. Account ID of the media planner.
131136
},
132137
],

docs/dyn/authorizedbuyersmarketplace_v1.bidders.finalizedDeals.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h3>Method Details</h3>
153153
},
154154
&quot;flightEndTime&quot;: &quot;A String&quot;, # 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.
155155
&quot;flightStartTime&quot;: &quot;A String&quot;, # 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-
&quot;mediaPlanner&quot;: { # Describes a single Media Planner account. # Output only. Refers to a buyer in Real-time Bidding API&#x27;s Buyer resource. This field represents a media planner (For example, agency or big advertiser).
156+
&quot;mediaPlanner&quot;: { # Represents a media planner account. # Output only. Refers to a buyer in Real-time Bidding API&#x27;s Buyer resource. This field represents a media planner (For example, agency or big advertiser).
157157
&quot;accountId&quot;: &quot;A String&quot;, # Output only. Account ID of the media planner.
158158
},
159159
&quot;name&quot;: &quot;A String&quot;, # 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>
432432
},
433433
&quot;flightEndTime&quot;: &quot;A String&quot;, # 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.
434434
&quot;flightStartTime&quot;: &quot;A String&quot;, # 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-
&quot;mediaPlanner&quot;: { # Describes a single Media Planner account. # Output only. Refers to a buyer in Real-time Bidding API&#x27;s Buyer resource. This field represents a media planner (For example, agency or big advertiser).
435+
&quot;mediaPlanner&quot;: { # Represents a media planner account. # Output only. Refers to a buyer in Real-time Bidding API&#x27;s Buyer resource. This field represents a media planner (For example, agency or big advertiser).
436436
&quot;accountId&quot;: &quot;A String&quot;, # Output only. Account ID of the media planner.
437437
},
438438
&quot;name&quot;: &quot;A String&quot;, # Immutable. The unique identifier of the deal. Auto-generated by the server when a deal is created. Format: buyers/{accountId}/proposals/{proposalId}/deals/{dealId}

docs/dyn/authorizedbuyersmarketplace_v1.buyers.auctionPackages.html

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ <h3>Method Details</h3>
127127
&quot;eligibleSeatIds&quot;: [ # 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&#x27;s namespace that was provided to the media planner.
128128
&quot;A String&quot;,
129129
],
130+
&quot;floorPriceCpm&quot;: { # 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+
&quot;currencyCode&quot;: &quot;A String&quot;, # The three-letter currency code defined in ISO 4217.
132+
&quot;nanos&quot;: 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+
&quot;units&quot;: &quot;A String&quot;, # The whole units of the amount. For example if `currencyCode` is `&quot;USD&quot;`, then 1 unit is one US dollar.
134+
},
130135
&quot;name&quot;: &quot;A String&quot;, # 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.
131136
&quot;subscribedBuyers&quot;: [ # 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}`
132137
&quot;A String&quot;,
@@ -135,7 +140,7 @@ <h3>Method Details</h3>
135140
&quot;A String&quot;,
136141
],
137142
&quot;subscribedMediaPlanners&quot;: [ # 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.
139144
&quot;accountId&quot;: &quot;A String&quot;, # Output only. Account ID of the media planner.
140145
},
141146
],
@@ -172,6 +177,11 @@ <h3>Method Details</h3>
172177
&quot;eligibleSeatIds&quot;: [ # 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&#x27;s namespace that was provided to the media planner.
173178
&quot;A String&quot;,
174179
],
180+
&quot;floorPriceCpm&quot;: { # 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+
&quot;currencyCode&quot;: &quot;A String&quot;, # The three-letter currency code defined in ISO 4217.
182+
&quot;nanos&quot;: 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+
&quot;units&quot;: &quot;A String&quot;, # The whole units of the amount. For example if `currencyCode` is `&quot;USD&quot;`, then 1 unit is one US dollar.
184+
},
175185
&quot;name&quot;: &quot;A String&quot;, # 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.
176186
&quot;subscribedBuyers&quot;: [ # 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}`
177187
&quot;A String&quot;,
@@ -180,7 +190,7 @@ <h3>Method Details</h3>
180190
&quot;A String&quot;,
181191
],
182192
&quot;subscribedMediaPlanners&quot;: [ # 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.
184194
&quot;accountId&quot;: &quot;A String&quot;, # Output only. Account ID of the media planner.
185195
},
186196
],
@@ -234,6 +244,11 @@ <h3>Method Details</h3>
234244
&quot;eligibleSeatIds&quot;: [ # 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&#x27;s namespace that was provided to the media planner.
235245
&quot;A String&quot;,
236246
],
247+
&quot;floorPriceCpm&quot;: { # 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+
&quot;currencyCode&quot;: &quot;A String&quot;, # The three-letter currency code defined in ISO 4217.
249+
&quot;nanos&quot;: 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+
&quot;units&quot;: &quot;A String&quot;, # The whole units of the amount. For example if `currencyCode` is `&quot;USD&quot;`, then 1 unit is one US dollar.
251+
},
237252
&quot;name&quot;: &quot;A String&quot;, # 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.
238253
&quot;subscribedBuyers&quot;: [ # 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}`
239254
&quot;A String&quot;,
@@ -242,7 +257,7 @@ <h3>Method Details</h3>
242257
&quot;A String&quot;,
243258
],
244259
&quot;subscribedMediaPlanners&quot;: [ # 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.
246261
&quot;accountId&quot;: &quot;A String&quot;, # Output only. Account ID of the media planner.
247262
},
248263
],
@@ -282,6 +297,11 @@ <h3>Method Details</h3>
282297
&quot;eligibleSeatIds&quot;: [ # 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&#x27;s namespace that was provided to the media planner.
283298
&quot;A String&quot;,
284299
],
300+
&quot;floorPriceCpm&quot;: { # 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+
&quot;currencyCode&quot;: &quot;A String&quot;, # The three-letter currency code defined in ISO 4217.
302+
&quot;nanos&quot;: 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+
&quot;units&quot;: &quot;A String&quot;, # The whole units of the amount. For example if `currencyCode` is `&quot;USD&quot;`, then 1 unit is one US dollar.
304+
},
285305
&quot;name&quot;: &quot;A String&quot;, # 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.
286306
&quot;subscribedBuyers&quot;: [ # 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}`
287307
&quot;A String&quot;,
@@ -290,7 +310,7 @@ <h3>Method Details</h3>
290310
&quot;A String&quot;,
291311
],
292312
&quot;subscribedMediaPlanners&quot;: [ # 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.
294314
&quot;accountId&quot;: &quot;A String&quot;, # Output only. Account ID of the media planner.
295315
},
296316
],
@@ -327,6 +347,11 @@ <h3>Method Details</h3>
327347
&quot;eligibleSeatIds&quot;: [ # 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&#x27;s namespace that was provided to the media planner.
328348
&quot;A String&quot;,
329349
],
350+
&quot;floorPriceCpm&quot;: { # 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+
&quot;currencyCode&quot;: &quot;A String&quot;, # The three-letter currency code defined in ISO 4217.
352+
&quot;nanos&quot;: 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+
&quot;units&quot;: &quot;A String&quot;, # The whole units of the amount. For example if `currencyCode` is `&quot;USD&quot;`, then 1 unit is one US dollar.
354+
},
330355
&quot;name&quot;: &quot;A String&quot;, # 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.
331356
&quot;subscribedBuyers&quot;: [ # 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}`
332357
&quot;A String&quot;,
@@ -335,7 +360,7 @@ <h3>Method Details</h3>
335360
&quot;A String&quot;,
336361
],
337362
&quot;subscribedMediaPlanners&quot;: [ # 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.
339364
&quot;accountId&quot;: &quot;A String&quot;, # Output only. Account ID of the media planner.
340365
},
341366
],
@@ -375,6 +400,11 @@ <h3>Method Details</h3>
375400
&quot;eligibleSeatIds&quot;: [ # 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&#x27;s namespace that was provided to the media planner.
376401
&quot;A String&quot;,
377402
],
403+
&quot;floorPriceCpm&quot;: { # 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+
&quot;currencyCode&quot;: &quot;A String&quot;, # The three-letter currency code defined in ISO 4217.
405+
&quot;nanos&quot;: 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+
&quot;units&quot;: &quot;A String&quot;, # The whole units of the amount. For example if `currencyCode` is `&quot;USD&quot;`, then 1 unit is one US dollar.
407+
},
378408
&quot;name&quot;: &quot;A String&quot;, # 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.
379409
&quot;subscribedBuyers&quot;: [ # 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}`
380410
&quot;A String&quot;,
@@ -383,7 +413,7 @@ <h3>Method Details</h3>
383413
&quot;A String&quot;,
384414
],
385415
&quot;subscribedMediaPlanners&quot;: [ # 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.
387417
&quot;accountId&quot;: &quot;A String&quot;, # Output only. Account ID of the media planner.
388418
},
389419
],

0 commit comments

Comments
 (0)