Pipedrive Campaigns

This tutorial is specifically for emails that are send via the campaigns product, not the emails in the CRM

Step 1: Track email opens

To track mail open/reads from your Pipedrive Campaigns into LeadBoxer, you need to add a LeadBoxer tracking pixel to your campaigns or templates.

Here are the steps needed for adding the tracking pixel

  1. Go to your campaign or template

  2. Add an HTML element in where we can add our tracking pixel

  3. paste in your email tracking pixel in the HTML element:

<img src="https://track.leadboxer.com/log?datasetId=YOUR DATASET ID&campaign=my-campaign&email=*|EMAIL|*">

Close and Save

Notes:

  • Don't forget to change the DATASET ID to your own

  • Change the campaign value to reflect the email title or campaign name

  • You can add other template variables as parameters if you have them, eg

&firstName=*|FIRST_NAME|*

Pipedrive does not list all the merge fields you can use in their documentation, but you can get these by using the merge tag dropdown.

Step 2: Track email clicks and identify prospects on your site

To track email clicks, you need to modify the links inside your email campaigns and add this parameter to the URL of the link:

?email=*|EMAIL|*

This will allow us to identify the individual visitors when they land on your site.

Optionally but recommended, you should add additional parameters to enrich the visitor with other information from your database:

example URL

https://www.YOURDOMAINNAME.com/my-landing-page/?firstName=*|FIRST_NAME|*&lastName=*|LAST_NAME|*&email=*|EMAIL|*&companyName=*|ORG_NAME|*

Tip: Best practice is to test before sending out a mass email


To see more on For more details see these pages:

https://support.pipedrive.com/en/article/drag-drop-editor

Last updated