Results 1 to 8 of 8

 

Thread: how do i setup a tracking pixel

  1. #1
    Registered User

    Status
    Offline
    Join Date
    Sep 2004
    Posts
    81
    Thanks
    0
    Thanked 0 Times in 0 Posts


    Does anybody know how to I create a tracking pixel script and how it works?

    Thanks.

  2. #2
    zaq
    Registered User

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Here
    Posts
    1,390
    Thanks
    0
    Thanked 2 Times in 2 Posts
    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.

  3. #3
    Registered User

    Status
    Offline
    Join Date
    Sep 2004
    Posts
    81
    Thanks
    0
    Thanked 0 Times in 0 Posts
    No, just those 1x1 pixels that are used for tracking

  4. #4
    zaq
    Registered User

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Here
    Posts
    1,390
    Thanks
    0
    Thanked 2 Times in 2 Posts
    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.

  5. #5
    Mogga's Avatar
    Chocaholic

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Oldham
    Posts
    8,452
    Thanks
    519
    Thanked 228 Times in 176 Posts
    surely all it does is show a minute image from another site - won't good tracking on that site show you were pixels have been pulled from?
    --
    Gifts -/ wine,vouchers/Chocolate -/Garden
    Got a bingo site? Want a link. Get in touch.

  6. #6
    Registered User

    Status
    Offline
    Join Date
    Jan 2005
    Location
    Scotland
    Posts
    70
    Thanks
    0
    Thanked 0 Times in 0 Posts
    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

  7. #7
    futureweb's Avatar
    Registered User

    Status
    Offline
    Join Date
    Jul 2005
    Location
    North Devon
    Posts
    919
    Thanks
    13
    Thanked 22 Times in 22 Posts
    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")
    
    %>

  8. #8
    Vin

    Status
    Offline
    Join Date
    Feb 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hello I really need to implement pixel tracking in my email! Could anyone help me please....



Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Similar Threads

  1. How to add a Custom Tracking ID
    By paidonresults in forum Paid On Results
    Replies: 10
    Last Post: 07-04-11, 02:42 PM
  2. Gambling "Portal" Websites For Sale: Setup & Ready To Profit
    By cashmirrors in forum Domains & Websites For Sale
    Replies: 0
    Last Post: 19-10-05, 11:23 PM
  3. Coral Tracking Compensation
    By TD Nick in forum TradeDoubler
    Replies: 13
    Last Post: 10-06-05, 12:37 AM
  4. Replies: 2
    Last Post: 03-11-04, 10:17 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2