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/v202502
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[],["The `CompanyService` uses `DelegationStatus` to manage network associations. A parent network's access request starts as `PENDING`, transitions to `APPROVED` upon child network approval, or can be `REJECTED` by the child. The parent can also `WITHDRAWN` their request. `UNKNOWN` is a default status. These states define the relationship between the parent and child network within the system.\n"],null,["# enum DelegationStatus (v202502)\n\n**Service** \n**CompanyService** **Dependencies** \n[ChildPublisher](/ad-manager/api/reference/v202502/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/v202502`\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. |"]]