Skip to content

Commit 0abbdbf

Browse files
feat(authorizedbuyersmarketplace): update the api
#### authorizedbuyersmarketplace:v1 The following keys were added: - resources.bidders.resources.auctionPackages.methods.list.parameters.orderBy (Total Keys: 2) - resources.buyers.resources.auctionPackages.methods.list.parameters.orderBy (Total Keys: 2) - schemas.MarketplaceTargeting.properties.excludedSensitiveCategoryIds (Total Keys: 4) - schemas.MarketplaceTargeting.properties.verticalTargeting (Total Keys: 2)
1 parent eb4803b commit 0abbdbf

6 files changed

+192
-23
lines changed

docs/dyn/authorizedbuyersmarketplace_v1.bidders.auctionPackages.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
7878
<code><a href="#close">close()</a></code></p>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
81-
<code><a href="#list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
81+
<code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
8282
<p class="firstline">List the auction packages. Buyers can use the URL path "/v1/buyers/{accountId}/auctionPackages" to list auction packages for the current buyer and its clients. Bidders can use the URL path "/v1/bidders/{accountId}/auctionPackages" to list auction packages for the bidder, its media planners, its buyers, and all their clients.</p>
8383
<p class="toc_element">
8484
<code><a href="#list_next">list_next()</a></code></p>
@@ -90,12 +90,13 @@ <h3>Method Details</h3>
9090
</div>
9191

9292
<div class="method">
93-
<code class="details" id="list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
93+
<code class="details" id="list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
9494
<pre>List the auction packages. Buyers can use the URL path &quot;/v1/buyers/{accountId}/auctionPackages&quot; to list auction packages for the current buyer and its clients. Bidders can use the URL path &quot;/v1/bidders/{accountId}/auctionPackages&quot; to list auction packages for the bidder, its media planners, its buyers, and all their clients.
9595

