AI-generated Key Takeaways
-
DelegationStatus
reflects the state of the relationship between a parent and child network in Google Ad Manager. -
It outlines five potential states:
UNKNOWN
,APPROVED
,PENDING
,REJECTED
, andWITHDRAWN
, which indicate the progression of the association request. -
This status is crucial for managing network access and approvals within the platform.
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. |