...
Choose the page you want people to land on
(e.g.https://www.your-brand-url.com/
orhttps://www.your-brand-url.com/experify
)Add the URL parameter
?experifyact=1
to the end of the above URL to enable automatic opening of the Plugin.
(Example:https://www.your-brand-url.com/?experifyact=1
)To enable campaign tracking, Experify allows you to add UTM tracking codes. Make sure to include your ClientId / BrandID in the campaign (otherwise this cannot be identified afterwards by Experify). For Experify to be able to pick up your UTM codes, and not to interfere with additional UTM tracking you might use, you must use Experify specific parameters (starting with exp_) of the following type:
exp_utm_campaign=BrandId_campaignName
exp_utm_medium=mediumName
exp_utm_source=sourceName
UTM parameters that do not start with exp_ will not be tracked by Experify.
Combine all the above parameter for your campaign
Example:
https://www.your-brand-url.com/?experifyact=1&exp_utm_campaign=BrandId_aftersales&utm_medium=email&utm_source=newsletter
Test the above link to see whether the page and the Experify plugin actually open correctly
Share your campaign logic and structure with Experify for them to provide insights into which campaigns drove interactions
...