Link to home
Start Free TrialLog in
Avatar of arielbf
arielbfFlag for Israel

asked on

email tracking asp classic

for some reason it seems that my tracking is not working.

I have this code in the email:
<img border=’0′ src=’http://www.midgampanel.com/detectOpen.asp?id=6584341944C5310662' width=’1′ height=’1′>

and this is the code of detectOpen.asp:

if request.querystring("id")<>"" then

	sqlu = [UPADTE mytable code]
	cn.execute(sqlu)
	
	Response.ContentType = "image/gif"
	server.Execute("pxl.gif")
		
end if

Open in new window


Any Ideas?
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

if the email client does not ""show or download" images, your page is not called.
if on the client  network , that domain is blocked or not white listed, it will not be able to call it.

is your concern that or is there a tech error you get?
Avatar of arielbf

ASKER

1) I've sent almost 1400 emails in the past 2 hours with the code it is not reasonable that everyone has the client set for not ""show or download" images - 160 users allready reacted to the email so they getting it and I guess that this shows also that the domain is not blocked.

2) I've tried the detectOpen.asp from the browser and i don't get any errors and the DB gets updated properly.
so you got 160 answers from 1400 in 2 hours
well, then I think its fine, simply not wvwrybody has yet downloaded your email yet.
remember that also most non-tech guys are not reading their emails all the time, or even deleting them without opening them.
also spam filters etc
 i remember from our mrketing them that an actual reaction of bulk emails or sms was about 4 - 8% after 1 week
Avatar of arielbf

ASKER

I can get sure that the

Response.ContentType = "image/gif"
server.Execute("pxl.gif")

is working fine?
send the email to yourself, and open it in several email applications, and also web based email programs...
ASKER CERTIFIED SOLUTION
Avatar of arielbf
arielbf
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I see. Part of those "stupid" errors that you can run hours and hours and don't "see" it ..., just in front of your nose, especially if the "font" is so that the quotes are not distinguishable.
Avatar of arielbf

ASKER

It was the solution that actually solved the problem...