Skip to content

Commit 4b1a58e

Browse files
feat(authorizedbuyersmarketplace): update the api
#### authorizedbuyersmarketplace:v1 The following keys were added: - resources.bidders.resources.finalizedDeals.methods.setReadyToServe (Total Keys: 12) #### authorizedbuyersmarketplace:v1alpha The following keys were added: - resources.bidders.resources.finalizedDeals.methods.setReadyToServe (Total Keys: 12)
1 parent c5e5cbd commit 4b1a58e

6 files changed

+598
-12
lines changed

docs/dyn/authorizedbuyersmarketplace_v1.bidders.finalizedDeals.html

Lines changed: 265 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/authorizedbuyersmarketplace_v1.buyers.finalizedDeals.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h2>Instance Methods</h2>
9797
<p class="firstline">Resumes serving of the given finalized deal. Calling this method for an running deal has no effect. If a deal is initially paused by the seller, calling this method will not resume serving of the deal until the seller also resumes the deal. This method only applies to programmatic guaranteed deals and preferred deals.</p>
9898
<p class="toc_element">
9999
<code><a href="#setReadyToServe">setReadyToServe(deal, body=None, x__xgafv=None)</a></code></p>
100-
<p class="firstline">Sets the given finalized deal as ready to serve. By default, deals are set as ready to serve as soon as they're finalized. If you want to opt out of the default behavior, and manually indicate that deals are ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use this method, finalized deals belonging to the bidder and its child seats don't start serving until after you call `setReadyToServe`, and after the deals become active. For example, you can use this method to delay receiving bid requests until your creative is ready. This method only applies to programmatic guaranteed deals.</p>
100+
<p class="firstline">Sets the given finalized deal as ready to serve. By default, deals are set as ready to serve as soon as they're finalized. If you want to opt out of the default behavior, and manually indicate that deals are ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use this method, finalized deals belonging to the bidder and its child seats don't start serving until after you call `setReadyToServe`, and after the deals become active. For example, you can use this method to delay receiving bid requests until your creative is ready. In addition, bidders can use the URL path "/v1/bidders/{accountId}/finalizedDeals/{dealId}" to set ready to serve for the finalized deals belong to itself, its child seats and all their clients. This method only applies to programmatic guaranteed deals.</p>
101101
<h3>Method Details</h3>
102102
<div class="method">
103103
<code class="details" id="addCreative">addCreative(deal, body=None, x__xgafv=None)</code>
@@ -1429,10 +1429,10 @@ <h3>Method Details</h3>
14291429

14301430
<div class="method">
14311431
<code class="details" id="setReadyToServe">setReadyToServe(deal, body=None, x__xgafv=None)</code>
1432-
<pre>Sets the given finalized deal as ready to serve. By default, deals are set as ready to serve as soon as they&#x27;re finalized. If you want to opt out of the default behavior, and manually indicate that deals are ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use this method, finalized deals belonging to the bidder and its child seats don&#x27;t start serving until after you call `setReadyToServe`, and after the deals become active. For example, you can use this method to delay receiving bid requests until your creative is ready. This method only applies to programmatic guaranteed deals.
1432+
<pre>Sets the given finalized deal as ready to serve. By default, deals are set as ready to serve as soon as they&#x27;re finalized. If you want to opt out of the default behavior, and manually indicate that deals are ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use this method, finalized deals belonging to the bidder and its child seats don&#x27;t start serving until after you call `setReadyToServe`, and after the deals become active. For example, you can use this method to delay receiving bid requests until your creative is ready. In addition, bidders can use the URL path &quot;/v1/bidders/{accountId}/finalizedDeals/{dealId}&quot; to set ready to serve for the finalized deals belong to itself, its child seats and all their clients. This method only applies to programmatic guaranteed deals.
14331433

14341434
Args:
1435-
deal: string, Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` (required)
1435+
deal: string, Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` or `bidders/{accountId}/finalizedDeals/{dealId}` (required)
14361436
body: object, The request body.
14371437
The object takes the form of:
14381438

0 commit comments

Comments
 (0)