enum DelegationStatus (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Status of the association between networks. When a parent network requests access, it is marked
as pending. Once the child network approves, it is marked as approved.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Enumeration |
Description |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version.
|
APPROVED
|
The association request from the parent network is approved by the child network.
|
PENDING
|
The association request from the parent network is pending child network approval or rejection.
|
REJECTED
|
The association request from the parent network is rejected or revoked by the child network.
|
WITHDRAWN
|
The association request from the parent network is withdrawn by the parent network.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eDelegationStatus\u003c/code\u003e reflects the status of the association between a parent and child network in Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eThis status can be \u003ccode\u003eAPPROVED\u003c/code\u003e, \u003ccode\u003ePENDING\u003c/code\u003e, \u003ccode\u003eREJECTED\u003c/code\u003e, \u003ccode\u003eWITHDRAWN\u003c/code\u003e, or \u003ccode\u003eUNKNOWN\u003c/code\u003e depending on the stage of the association request.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDelegationStatus\u003c/code\u003e is part of the \u003ccode\u003eCompanyService\u003c/code\u003e and can be accessed through the Ad Manager API.\u003c/p\u003e\n"]]],["The `CompanyService` uses `DelegationStatus` to manage network associations. A parent network's access request starts as `PENDING`, and upon child network approval, becomes `APPROVED`. Requests can also be `REJECTED` or `WITHDRAWN`. If the status is not exposed by the API, it defaults to `UNKNOWN`. These statuses reflect the current stage of the association request between parent and child networks.\n"],null,["# enum DelegationStatus (v202408)\n\n**Service** \n**CompanyService** **Dependencies** \n[ChildPublisher](/ad-manager/api/reference/v202408/CompanyService.ChildPublisher) \n▼\n**DelegationStatus**\n\nStatus of the association between networks. When a parent network requests access, it is marked\nas pending. Once the child network approves, it is marked as approved.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|-------------|-------------------------------------------------------------------------------------------------|\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |\n| `APPROVED` | The association request from the parent network is approved by the child network. |\n| `PENDING` | The association request from the parent network is pending child network approval or rejection. |\n| `REJECTED` | The association request from the parent network is rejected or revoked by the child network. |\n| `WITHDRAWN` | The association request from the parent network is withdrawn by the parent network. |"]]