Poppulo

  1. To track mail open/reads:

    1. edit one of the elements in the footer

    2. switch to the HTML/code view

    3. add the tracking codeUse this code: (Note: Don't forget to Change datasetId and campaign name)

      <img src="https://track.leadboxer.com/log?datasetId=YOUR_DATASET_ID&campaign=EXAMPLE-Campaign&email=[@subscriberField 'emailAddress.email'/]"/>
      	
  2. Tracking clicks

    Modify your links and add the parameters like this:

    https://www.MYSITE.COM?firstName=${subscriber.field('name.firstName')!''}&lastName=${subscriber.field('name.surname')!''}&email=${subscriber.field('emailAddress.email')!''}&companyName=${subscriber.field('company')!''}

    NOTE: be sure to replace MYSITE.COM with your website-domain landing page

    Its best practice to construct the links in a simple text editor before you paste them into the email:

Last updated