forked from backupbrain/php-email-open-tracking
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathonEmail.html
More file actions
14 lines (14 loc) · 695 Bytes
/
Copy pathonEmail.html
File metadata and controls
14 lines (14 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<body>
<!-- Some source:
http://tonygaitatzis.tumblr.com/post/65647388814/big-data-email-open-tracking-in-php
https://github.com/backupbrain/php-email-open-tracking
http://stackoverflow.com/questions/13079666/developing-a-tracking-pixel -->
<img src="trackerimage.jpg.php?campaignID=1&subscriptionID=1" width="200" height="100" border="0" />
<h1>Your Email</h1>
<p>This email contains a tracker image. </p>
<p>See how the width and height create a visual cue for the subscriber that an image is there even when they have not yet downloaded images from their email client?</p>
Also u can use the link:
[YOUR SITE]trackerimage.jpg.php?campaignID=7&subscriptionID=7
</body>
</html>