It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming HTML Forum

How To Mask Tracking Links In Emails?

How To Mask Tracking Links In Emails?

Postby heresyemail on Wed Nov 17, 2010 12:21 am

I found an email campaign tracking service that allows you to record the email address of all the people who open your emails. All you do is insert the following HTML code after the <BODY> tag :

<img height="1" width="1" src="http://www.trackingservice.com/wlog.php?TID=xyz&UID=userID">

When someone opens an email containing the above code the email displays a tiny image unseen by the recipient. The act of opening the email causes the image to display which triggers the service to record a single open for the email address that opened it.

Now the variable part of this code is the string’s end part (userID). The email software I use called Gammadyne Mailer uses the mail merge tag [[-Email-]] for displaying a recipient’s email address. So I replace the userID part with [[-Email-]]. So the code I use is this:

<img height="1" width="1" src="http://www.trackingservice.com/wlog.php?TID=xyz&UID=[[-Email-]]">

So if I sent an email to bob@abc.com with the above code inside the HTML and that person opened the email the tracking would record his email address and register one open to that email.

My question is: how can I use this tracking service but not have the URL from the tracking service displayed in the HTML code? IE I want to use some sort of forwarding script so that I can use a different domain in the HTML other than trackingservice.com eg. http://url-forwarder.com yet still have the email address recorded with trackingservice.com as above. In other words I would have something like this in the email:

<img height="1" width="1" src="http://www.url-forwarder.com/wlog.php?TID=xyz&UID=[[-Email-]]">

when the email is opened by bob@abc.com this URL in the code is activated and forwards to this exact link:

http://www.trackingservice.com/wlog.php ... ob@abc.com

How to do this? Thanks.
heresyemail
 
Posts: 2
Joined: Wed Nov 17, 2010 12:16 am

Re: How To Mask Tracking Links In Emails?

Postby iDad on Wed Nov 17, 2010 12:33 am

I am not sure but it sounds like an illegal activity to be sharing on here
PHOTO EDITING
Image
User avatar
iDad
1000+ Club
 
Posts: 1912
Joined: Fri Jul 17, 2009 6:05 pm
Location: USA

Re: How To Mask Tracking Links In Emails?

Postby heresyemail on Wed Nov 17, 2010 12:57 am

iDad wrote:I am not sure but it sounds like an illegal activity to be sharing on here


It's not illegal. We're fully CAN-SPAM compliant and use opt-in lists. It's just a matter of shielding ourselves from the occasional spam complaint we might get and the potential fallout, even though we're using opt-in lists with our own mail servers.

Many internet service providers out there are not understanding about spam complaints from small unknown mail servers like ours, whereas if you outsource and use an email service provider like Constant Contact or IContact you can get the odd spam complaint and not have to worry because these companies have staff managing relationships with ISPs and email providers.

These email service providers understand that even opt-in lists get spam complaints. Many others are not understanding at all and some clamp down hard. Hence our problem.
heresyemail
 
Posts: 2
Joined: Wed Nov 17, 2010 12:16 am


Who is online

Users browsing this forum: No registered users and 10 guests