Learn how to use UTM parameters with your Formora forms to accurately track the performance of your marketing campaigns, ad spend, and content channels via a detailed table.
utm_source
, utm_medium
, utm_campaign
, utm_term
, utm_content
).
`utm_source`
google
, facebook
, newsletter_jan
, partner_blog
, linkedin_profile
`utm_medium`
cpc
(cost-per-click), social_organic
, social_paid
, email
, banner_ad
, affiliate
, qr_code
`utm_campaign`
summer_sale_2024
, q4_product_launch
, free_trial_webinar
, brand_awareness_drive
`utm_term` (Optional)
form_builder_software
, online_survey_tool
`utm_content` (Optional)
blue_button_v1
, footer_link
, sidebar_ad_variant_b
?
, and multiple parameters are separated by an ampersand &
.
Structure:
YOUR_FORM_URL?utm_source=your_source&utm_medium=your_medium&utm_campaign=your_campaign
Example:
If your form URL is https://formora.site/f/survey123
and you want to track a Facebook CPC ad for a spring promotion:
https://formora.site/f/survey123?utm_source=facebook&utm_medium=cpc&utm_campaign=spring_promo_2024&utm_content=ad_creative_A
Example of a Formora form URL with UTM parameters appended
utm_data
(as a JSON object containing all found UTM key-value pairs, e.g., {"utm_source": "facebook", "utm_medium": "cpc"}
) from the URL parameters at the point of submission.utm_data
is then saved along with the submission record in Formora’s database.AdvancedDataTable
that displays this data.UTMSourcesTable
) detailing submissions by their associated UTM parameters within the selected date range.UTM Campaign Performance table in Formora Analytics
UTMSourcesTable
provides a comprehensive view of your UTM-tagged submissions:
utm_source
): Shows the utm_source
value.utm_medium
): Shows the utm_medium
value.utm_campaign
): Shows the utm_campaign
value.utm_term
): Shows the utm_term
value.utm_content
): Shows the utm_content
value.Table showing form submissions broken down by UTM parameters, with sorting and filtering options.
utm_medium=email
) converting better than your paid social ads (utm_medium=social_paid
) for a particular campaign?utm_content
to test different ad creatives or call-to-action button text and see which results in more submissions.utm_campaign
) isn’t resulting in many submissions, you might need to adjust your targeting or messaging._
or hyphens -
). Avoid spaces.
utm_source=facebook
, utm_medium=social_paid
, utm_campaign=summer_promo
utm_source=Facebook
, UTM_MEDIUM=SocialPaid
, utm_campaign=Summer Promo
utm_source
, utm_medium
, and utm_campaign
for comprehensive tracking.