Enum DelegationInvitationStatusEnum.Types.DelegationInvitationStatus
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: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public enum DelegationInvitationStatusEnum.Types.DelegationInvitationStatus
Fields
| Name | Description |
|---|---|
| Accepted | Indicates the association request from the parent network is accepted by the child network. |
| DeactivatedByAdManager | Indicates the invitation was disapproved by Google. |
| Expired | Indicates the invite was sent to the child publisher more than 90 days ago, due to which it has been deactivated. |
| Pending | Indicates the child publisher has not acted on the invite from the parent. |
| Rejected | Indicates the child publisher has declined the invite. |
| Unspecified | No value specified |
| Withdrawn | Indicates the parent network withdrew the invite. |