Skip to main content

ChatGPT

Use AdCue in ChatGPT through the official invitation or connector listing provided for your entitled AdCue account. Private-beta access is staggered, so the connector is not automatically available to every account.
This page does not require an AdCue API key. Do not paste a key into ChatGPT, a chat message, or the official connector flow.

Before you start

Complete these prerequisites in order:
  1. Create your AdCue account.
  2. Connect Google Ads and select a client ad account as primary.
  3. Confirm that your AdCue account has received the private-beta invitation or can open the AdCue connector listing in ChatGPT.
If you have not received access, stop at step 3. An AdCue login by itself does not grant ChatGPT entitlement.

Two separate authorizations

Signing in to AdCue does not authorize Google Ads. Connecting Google Ads does not grant ChatGPT private-beta access. Use the same AdCue account in the app and the ChatGPT connector so the connector can use the connection you prepared.

Connect ChatGPT

  1. Open the invitation or AdCue connector listing provided for your account.
  2. Do not reuse another user’s invitation.
  3. Choose the connect or authorize action shown by ChatGPT.
  4. Complete AdCue OAuth with the same account you use at adcue.app/app.
  5. Return to ChatGPT and confirm that the connector finishes loading AdCue tools.
The official connector uses the production MCP endpoint after authorization:
You normally do not paste this URL or an API key into ChatGPT.

Verify with a read

Ask:
The first call should be get_connections_status. A healthy result should identify the connected Google Ads state without changing the account. Next, ask:
This uses list_connected_accounts and helps confirm that the active account is a client, not a manager account. Only after both reads work should you ask for campaign data or consider a write.

If an MCC is connected

ChatGPT tools need a client ad account as the primary target. A manager account can organize and reveal its direct sub-accounts, but the manager itself is not a tool-ready primary. Open Connections, choose Switch Active, expand the manager if needed, and activate a client account. Then retry the read prompt.

Troubleshooting

Before a write

Read the Safety model. AdCue creates new entities in PAUSED state, destructive removes require confirmation, and your client should ask before mutations.

Next