UTM Parameters & Campaign Tracking

UTM parameters are query string parameters that you append to URLs to track where your traffic is coming from in analytics tools like Google Analytics 4 (GA4). Proper UTM tagging is essential for understanding which marketing channels drive the most conversions.

The Five Standard UTM Parameters

  • utm_source: Identifies the referrer (e.g., google, facebook, newsletter). Required.
  • utm_medium: Identifies the marketing medium (e.g., cpc, social, email). Required.
  • utm_campaign: Identifies the specific campaign (e.g., spring_sale).
  • utm_term: Identifies paid search keywords.
  • utm_content: Identifies what specifically was clicked to differentiate content.

Best Practices

  • Always use lowercase for consistency
  • Use underscores (_) instead of spaces
  • Be consistent with naming conventions across campaigns
  • Document your UTM structure in a spreadsheet
  • utm_source + utm_medium are required for proper attribution

GA4 Attribution

Google Analytics 4 uses a data-driven attribution model that considers all touchpoints in a user's journey. Properly tagged UTM links provide the foundation for accurate conversion tracking.