Status of the MCM child publisher's Ad Manager account with respect to delegated serving. In
order for the child network to be served ads for MCM, it must have accepted the invite from the
parent network, and must have passed Google's policy compliance verifications.
Namespace
https://www.google.com/apis/ads/publisher/v202408
Enumeration
Description
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.
INVITED
The child publisher has not acted on the invite from the parent.
DECLINED
The child publisher has declined the invite.
PENDING_GOOGLE_APPROVAL
The child publisher has accepted the invite, and is awaiting Google's policy compliance
verifications.
APPROVED
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.
CLOSED_POLICY_VIOLATION
The child publisher accepted the invite, but was disapproved by Google for violating its
policies.
CLOSED_INVALID_ACTIVITY
The child publisher accepted the invite, but was disapproved by Google for invalid activity.
CLOSED_BY_PUBLISHER
The child publisher has closed their own account.
DISAPPROVED_INELIGIBLE
The child publisher accepted the invite, but was disapproved as ineligible by Google.
DISAPPROVED_DUPLICATE_ACCOUNT
The child publisher accepted the invite, but was disapproved by Google for being a duplicate of
another account.
EXPIRED
The invite was sent to the child publisher more than 90 days ago, due to which it has been
deactivated.
INACTIVE
Either the child publisher disconnected from the parent network, or the parent network withdrew
the invite.
DEACTIVATED_BY_AD_MANAGER
The association between the parent and child publishers was deactivated by Google Ad Manager.
[[["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."],[[["\u003cp\u003e\u003ccode\u003eAccountStatus\u003c/code\u003e reflects the status of an MCM child publisher's Ad Manager account concerning delegated serving.\u003c/p\u003e\n"],["\u003cp\u003eChild publishers must accept the parent network's invitation and pass Google's policy compliance to receive ads.\u003c/p\u003e\n"],["\u003cp\u003eVarious \u003ccode\u003eAccountStatus\u003c/code\u003e enumerations detail the stages of the child publisher's account lifecycle, including invitation, approval, and potential disapproval reasons.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAccountStatus\u003c/code\u003e helps track the child publisher's journey from invitation to ad serving eligibility in MCM.\u003c/p\u003e\n"]]],["The `AccountStatus` enumeration defines the state of a child publisher's Ad Manager account in relation to delegated serving within the Multi-Customer Management (MCM) framework. Possible statuses include `INVITED`, `DECLINED`, `PENDING_GOOGLE_APPROVAL`, `APPROVED`, and various `CLOSED` or `DISAPPROVED` states indicating issues such as policy violations, invalid activity, or ineligibility. `EXPIRED`, `INACTIVE`, and `DEACTIVATED_BY_AD_MANAGER` represent time-sensitive or system-initiated status changes. These show whether a child can serve ads.\n"],null,["# enum AccountStatus (v202408)\n\n**Service** \n**CompanyService** **Dependencies** \n[ChildPublisher](/ad-manager/api/reference/v202408/CompanyService.ChildPublisher) \n▼\n**AccountStatus**\n\nStatus of the MCM child publisher's Ad Manager account with respect to delegated serving. In\norder for the child network to be served ads for MCM, it must have accepted the invite from the\nparent network, and must have passed Google's policy compliance verifications.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|---------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |\n| `INVITED` | The child publisher has not acted on the invite from the parent. |\n| `DECLINED` | The child publisher has declined the invite. |\n| `PENDING_GOOGLE_APPROVAL` | The child publisher has accepted the invite, and is awaiting Google's policy compliance verifications. |\n| `APPROVED` | 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. |\n| `CLOSED_POLICY_VIOLATION` | The child publisher accepted the invite, but was disapproved by Google for violating its policies. |\n| `CLOSED_INVALID_ACTIVITY` | The child publisher accepted the invite, but was disapproved by Google for invalid activity. |\n| `CLOSED_BY_PUBLISHER` | The child publisher has closed their own account. |\n| `DISAPPROVED_INELIGIBLE` | The child publisher accepted the invite, but was disapproved as ineligible by Google. |\n| `DISAPPROVED_DUPLICATE_ACCOUNT` | The child publisher accepted the invite, but was disapproved by Google for being a duplicate of another account. |\n| `EXPIRED` | The invite was sent to the child publisher more than 90 days ago, due to which it has been deactivated. |\n| `INACTIVE` | Either the child publisher disconnected from the parent network, or the parent network withdrew the invite. |\n| `DEACTIVATED_BY_AD_MANAGER` | The association between the parent and child publishers was deactivated by Google Ad Manager. |"]]