Track and analyze your marketing campaigns effectively with Bitsy UTM parameters.
has_utm
: Boolean indicating if UTM parameters are included.
utm_source
: UTM source for tracking (e.g., newsletter, social media).
utm_medium
: UTM medium for tracking (e.g., email, CPC).
utm_campaign
: UTM campaign for tracking (e.g., summer_sale).
utm_term
: UTM term for paid search (optional).
utm_content
: UTM content for differentiating ads (optional).
has_utm
to true to indicate that UTM parameters are included.
utm_source
, utm_medium
, utm_campaign
, and any optional parameters.
has_utm
: Indicates that UTM parameters are being utilized.utm_source
: The source of your traffic (e.g., newsletter).utm_medium
: The medium used to deliver your message (e.g., email).utm_campaign
: The specific campaign associated with the link (e.g., summer_sale).utm_term
: Keywords for paid search (optional).utm_content
: Used to differentiate between different ads (optional).