enum DelegationStatus (v202411)
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/v202411
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 state of the relationship between a parent and child network in Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eIt outlines five potential states: \u003ccode\u003eUNKNOWN\u003c/code\u003e, \u003ccode\u003eAPPROVED\u003c/code\u003e, \u003ccode\u003ePENDING\u003c/code\u003e, \u003ccode\u003eREJECTED\u003c/code\u003e, and \u003ccode\u003eWITHDRAWN\u003c/code\u003e, which indicate the progression of the association request.\u003c/p\u003e\n"],["\u003cp\u003eThis status is crucial for managing network access and approvals within the platform.\u003c/p\u003e\n"]]],[],null,["# enum DelegationStatus (v202411)\n\n**Service** \n**CompanyService** **Dependencies** \n[ChildPublisher](/ad-manager/api/reference/v202411/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/v202411`\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. |"]]