Go to your Email Service provider and edit the email templates in use.

Edit the CTA link within the body of the email

Add the tracking parameters to the existing link ?atl_campaign=%email.subject%

First make sure you change the %email.subject% , depending on your ESP.

For MailChimp, use he code below:

   ?mc_cid=*|CAMPAIGN_UID|*

( More details here )

For ActiveCampaign, use he code below:

  ?ac_cid=%CAMPAIGNID%

( More details here )

For Drip, use he code below:

  ?atl_campaign={{campaign.name}}

For ConvertKit, use the code below:

  ?atl_campaign=name-of-email-campaign

For Klaviyo, use the code below:

  ?atl_campaign=name-of-email-campaign

For Aweber, use the code below:

  ?atl_campaign=name-of-email-campaign

For SendGrid, use the code below:

  ?atl_campaign=name-of-email-campaign

Don’t forget to save the new change