UTM Parameters in the GeoIP Country Redirect
Last updated
Last updated
utm_source: Used to show which site the visitors are coming from.
utm_medium: Used to show which marketing channels are bringing the visitor to your site. Examples include, but aren't limited to, email, social, or cost-per-click.
utm_campaign: Used to identify which campaign the promotion is associated with.
Adding UTM parameters in the app is quite straightforward. The app allows you to add three UTM fields.
Example:
UTM Source: The individual site within that channel. tracks where the traffic is coming from. That usually means the website the traffic came from, or the name of the social channel, you can use the name of the redirect rule here. For eg. “US_Redirect_Rule”.
UTM Medium: Think of this as a channel. So, our app has 2 options for redirecting the visitors Auto redirect and POPUP/Banner. We recommend in our app you can set it as “auto-redirect” or “POPUP/Banner”.
UTM Campaign: The specific campaign that you’re running. Feel free to fill this in however it makes sense to you. In our app we recommend you to use the name of our app “GeoIP_Country_Redirect”.
Keeping the already existing UTM parameters is very crucial as per business needs. To manage it, we have a feature in the app using which original parameters will be forwarded.
By enabling the UTM forward option, the already existing UTMs will work. However, in case there are no existing UTMs the parameters created in the app will be added.
If the UTM forward is disabled (unchecked), only the UTM parameters in the app will be forwarded.
If you have an existing UTM campaign running on- let’s say for Instagram.
1. utm_campaign=Final_sale 2. utm_source= Instagram
You have also set up the UTM parameters for the visitors redirecting to the US store.
1. utm_campaign= GeoIP_Country_Redirect 2. utm_source= US_Redirect_Rule 3. utm_medium=autoredirect
The resulting URL will contain the following parameters.
The priority will be given to the existing parameters and in case if any is missing our app will add to the URL.
1. utm_campaign=Final_sale (Already existing)
2. utm_source= Instagram (Already existing)
3. utm_medium=autoredirect (Added by the app)