Contents
What are tracking images?
A tracking pixel (also called 1×1 pixel or pixel tag) is a graphic with dimensions of 1×1 pixels that is loaded when a user visits a webpage or opens an email. Because it is so small, it can hardly be seen by visitors of a website or email recipients.
How do you use email tracking?
Sending an email with Mailtrack couldn’t be simpler: Just send a mail as you would do normally, then go to your sent mail folder to see if the check marks next to the message turn green to denote that it has been opened.
How can you tell if someone is tracking your email?
Most server side trackers send their email or website URL along with the email, you can look for it to check for tracking. To detect if your email is being tracked through this method, go to your email service and look for Show Original Message option that shows server side data.
How do you make an impression tracker?
Steps for tracking
- Create a display placement with 1×1-pixel dimensions.
- Add a display creative with an image asset.
- Create a click tracker ad in your campaign.
- Assign the click tracker to the placement you created in Step 1.
- Generate tags for your placement.
- Follow steps to organize your tags:.
What is a tracking pixel in an email?
A tracking pixel is just a 1×1 image pixel (like a GIF, JPEG, PNG, etc.) that is embedded in an email or webpage the same way that any other image would be, except it’s hidden.
How does tracking software work on an email?
Email tracking software places an invisible image pixel in your emails that can detect the exact time and date an email has been opened by a recipient. We talk more about how to do this below, but first, let’s discuss why email tracking is beneficial.
How to track an image in an email?
Basically, in the HTML body of your email, there will be an tag that would look like this : When someone reads his mail, with images enabled, the email-client will send a request to tracker.php, to load the image, passing it id=123456 as a parameter.
How to track email with PHP and image overflow?
This tracker.php script will be on your server, and, when called, it will : Use it to find to which email address it corresponds — when generating the email for each one of your subscribers, you’ll have generated an id different for each e-mail. return the content of a small image ; like a 1×1 transparent gif.