Tracking UTM Parameters in Elementor
1. Identifying UTM Fields
First, you must identify the fields that will be used according to your checkout. Here are the typical fields: For Hotmart:srcsck
- utm_source
- utm_campaign
- utm_medium
- utm_content
2. Creating Variables in Elementor
Now, let’s create variables in Elementor to track UTM parameters. Step 1: Adding New Variables- First you must find the edit menu of your form similar to the figure below.
- Create a new variable for each field listed above.

2. Defining ID and Shortcode
In Content:- Set the parameter type to
hidden.
- Set the default value to Query Parameter.
- When setting the default value, advanced settings will appear, in them you must set the type to
GETand the parameter name referring to the current parameter. - Define a unique ID for each variable.
- Generate the corresponding shortcode for each variable.
4. Adding Variables to the Redirect URL
With the fields created, now you need to add the shortcodes of each field to the URL of the redirect function of your form. This will ensure UTM parameters are passed correctly to the checkout. URL Example Here is an example of how the URL can be structured:https://www.meucheckout.com/?email=[field id="email"]&src=[field id="src"]
5. Finalizing the Configuration
- Save all settings in Elementor.
- Test the pre-checkout form to ensure UTM parameters are being tracked and passed correctly to the checkout.
Additional Tips
- Data Validation: Make sure UTM parameter data is being captured correctly in your checkout system.
- Tests: Perform tests with different UTM parameters to verify functionality and accuracy.