← All terms

MCC (My Client Center / manager account)

An MCC (My Client Center), officially called a Google Ads manager account, is an umbrella account that lets a single login access, manage and consolidate billing and reporting across multiple Google Ads accounts without signing in and out of each one.

A manager account does not run ads itself. It sits above the accounts that do, holding permissions rather than campaigns. You link client accounts to it — either by inviting an existing account or creating a new one underneath — and from then on every linked account is reachable from one place. Manager accounts can also be nested: an agency MCC can sit above regional MCCs, which in turn sit above the individual advertiser accounts.

The practical wins are access control, consolidated reporting and shared assets. Instead of collecting a dozen logins, an agency grants each team member a role (admin, standard, read-only, email-only) on the manager account and permissions cascade down. Cross-account reporting, consolidated billing, shared negative keyword lists, shared budgets and cross-account conversion tracking all become possible only once accounts sit under a common manager. Google also requires a manager account before you can apply for API access with a developer token.

Two things trip people up. First, linking is a permission relationship, not a transfer of ownership — the client still owns the account and can unlink it at any time. Second, when you call the Google Ads API on behalf of a client account you manage, you must send the manager account's ID in the login-customer-id header; omit it and the API rejects the request even though the web interface works fine.

Opus Growth is built for this structure rather than around it. Our Google Ads connector (69 tools) is MCC-aware: it resolves the right manager context automatically, keeps each customer's data isolated, and logs every action per account, so an agency can ask its AI assistant to report on or change one client without leaking into another.

Frequently asked questions

No. A manager account cannot create or run campaigns of its own. It is an access-and-administration layer that links to standard Google Ads accounts, which are where campaigns, budgets and billing actually live.

A single manager account can link a large number of accounts (thousands in practice, with limits that scale as the account matures), and manager accounts can be nested several levels deep, so agencies typically build a hierarchy rather than one flat list.

Yes. Google issues developer tokens only to manager accounts, and API calls made on behalf of a client account normally require the manager account's ID in the login-customer-id header.