Google Ads Guide
Make Google Ads tracking less mysterious.
Google Ads can add tracking information to your URLs automatically. This guide explains Final URL suffixes, UTMs and curly bracket tags in plain English.
What is a Final URL suffix?
In Google Ads, the Final URL is the page people visit after clicking your advert. The Final URL suffix is the extra tracking information added to the end of that URL.
Instead of manually adding tracking to every advert link, you can use a suffix so the tracking is added more consistently.
utm_source=google&utm_medium=cpc&utm_campaign={campaignid}&utm_content={creative}&utm_term={keyword}
You do not normally include the question mark in the Final URL suffix field. Google Ads handles the joining. The suffix is the tracking part after the page URL.
What are curly bracket tags?
Curly bracket tags are dynamic placeholders. You put the tag in the tracking URL, and Google Ads replaces it with a real value when someone clicks the advert.
For example, {creative} does not mean the word “creative” will appear in your report forever. It means Google Ads can replace it with the ID of the advert creative that was clicked.
{campaignid}
Campaign ID
Identifies the Google Ads campaign that generated the click.
{adgroupid}
Ad group ID
Shows which ad group the clicked advert belonged to.
{creative}
Creative ID
Shows which advert creative was clicked.
{keyword}
Keyword
Can show the keyword or matched term connected to the click.
{device}
Device
Can show whether the click came from mobile, tablet or desktop.
{network}
Network
Can show where the ad appeared, such as Search or Display.
How this connects to GA4
GA4 uses UTM parameters to group traffic into campaigns, sources and mediums. If your suffix uses clean UTMs, your reports are easier to read.
- utm_source=google tells GA4 the traffic came from Google.
- utm_medium=cpc tells GA4 it was paid click traffic.
- utm_campaign={campaignid} lets Google Ads fill in the campaign ID dynamically.
- utm_content={creative} can help distinguish which advert creative was clicked.
- utm_term={keyword} can help connect paid search clicks to keywords.
A simple Google Ads tracking workflow
Choose the page
Use a landing page that is clear, fast and relevant to the advert.
Build the suffix
Add clean UTM values and dynamic tags like {campaignid} or {creative}.
Test the URL
Preview the advert destination and check that the page opens correctly.
Read the reports
Use GA4 and Google Ads data to understand what worked and what needs improving.
Common mistakes to avoid
- Using different medium names. Pick one style, such as
cpc, and keep it consistent. - Adding a full URL as the suffix. The suffix should be the tracking part, not the whole landing page.
- Forgetting mobile pages. Paid clicks often happen on mobile, so the page must work well on phones.
- Putting private information in UTMs. Tracking values can be visible in the browser URL.
- Never checking the final result. Use a UTM Reader to make sure the link makes sense before relying on reports.
Google’s own help pages
For the official Google explanation, these are the two most useful pages to keep nearby.
Google Help: Add a Final URL suffix Google Help: About ValueTrack parameters