Jump to content

Track email

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
8 replies to this topic

#1
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
How can I send an email and track th statistics? I saw a website that let's you track how much emails were opened, what links were pressed, and how many times. Unique opens of emails etc...

How can this be done?
Thanks.

#2
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts
You mean like how many emails were sent? or like what links were clicked in the email?

well for the links couldn't you add a GET variable to the URL and then increase a counter when the link is clicked and then email the value of the counter to a email address?

Quote


and increase $i when it is clicked?

sorry if this makes no sense :D

#3
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Yeah, I thought of that. But my main problem is how to count the views.

#4
phpforfun

phpforfun

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,236 posts
this is a great question.. once you find out you should make a tutorial, lol
Checkout my new forum! http://adminreference.com/

#5
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Well I do have a little idea... on how to do it.

There are some tracking systems that if you make them in an img tag, they will count the views. But I'm not sure if that will work with an email.

#6
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Send it with a "Read Receipt" and each time you receive a receipt you have received a view. The image tag is a good idea but not all email clients load images from the web by default.

#7
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Neither do all email clients send a read receipt by default.

#8
Guest_Jordan_*

Guest_Jordan_*
  • Guests
True. I suppose that the whole process by this site is not accurate.

#9
xxxkings

xxxkings

    Newbie

  • Members
  • Pip
  • 9 posts
Nice to know about it.. I think I have some clue about it. I have read this once in a buk.. I'll find it out n will tell u within 1 day..