How to Identify Contacts who Click Through Emails to Your Site from Email Sequencers
With the right setup, ServiceBell can identify contacts (name, company, email) who click through email campaigns.
Email clickthrough identification at contact-level relies on a unique link query parameters per email recipient. Below is a set of steps to configure your ServiceBell instance to recognize individuals by their email.
Add this code to your site in addition to the installation code you already installed: https://gist.github.com/dternyak/133905871ef03b5a4d4cb47910039ee3
Build a reference table of email and base64-encoded query parameters attached to the clickthrough URL. This can be done in a Google Sheet, but is easiest to automate in Clay, especially if you use a sequencer that integrates with Clay.
The one column you must encode is the email as “sbec”
You can optionally encode firstname as “sbfn”, lastname as “sbln”, and company name as “sbcn”
See this sheet for reference: https://docs.google.com/spreadsheets/d/19Ngik_bhK-OdBjrv618RevMR_XKUlwsIP0kZ43JYH7Q/edit?usp=sharing
Integrate the table from Clay or Sheets into your campaign, so that the hyperlinked text includes the encoded data.
ServiceBell will pick up the clickthrough and display alerts and contact information accordingly.
For reference, below is the Python code to encode an email. You can build this as a column in Clay.
Last updated