Forum Moderators: coopster

Message Too Old, No Replies

Track message opens/read

Track message opens/read

         

vivek avasthi

8:29 pm on Jul 21, 2006 (gmt 0)

10+ Year Member



i want to send mail to users from my site , and then track open/read of that messages . like my site is sitename.com and i send mail on vivek@yahoo.com ...is it possibel to track message

jatar_k

2:03 am on Jul 22, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



you can track them by using a bug

this is normally an image, transparent 1x1 often, or even an img tag that targets a php script and passes a param to know what email it is

though I guess 1x1 images would probably get a spam flag these days

barns101

8:50 pm on Jul 22, 2006 (gmt 0)

10+ Year Member



Yes, your email is more likely to be flagged as spam if you have some tracking code in it. Additionally, many people now read email with HTML and/or images turned off for this very reason.

henry0

10:52 pm on Jul 22, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Question:
Will the PHP param be considered as spam?
and if OK what would/could be the scritp logic?
Thanks

barns101

9:07 am on Jul 23, 2006 (gmt 0)

10+ Year Member



Yes, it would be considered as spam if it can b recognised as a way to track visitors.

You could add an "image" like this:


<img src="http://www.example.com/script.php?var1=xyz&var2=xyz" height="0" width="0" />

And then the script can make use of the variables in the usual way.