# Prospect.io

To track mail open/reads, you need to add the tracking pixel to your campaigns or templates.&#x20;

Here are the steps needed for adding the tracking pixel:

1. go to your drip campaign or template
2. edit your campaign or template and switch to HTML (\</>)
3. paste in your email tracking pixel at the bottom<br>

{% code overflow="wrap" %}

```html
<img src="https://track.leadboxer.com/log?datasetId=YOUR DATASET ID&campaign=prospect.io&email={{prospect_email}}" width="1" height="1" class="fr-fic fr-dib">
```

{% endcode %}

**Notes:**

* Change datasetId to reflect yours
* Optionally, change the campaign value to reflect the email title or campaign name&#x20;
* you can add other template variables as parameters if you have them

### Track clicks and identify prospects on your site

To track email clicks, you need to modify your links to include these parameters&#x20;

example URL

{% code overflow="wrap" %}

```url
https://www.YOURDOMAINNAME.com?&firstName={{prospect_firstname}}&lastName={{prospect_lastname}}&email={{prospect_email}}&companyName={{prospect_company_name}}
```

{% endcode %}

For more details see these pages:

<https://support.prospect.io/hc/en-us/articles/115009231968-Create-Content->

<https://support.prospect.io/hc/en-us/articles/115009483748-Template-Variables>

Still need help? [Contact Us](broken://pages/ONjt0nifnF9m5u4aACo3) [Contact Us](broken://pages/ONjt0nifnF9m5u4aACo3)

Last updated on March 7, 2019


---

# 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/prospect.io.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.
