Source Info
- The Google Ads Source is an Object Cloud source. This means that it sends information (traits) about a thing that exists and persists over time, such as a person or company, and which can be updated over time. Data from this source can only be exported directly to a warehouse, but it can then be used for further analysis.
Getting Started
- From your workspace’s page, click Sources and then Browse.
- Choose Google Ads.
- Click Connect and then Connect to OAuth into Google.
- Select which accounts you would like to sync.
- Enter your Campaign ID(s).
- Click Save.
URL Parameters
Innkeepr needs the Google Adscampaignid to be passed as a URL parameter so it can correctly match website visits to ad campaigns. You choose the parameter name yourself — just make sure it matches what you entered as Campaign ID parameter during the source setup.
Editing URL parameters on the campaign or ad group level does not trigger a new ad review and does not affect your optimization score.
Performance Max (PMax)
Parameters Add the following to your tracking template, replacingyour_parameter with the parameter name you configured in Innkeepr:
{lpurl}?your_parameter={campaignid}
If you already have existing URL parameters, append the Innkeepr parameter at the end using & instead of ?:
{lpurl}?utm_source=google&utm_medium=cpc&your_parameter={campaignid}
Implementation
You can bulk edit all Performance Max campaigns at once:
- Select “Performance Max campaigns” as a workspace filter.
- Go to Settings → Campaign settings.
- Select all campaigns. If you have multiple pages, click “Select all xx” to include everything.
- Click Edit → Change tracking templates.
- Paste the parameters into the tracking template and click APPLY.
Shopping & Smart Shopping
Parameters Add the following to your tracking template, replacingyour_parameter with the parameter name you configured in Innkeepr:
{lpurl}?your_parameter={campaignid}
If you already have existing URL parameters, append the Innkeepr parameter at the end:
{lpurl}?utm_source=google&utm_medium=cpc&your_parameter={campaignid}
Implementation
For fewer than 100 product groups:
- Select “Shopping campaigns” as a workspace filter.
- Go to Product groups.
- Edit your column layout and add the “Tracking template” column.
- Select each product group individually and edit the tracking template.
- Paste the parameters and click Save.
- Tracking template hierarchy: If you use tracking templates at multiple levels, the most specific one wins. Priority order: Ad → Ad Group → Campaign → Account. Make sure your parameter is not being overridden by a more specific tracking template.
- Auto-tagging: Make sure Google Ads auto-tagging is activated.
- Testing: You can verify your tracking template by clicking the edit icon on the tracking template and choosing “Test”. If the URL matches your expected format, tracking will work correctly.