AI-generated Key Takeaways
- 
          InvitationStatus describes the status of the association between parent and child networks. 
- 
          The status can be pending, accepted, expired, rejected, withdrawn, or deactivated by Ad Manager. 
- 
          The UNKNOWNstatus is used when the actual value is not exposed by the requested API version.
- 
          An invitation is valid for 90 days and can be resent if expired. 
Status of the association between networks. When a parent network requests access, it is marked as pending. Once the child network accepts the agreement, it is marked as accepted.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202508
| Enumeration | Description | 
|---|---|
| UNKNOWN | The value returned if the actual value is not exposed by the requested API version. | 
| ACCEPTED | The association request from the parent network has been accepted by the child network. | 
| EXPIRED | The invitation has expired. An invitation is valid for 90 days. Expired invitations can be resent. | 
| PENDING | The child publisher has not acted on the invite from the parent. | 
| REJECTED | The child publisher has declined the invite. | 
| WITHDRAWN | The parent network withdrew the invite. | 
| DEACTIVATED_BY_AD_MANAGER | The invitation was disapproved by Google. |