Sailthru: Including Identifiers in Links
You may want to pass a unique Sailthru identifier from links within your email to help enable cross-channel identity resolution. This will help Lytics identify users across data streams and merge their email and web activity.
The easiest way to pass a unique identifier from Sailthru click-through links into Lytics is to modify your email template to include a hashed email
in each URL in the email being sent.
Requirements
The Lytics JavaScript Tag must be installed on your site, and an import will need to be active with userId
set for import (default state). In addition, a line of LQL (Lytics Query Language) will need to be added to the Sailthru query in order to map the hashed email field to the user's profile. For assistance contact your Lytics representative or Lytics support.
For example:
qs(url, "email_hash") as hashed_email SHORTDESC "Hashed Email"
Add encrypted email to Sailthru links
Ensure the Lytics Sailthru import Hash Algorithm option is set to 'SHA-256' (default).
Log in to Sailthru and navigate to Communications > Templates then select your email template.
Select the Advanced tab.
Copy
email_hash={sha256(email)}
into the Auto-Append Link Parameters field.
Now all email clicks will pass the encrypted SHA256 email
to your website when users click the links, and Lytics will map the encrypted email to the user's profile.
www.yourcompanyURL.com/email-campaign-page?email_hash=hashed-email-here-for-each-user