Enum DelegationApprovalStatusEnum.Types.DelegationApprovalStatus
Status of the MCM child publisher's Ad Manager network with respect to delegated serving. It is only valid when the invitation is accepted by the child network. If the child has not yet accepted the parent's invite, this will be null.
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public enum DelegationApprovalStatusEnum.Types.DelegationApprovalStatus
Fields
| Name | Description |
|---|---|
| Approved | Indicates the child publisher accepted the invite, and Google found it to be compliant with its policies, i.e. no policy violations were found, and the child publisher can be served ads. |
| ClosedByPublisher | Indicates the child publisher has closed their own account. |
| ClosedInvalidActivity | Indicates the child publisher accepted the invite, but was disapproved by Google for invalid activity. |
| ClosedPolicyViolation | Indicates the child publisher accepted the invite, but was disapproved by Google for violating its policies. |
| DeactivatedByAdManager | Indicates the child publisher accepted the invite, but was disapproved by a Googler. |
| DisapprovedDuplicateAccount | Indicates the child publisher accepted the invite, but was disapproved by Google for being a duplicate of another account. |
| DisapprovedIneligible | Indicates the child publisher accepted the invite, but was disapproved as ineligible by Google. |
| PendingGoogleApproval | Indicates the child publisher has accepted the invite, and is awaiting Google's policy compliance verifications. |
| Unspecified | No value specified |