sorry you mean like the milliondollorhomepage.com ?
Does anybody know how to I create a tracking pixel script and how it works?
Thanks.
sorry you mean like the milliondollorhomepage.com ?
A survivor personality is a winning personality that longs to win in the long-term, within the big picture and not one that looks only to succeed within individual moments.
No, just those 1x1 pixels that are used for tracking
Oh, sorry dont know.
A survivor personality is a winning personality that longs to win in the long-term, within the big picture and not one that looks only to succeed within individual moments.
I use PHP Ads New (PAN) to track those images. It also handles our banner rotation.
Create a new banner with a 1 pixle image and place the code on your page:0
<img src="/adview.php?what=xxx" border=0 width="1" height="1">
where xxx is the banner number
Yeh the image is just a way to run a script from another site / location on your page.
so
<img src="http://www.somesite.com/track.asp?SiteID=12981219" width="1" height="1">
track.asp would look somthing like
Code:<% 'Grab / check / set the info we want IP, Refferer set a cookie UIP = Request.ServerVariables("REMOTE_ADDR") URef = Request.ServerVariables("HTTP_REFERER") UDateTime = Now() SiteID = Request("SiteID") If Request.cookies("MySite")("Visit") <> "" then ' // Our user has already paid a visit SQL ="INSERT into Tracking (UIP,URef,UDateTime,visit, siteID) Values('"&UIP&"','"&URef&"',#"&UDateTime&"#,2,"&SiteID&")" Conn.execute(SQL) else ' First time visit Response.cookies("MySite")("Visit") = "Yep" Response.Cookies("MySite").Expires = Now + 365 SQL ="INSERT into Tracking (UIP,URef,UDateTime,visit,SiteID) Values('"&UIP&"','"&URef&"',#"&UDateTime&"#,1,"&SiteID&")" Conn.execute(SQL) End if Response.write("http://mySite.coim/ipix.gif") %>
Hello I really need to implement pixel tracking in my email! Could anyone help me please....
There are currently 2 users browsing this thread. (0 members and 2 guests)
Bookmarks