Can I integrate more than 1 Google Ads account with mixpanel?
Hi Khayalethu L., Please stand by as I search the Mixpanel knowledge base for an AI-powered answer. I normally take about 15 seconds or so. In case AI cannot answer your question, feel free to reach out to Mixpanel support at mixpanel.com/get-support. If you have follow-up questions for this thread, please tag me again with your question: @kapa.ai <follow-up question> đ
Feel free to ask a follow-up question once I've answered by mentioning me with @kapa.ai
Based on the knowledge sources provided, there isn't explicit information about integrating multiple Google Ads accounts with Mixpanel simultaneously. The documentation primarily describes how to set up a single Google Ads integration, both for importing ad spend data into Mixpanel and for exporting cohorts to Google Ads.
For importing Google Ads data, the documentation shows how to set up a Google Cloud Function that connects to a single Google Ads account using one Customer Client ID. The function requires configuration with specific credentials including:
```
const GOOGLE_ADS_CUSTOMER_ID = 'YOUR GOOGLE CUSTOMER CLIENT ID WITHOUT HYPHENS'; // ex. 1234567890
LBKS[Ad Spend integration documentation](https://docs.mixpanel.com/docs/tracking-methods/integrations/ad-spend#creating-the-function) shows this is set up for a single account at a time.
For the Google Ads cohort sync integration, the documentation also indicates you connect to a single Google Ads account by providing "Google Customer ID" during setup.
If you need to integrate multiple Google Ads accounts, you might need to:
1. Create separate integration setups for each account
2. Modify the provided code examples to handle multiple accounts
However, the knowledge sources don't specifically address this multi-account scenario. You may want to contact Mixpanel support for specific guidance on integrating multiple Google Ads accounts.
kapa.ai is still learning and improving, please let me know how I did by reacting below.
âšī¸Â Tip: Mention @kapa.ai in the thread for follow-ups or DM the app for 1-to-1 help.
