# Poppulo

1. To track mail open/reads:
   1. edit one of the elements in the footer

      <figure><img src="//d33v4339jhl8k0.cloudfront.net/docs/assets/565e1cb7c697915b26a5c214/images/5c5d55b72c7d3a66e32e2e58/file-fIKLw7pVzD.png" alt=""><figcaption></figcaption></figure>
   2. switch to the HTML/code view&#x20;

      <figure><img src="//d33v4339jhl8k0.cloudfront.net/docs/assets/565e1cb7c697915b26a5c214/images/5c5d56012c7d3a66e32e2e5b/file-YbPKFfYAVs.png" alt=""><figcaption></figcaption></figure>
   3. add the tracking code**Use 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'/]"/>
      	
      ```

      <figure><img src="//d33v4339jhl8k0.cloudfront.net/docs/assets/565e1cb7c697915b26a5c214/images/5c5d562c2c7d3a66e32e2e60/file-XdnVMD63e5.png" alt=""><figcaption></figcaption></figure>
2. Tracking clicks&#x20;

   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:&#x20;

   <figure><img src="//d33v4339jhl8k0.cloudfront.net/docs/assets/565e1cb7c697915b26a5c214/images/5c5d57b82c7d3a66e32e2e72/file-jEcraiKKHo.png" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.leadboxer.com/leadboxer/integrations/email/marketing-emails/poppulo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
