Auto-Append Link Parameters
Discover how you can append tracking parameters to URLs in email campaigns.
Overview
Private Beta
Currently, this feature is released in Private Beta. if you want to access this feature, contact your Customer Success Manager (CSM).
The Auto-append Link Parameters feature simplifies adding UTM or other tracking parameters to URLs in your email campaigns. Automatically appending the required parameters to all links eliminates the need for manual input, ensuring each link is properly tagged with just one click. This makes tracking and analyzing campaign performance easier and provides valuable insights into user engagement and behavior.
Auto-append link parameters allow personalized link tracking through the following parameters:
- Global Link Parameters: These are key parameters that you can append to links in most email campaigns. Examples of global link parameters include
utm_source
,utm_medium
,utm_campaign
, and so on. These parameters help attribute conversions to specific track traffic sources, user engagement, and conversions, providing valuable insights into campaign performance. As a result, they help marketers refine their strategies and optimize future efforts for better results. - Custom Link Parameters: These are additional parameters added to links only to a specific campaign. Depending on your tracking requirements, you can use them with or without global link parameters.
You can also personalize link parameters to tailor links for each user separately while tracking campaign performance more effectively. For example, a link might display "View Profile, {{ Profile.name | default:'ABC' }}", where Profile.name
is replaced with the user's actual name (or defaults to "ABC" if not available), and campaign_id
to associate it with a specific campaign. This will personalize the user experience and provide deeper insights into the performance of individual campaigns.
Auto-Append Parameters to URLs
This process involves the following two main steps:
Set Up Global Link Parameters
To append parameters to the link in the email campaign, you must set up the parameters on the CleverTap dashboard:
- Go to Settings > Channels > Email > Advance Setup page to add a new Global Link Parameter.
- Click Global Link Parameters and click Add Link Parameter.
- Pair the Key with a Value. You can use @Personalization or Liquid Tags to fetch a personalized value for the key. You can personalize global link parameters with user properties and campaign ID.
Campaign ID Personalization
When using Campaign ID personalization, the default value is applied to the parameter when sending test messages.
- Enable the parameter to make it available for appending and tracking in all future scheduled campaigns.
Append Parameters to Email Links
Once you add the Global Link Parameters to the dashboard, you can select the parameter you want to append to the links in the email campaign. You can also add your custom link parameters when creating an email campaign. To do so:
- Go to the Campaigns page, click + Campaign, and select Email from the messaging channel list.
- Create an email campaign.
- Go to Sender Details under the What section after drafting an email campaign.
- Select Global link parameters to append the parameters to the links included in the campaign. After you select this option, all the parameters set up in Step 1 are visible.
- Select Custom link parameters if you want to add your custom parameters:
- Click + Parameters to add parameters to parameters.
- Map key to a value. You can add a static value or a personalized value. For example, you may want to personalize the URL to serve region-specific promotions and track performance by location, making the campaign more relevant to the user.
Limitations
- Here is a list of reserved characters that cannot be used in parameters:
:
,/
,?
,#
,@
,!
,$
,&
,'
,()
,+
,*
,,
,;
,=
, and[]
.- When using the Auto-Append feature for Link Parameters, users can add up to 20 Global link parameters and up to 10 Custom link parameters.
-
Publish the Email campaign. The links used in the Email are appended with the selected global and/or custom link parameters for efficient tracking. The indicative order of parameters appended to the URL is displayed in the Link Parameters field under the Sender Details tab on the left. The Parameters are appended in a top-to-bottom sequence, meaning the parameter at the top of the list is added to the URL first, followed by those listed below.
Manage Global Link Parameters
You can edit, clone, or delete a particular Global Link Parameter. Once a campaign runs, any changes made to the Global Link Parametersβenabling, disabling, or deleting themβtake effect in subsequent scheduled email campaigns.
Updated about 1 month ago