If you're using a purchased solution, that should be included in the package. Otherwise, you'll have to build something custom, or post it to your web server and let an analytic script like Google do it for you.
You could embed a tacking script (google analytics is both pervasive and annoyingly easy to use).
Or serialize the server's request/response headers and store them/data mine them later, and use bogus tokens but keep track of them (they'll have to be unique).
Lots of ways to do it.
Edit:
I believe "constant contact" offers a solution (possibly free, I dunno).
If you're using a purchased solution, that should be included in the package. Otherwise, you'll have to build something custom, or post it to your web server and let an analytic script like Google do it for you.
I do this everyday as part of my job, it is the best way of doing it if the system you use to send out the emails does not track the links for you.
I think the idea of including web bug or token in URL string will work for my case.
The URL string will be like, http://www.mysite.com/page?lid=324&sid=245&uid=2, where lid, sid and uid corresponds to the ids for letter, subscriber and hyperlink.
Can you please provide me some online tutorials or programs with this approach.
I use online systems for this kind of tracking such as mediaplex. but its not cheap as I use it through my large company which pay for it as a monthly thing.
Bookmarks