Back to Support

ClickDimension Campaigns: Adding CANDDi tracking

Published 15 Dec 2021 by Jasmine Collins, CANDDi
Read this in less than 1 minute

Due to the way ClickDimension works, the exact code you will use is different depending on whether the recipient is a Lead or a Contact, but the process for creating (and implementing) the code is exactly the same.

ClickDimension use the following tags:

Lead

  • First Name: ${Recipient.lead.firstname}
  • Last Name: ${Recipient.lead.lastname}
  • Email: ${Recipient.lead.emailaddress1}
  • Company: ${Recipient.lead.parentcustomerid.account.name}

Contact

  • First Name: ${Recipient.contact.firstname}
  • Last Name: ${Recipient.contact.lastname}
  • Email: ${Recipient.contact.emailaddress1}
  • Company: ${Recipient.contact.parentcustomerid.account.name}

So, for every link in your email you need to create a ‘CANDDi Integration’ URL. For a contact, this URL should look something like this:

http://YOUR_URL?ce=${Recipient.contact.emailaddress1} &cfn=${Recipient.contact.firstname}&cln=${Recipient.contact.lastname}&cc= ${Recipient.contact.parentcustomerid.account.name}

When your email is sent then ClickDimension will replace these Merge Tags with the correct values. We recommend testing this before you send anything!

If you’re having trouble adding CANDDi tracking to your ClickDimensions Campaigns, please get in touch with our success team at help@canddi.com