- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- RenegotiateChildPublisherAgreementRequest
- Try it!
Batch renegotiates ChildPublisher agreements (i.e., invite with updated terms).
Only the agreements of rejected or withdrawn ChildPublishers can be renegotiated. Expired, pending, and accepted ChildPublishers will be ignored.
HTTP request
POST https://admanager.googleapis.com/v1/{parent}/childPublishers:batchRenegotiateAgreements
Path parameters
| Parameters | |
|---|---|
parent |
Required. Format: |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{
"requests": [
{
object ( |
| Fields | |
|---|---|
requests[] |
Required. The requests to renegotiate |
Response body
If successful, the response body is empty.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/admanager
For more information, see the OAuth 2.0 Overview.
RenegotiateChildPublisherAgreementRequest
Request message to renegotiate a ChildPublisher's agreement (i.e., invite with updated terms).
| JSON representation |
|---|
{
"name": string,
"displayName": string,
"emailAddress": string,
"network": string,
"delegationType": enum ( |
| Fields | |
|---|---|
name |
Required. Resource name of the |
displayName |
Optional. The display name to set for the |
emailAddress |
Optional. The email address to set for the |
network |
Optional. The resource name of the Ad Manager network to set for the This field may not update the Format: |
delegationType |
Optional. The type of delegation to set for the |
parentRevenueShareMillipercent |
Optional. The revenue share to set that the parent publisher will receive in millipercent (e.g., 15000 millipercent is %15) for the This field is only settable for Manage Account |
sellerId |
Optional. The seller ID to set for the This field is only applicable to Manage Inventory |