How to add personalized tracking parameters in links | Community
Skip to main content
April 5, 2021
Solved

How to add personalized tracking parameters in links

  • April 5, 2021
  • 1 reply
  • 970 views

I am trying to help a client set up tracking that will involve dynamically inserting parameters for Campaign Name and SHA-256 hashed email address. Other ESPs offer macros/personalization strings that can easily accomplish this (e.g. Salesforce has a SHA256 hashing macro that will perform the hash just-in-time without needing the email address to be pre-hashed). What's the best way to accomplish dynamic tracking parameters like this in Campaign Standard? Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by bisswang

With the dynamic editor, you can add any "available" field into the link URL.

If you need any computed fields not stored in the DB, you need to use a workflow to compute the value. Then you can use it in the editor and can add it to the link

1 reply

bisswangAdobe EmployeeAccepted solution
Adobe Employee
April 5, 2021

With the dynamic editor, you can add any "available" field into the link URL.

If you need any computed fields not stored in the DB, you need to use a workflow to compute the value. Then you can use it in the editor and can add it to the link