utm_sourceTraffic source
Identifies the platform, site or list sending visits, for example google, facebook, linkedin or newsletter.
Link tracking · Campaign attribution · Free
Create consistent UTM tracking links for ads, social media, email and content campaigns, then copy them into your channels and identify traffic in Google Analytics.
URLs and parameters are processed only in this browser01 / PARAMETERS
Consistent parameter names make Google Analytics, ad reports and campaign reviews easier to break down by source, medium and campaign.
utm_sourceIdentifies the platform, site or list sending visits, for example google, facebook, linkedin or newsletter.
utm_mediumIdentifies the channel type, for example cpc, paid_social, email, affiliate or referral.
utm_campaignGroups one promotion, product launch or seasonal theme and acts as the main field for campaign-level reporting.
utm_termUsually records a paid-search keyword, or an ad group or audience when your team has a clear convention.
utm_contentDistinguishes creatives, CTAs, placements or A/B versions within one campaign so their results can be compared.
02 / NAMING
UTM values appear in analytics as entered. Agree on a convention before launching at scale to avoid duplicate channels and fragmented data.
Use a fixed set such as cpc, paid_social and email instead of several spellings for the same medium.
Lowercase values with one separator style prevent Spring and spring from becoming separate report rows.
Include useful product, market or date details, such as crm_launch_us_2026q3, for long-term reporting.
Test the copied URL once and verify the landing page, original query parameters and fragment before publishing it.
This free UTM builder adds standard campaign parameters to any HTTP or HTTPS landing page, preserves existing query parameters and fragments, and includes presets for Google Ads, Meta Ads, LinkedIn Ads and email.
Paste the destination URL, choose a preset or enter utm_source, utm_medium and utm_campaign. Add utm_term and utm_content when useful, review the live preview, then copy or open the generated link.
The browser URL API parses the destination while retaining existing non-UTM query parameters and the fragment. URLSearchParams removes the five old standard UTM fields, writes each non-empty new value and applies URL encoding without a backend request.
This free UTM builder adds standard campaign parameters to any HTTP or HTTPS landing page, preserves existing query parameters and fragments, and includes presets for Google Ads, Meta Ads, LinkedIn Ads and email.
Paste the destination URL, choose a preset or enter utm_source, utm_medium and utm_campaign. Add utm_term and utm_content when useful, review the live preview, then copy or open the generated link.
The browser combines your destination and UTM values with the URL and URLSearchParams APIs. Tool inputs are not sent to the Zituo server; the analytics script disclosed on the privacy page may still load.