9696
Args:
9797
parent: string, Required. Name of the parent buyer that can access the auction package. Format: `buyers/{accountId}`. When used with a bidder account, the auction packages that the bidder, its media planners, its buyers and clients are subscribed to will be listed, in the format `bidders/{accountId}`. (required)
9898
filter: string, Optional. Optional query string using the [Cloud API list filtering syntax](/authorized-buyers/apis/guides/list-filters). Only supported when parent is bidder. Supported columns for filtering are: * displayName * createTime * updateTime * eligibleSeatIds
99+
orderBy: string, Optional. An optional query string to sort auction packages using the [Cloud API sorting syntax](https://cloud.google.com/apis/design/design_patterns#sorting_order). If no sort order is specified, results will be returned in an arbitrary order. Only supported when parent is bidder. Supported columns for sorting are: * displayName * createTime * updateTime
99100
pageSize: integer, Requested page size. The server may return fewer results than requested. Max allowed page size is 500.
100101
pageToken: string, The page token as returned. ListAuctionPackagesResponse.nextPageToken
101102
x__xgafv: string, V1 error format.

docs/dyn/authorizedbuyersmarketplace_v1.bidders.finalizedDeals.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h3>Method Details</h3>
9696
Args:
9797
parent: string, Required. The buyer to list the finalized deals for, in the format: `buyers/{accountId}`. When used to list finalized deals for a bidder, its buyers and clients, in the format `bidders/{accountId}`. (required)
9898
filter: string, Optional query string using the [Cloud API list filtering syntax](https://developers.google.com/authorized-buyers/apis/guides/list-filters) Supported columns for filtering are: * deal.displayName * deal.dealType * deal.createTime * deal.updateTime * deal.flightStartTime * deal.flightEndTime * deal.eligibleSeatIds * dealServingStatus
99-
orderBy: string, An optional query string to sort finalized deals using the [Cloud API sorting syntax](https://cloud.google.com/apis/design/design_patterns#sorting_order). If no sort order is specified, results will be returned in an arbitrary order. Supported columns for sorting are: * deal.displayName * deal.createTime * deal.updateTime * deal.flightStartTime * deal.flightEndTime * rtbMetrics.bidRequests7Days * rtbMetrics.bids7Days * rtbMetrics.adImpressions7Days * rtbMetrics.bidRate7Days * rtbMetrics.filteredBidRate7Days * rtbMetrics.mustBidRateCurrentMonth Example: &#x27;deal.displayName, deal.updateTime desc&#x27;
99+
orderBy: string, An optional query string to sort finalized deals using the [Cloud API sorting syntax](https://cloud.google.com/apis/design/design_patterns#sorting_order). If no sort order is specified, results will be returned in an arbitrary order. Supported columns for sorting are: * deal.displayName * deal.createTime * deal.updateTime * deal.flightStartTime * deal.flightEndTime * rtbMetrics.bidRequests7Days * rtbMetrics.bids7Days * rtbMetrics.adImpressions7Days * rtbMetrics.bidRate7Days * rtbMetrics.filteredBidRate7Days * rtbMetrics.mustBidRateCurrentMonth
100100
pageSize: integer, Requested page size. The server may return fewer results than requested. If requested more than 500, the server will return 500 results per page. If unspecified, the server will pick a default page size of 100.
101101
pageToken: string, The page token as returned from ListFinalizedDealsResponse.
102102
x__xgafv: string, V1 error format.
@@ -195,7 +195,7 @@ <h3>Method Details</h3>
195195
&quot;id&quot;: &quot;A String&quot;, # IANA Time Zone Database time zone, e.g. &quot;America/New_York&quot;.
196196
&quot;version&quot;: &quot;A String&quot;, # Optional. IANA Time Zone Database version number, e.g. &quot;2019a&quot;.
197197
},
198-
&quot;targeting&quot;: { # Targeting represents different criteria that can be used to target inventory. For example, they can choose to target inventory only if the user is in the US. Multiple types of targeting are always applied as a logical AND, unless noted otherwise. # Specifies the subset of inventory targeted by the deal. Can be updated by the buyer before the deal is finalized.
198+
&quot;targeting&quot;: { # Targeting represents different criteria that can be used to target deals or auction packages. For example, they can choose to target inventory only if the user is in the US. Multiple types of targeting are always applied as a logical AND, unless noted otherwise. # Specifies the subset of inventory targeted by the deal. Can be updated by the buyer before the deal is finalized.
199199
&quot;daypartTargeting&quot;: { # Represents Daypart targeting. # Daypart targeting information.
200200
&quot;dayParts&quot;: [ # The targeted weekdays and times
201201
{ # Defines targeting for a period of time on a specific week day.
@@ -216,6 +216,9 @@ <h3>Method Details</h3>
216216
],
217217
&quot;timeZoneType&quot;: &quot;A String&quot;, # The time zone type of the day parts
218218
},
219+
&quot;excludedSensitiveCategoryIds&quot;: [ # Output only. The sensitive content category label IDs excluded. Refer to this file https://storage.googleapis.com/adx-rtb-dictionaries/content-labels.txt for category IDs.
220+
&quot;A String&quot;,
221+
],
219222
&quot;geoTargeting&quot;: { # Generic targeting used for targeting dimensions that contains a list of included and excluded numeric IDs. This cannot be filtered using list filter syntax. # Output only. Geo criteria IDs to be included/excluded.
220223
&quot;excludedCriteriaIds&quot;: [ # A list of numeric IDs to be excluded.
221224
&quot;A String&quot;,
@@ -309,6 +312,14 @@ <h3>Method Details</h3>
309312
&quot;A String&quot;,
310313
],
311314
},
315+
&quot;verticalTargeting&quot;: { # Generic targeting used for targeting dimensions that contains a list of included and excluded numeric IDs. This cannot be filtered using list filter syntax. # Output only. The verticals included or excluded as defined in https://developers.google.com/authorized-buyers/rtb/downloads/publisher-verticals
316+
&quot;excludedCriteriaIds&quot;: [ # A list of numeric IDs to be excluded.
317+
&quot;A String&quot;,
318+
],
319+
&quot;targetedCriteriaIds&quot;: [ # A list of numeric IDs to be included.
320+
&quot;A String&quot;,
321+
],
322+
},
312323
&quot;videoTargeting&quot;: { # Represents targeting information about video. # Output only. Video targeting information.
313324
&quot;excludedPositionTypes&quot;: [ # A list of video positions to be excluded. When this field is populated, the targeted_position_types field must be empty.
314325
&quot;A String&quot;,

docs/dyn/authorizedbuyersmarketplace_v1.buyers.auctionPackages.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h2>Instance Methods</h2>
8181
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
8282
<p class="firstline">Gets an auction package given its name.</p>
8383
<p class="toc_element">
84-
<code><a href="#list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
84+
<code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
8585
<p class="firstline">List the auction packages. Buyers can use the URL path "/v1/buyers/{accountId}/auctionPackages" to list auction packages for the current buyer and its clients. Bidders can use the URL path "/v1/bidders/{accountId}/auctionPackages" to list auction packages for the bidder, its media planners, its buyers, and all their clients.</p>
8686
<p class="toc_element">
8787
<code><a href="#list_next">list_next()</a></code></p>
@@ -143,12 +143,13 @@ <h3>Method Details</h3>
143143
</div>
144144

145145
<div class="method">
146-
<code class="details" id="list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
146+
<code class="details" id="list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
147147
<pre>List the auction packages. Buyers can use the URL path &quot;/v1/buyers/{accountId}/auctionPackages&quot; to list auction packages for the current buyer and its clients. Bidders can use the URL path &quot;/v1/bidders/{accountId}/auctionPackages&quot; to list auction packages for the bidder, its media planners, its buyers, and all their clients.
148148

149149
Args:
150150
parent: string, Required. Name of the parent buyer that can access the auction package. Format: `buyers/{accountId}`. When used with a bidder account, the auction packages that the bidder, its media planners, its buyers and clients are subscribed to will be listed, in the format `bidders/{accountId}`. (required)
151151
filter: string, Optional. Optional query string using the [Cloud API list filtering syntax](/authorized-buyers/apis/guides/list-filters). Only supported when parent is bidder. Supported columns for filtering are: * displayName * createTime * updateTime * eligibleSeatIds
152+
orderBy: string, Optional. An optional query string to sort auction packages using the [Cloud API sorting syntax](https://cloud.google.com/apis/design/design_patterns#sorting_order). If no sort order is specified, results will be returned in an arbitrary order. Only supported when parent is bidder. Supported columns for sorting are: * displayName * createTime * updateTime
152153
pageSize: integer, Requested page size. The server may return fewer results than requested. Max allowed page size is 500.
153154
pageToken: string, The page token as returned. ListAuctionPackagesResponse.nextPageToken
154155
x__xgafv: string, V1 error format.

0 commit comments

Comments
 (0)