Skip to main content
UTM fields are used across SourceMedium for segmentation, channel mapping, and conversion analysis. In many places, SourceMedium already normalizes these fields (lowercase, trimmed, and cleaned).
If you’re joining or filtering on user-supplied strings (e.g., config sheet inputs, custom uploads), normalize on the fly: LOWER(TRIM(value)).

Canonical UTM fields

You’ll commonly see:
  • sm_utm_source
  • sm_utm_medium
  • sm_utm_campaign
  • sm_utm_content
  • sm_utm_term
  • sm_utm_source_medium (combined convenience field)
These fields appear in order tables and funnel tables, depending on data availability and attribution source.