Spotler
Formerly known as MailPlus
To track mail open/reads, add a new block switch to the HTML/code view in there you need to add:
<img src="https://track.leadboxer.com/log?datasetId=YOUR DATASET ID&campaign=Voorbeeld-Campagne-Naam&email={email}"/>
Make sure you change datasetId and campaign name in above snippet.
Unfortunatly, Spotler does not have the option to dynamically use the title of the email in the campaign variable, meaning you will need to either use a generic campaign name or manually change this for each email that is send out.
First we recommend you enable the Google Analytics integration, so that UTM tags are added to all the URLs
Secondly, we need to add identification parameters to every URL. This can be accomplished by using the 'Extra parameters' feature. We recommend to add the email and company parameter.

Even though it looks like it is enabled for for all emails like this, we found It might be necessary to manually enable this again in the emails/ newsletters themselves.
Click on the Analytics button at the top of the email


The Extra parameters feature only allows for 2 additional parameters, so if you need more you can still manually add them like this:
https://www.leadboxer.com?firstName={vNaam}&lastName={aNaam}&email={email}&companyName={bedrijf}
Last modified 8mo ago