Results 1 to 3 of 3

 

Thread: Tracking exit links?

  1. #1
    CrazyLady's Avatar
    Registered User

    Status
    Offline
    Join Date
    Dec 2007
    Posts
    47
    Thanks
    4
    Thanked 2 Times in 2 Posts


    Hi guys,

    I've set up an new adwords campaign and I am wanting to track conversions. The problem is that google doesn't seem to track exit links? I've masked all my URL's to be /play/opperator-name and the ads are all served in OpenX.

    So the real question is, what is the best way to combine google Adwords/Analytics and Open X?

    I had been looking at Piwik (open source analytics) thinking that if they are the same company as open x they might have interegrated the two products but this doesn't seem to be the case.

    Any ideas??

    Thanks,

    Vikki

  2. #2
    Registered User

    Status
    Offline
    Join Date
    Jul 2009
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts
    If it is all about 'exit links' then statcounter.com does give you stats about the exit links. It is free to try but comes with 500 log limit but offers good features.

  3. #3
    futureweb's Avatar
    Registered User

    Status
    Offline
    Join Date
    Jul 2005
    Location
    North Devon
    Posts
    919
    Thanks
    13
    Thanked 22 Times in 22 Posts
    You could just create a simple log via your jump script (if you have one) using a database or flat file.

    PHP Code:
    <?
    $referrer 
    = isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : '';
    $linkid $_GET['id']; // your links id to forward on
    $date_time date'Y-m-d H:i:s'$phpdate );

      
    $log_it "insert into mylinklog(lastpage,link_offer_id,date_and_time) values('".$referrer."',".$linkid.",'".$date_time."')";
     
    $add_log mysql_query($log_it);

    // your link code here
    header("location: ".Your_link_based_on_its_id);
    ?>
    you can of course add in anything else such as keyword the user arrived on ad campaign id etc..



Thread Information

Users Browsing this Thread

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

Similar Threads

  1. GambLink - rotational system of gambling links exchange.
    By gamblink in forum Casino, Bingo & Gaming
    Replies: 2
    Last Post: 07-10-08, 08:34 AM
  2. Links of London Launches on LinkShare
    By worthy in forum Media Coverage & PR Strategy
    Replies: 0
    Last Post: 01-08-08, 11:11 AM
  3. Links of London Launches on LinkShare
    By worthy in forum Retail
    Replies: 0
    Last Post: 01-08-08, 11:10 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