Results 1 to 4 of 4

 

Thread: saomethings stripping my referer url in CJ - help please:(

  1. #1
    Registered User

    Status
    Offline
    Join Date
    Apr 2005
    Location
    Central England
    Posts
    559
    Thanks
    50
    Thanked 12 Times in 10 Posts


    Hi guys,

    For some reason my referer urls arnt being passed to CJ from my website Kefalonia | Kefalonia Greece | Kefalonia Holidays .

    If you see the Kefalonia Holiday Booking Guide section on the homepage and click Kefalonia Holidays you'll see that I use a meta refresh on the page (code included below) to direct people to thomson holidays via CJ.

    For some reason this page is stripping the referer Url which has made CJ think i'm acting suspiciously as they dont know where the traffics from so i need to fix it.

    Can anyone see what would be causing the problem - or suggest another refesh after 5 second method that I could try?

    Thanks loads as always guys

    Russ

    Page html below -

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="refresh" content="5; URL=http://www.tkqlhce.com/7p121r09608OSTQXPTTOQPRYRYUT?url=http%3A%2F%2Fwww. thomson.co.uk%2Fdestinations%2Feurope%2Fgreece%2Fk efalonia%2Fholidays-kefalonia.html">
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    .style1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    }
    .style2 {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    }
    .style5 {
    color: #990000;
    font-style: italic;
    font-weight: bold;
    }
    .style6 {color: #0000FF}
    -->
    </style>
    </head>
    <body>
    <br>
    <br>
    <br>
    <br>
    <br>
    <table width="652" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
    <td width="83" align="center" valign="top"><div align="center">
    <p class="style1">&nbsp;<img src="wp-content/themes/revolution_city-10/images/thumbnailresort.jpg" width="70" height="70"></p>
    </div></td>
    <td width="569"><p align="center" class="style2">Our search has found that <span class="style5">Thomson</span> currently have the cheapest package holidays to Kefalonia.<br>
    <br>
    They also have the best choice of accommodation<br>
    with <span class="style6">49</span> hotels and villas currently available.
    </p>
    <p align="center" class="style2">Please wait while we redirect you.</p></td>
    </tr>
    </table>
    </body>
    </html>

  2. #2
    Registered User

    Status
    Offline
    Join Date
    Oct 2008
    Location
    Harrow
    Posts
    85
    Thanks
    3
    Thanked 12 Times in 12 Posts
    I had the same problem a few weeks ago http://www.affiliates4u.com/forums/w...a-refresh.html

    The problem with meta refresh is that it leaves it up to the browser to send referrer info or not, and both IE and Firefox do not send this. I also tried a javascript redirect which had the same problem.

    In the end, for CJ links only, I had to change to a 302 redirect which put me back in compliance. If you do find another method I would be interested to know what it is.

  3. #3
    Registered User

    Status
    Offline
    Join Date
    Apr 2005
    Location
    Central England
    Posts
    559
    Thanks
    50
    Thanked 12 Times in 10 Posts
    Thanks Kevin,

    Its a strange one - I thought a meta was the best way to do it and was stanadard practice in the aff world, didnt know it wouldnt pass the referer though.

    I'll try a 302 now but I wonder if a php redirect would work if i set a page up, meta was so easy though as I set a 5 second timer before the re-direct so people could read the page, not sure how to do that with php

    Cheers

    Russ

  4. #4
    Registered User

    Status
    Offline
    Join Date
    Oct 2008
    Location
    Harrow
    Posts
    85
    Thanks
    3
    Thanked 12 Times in 12 Posts
    Quote Originally Posted by crazihos View Post
    Its a strange one - I thought a meta was the best way to do it and was stanadard practice in the aff world, didnt know it wouldnt pass the referer though.
    Me too - I have been using it for the last year (and still do on all other networks) without any issues.

    As far as php goes, I use:
    PHP Code:
    // 302 redirect
        
    header("Location: {$affLink}"); /* Redirect browser */
        
    exit(); 
    It does means you can't use your 'thank you' message on the way out.



Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Sales declined "Not Last Referer"
    By cashchampion in forum Affiliate Window & buy.at
    Replies: 100
    Last Post: 01-04-09, 01:54 PM
  2. Last referer question
    By darrenb in forum Affiliate Marketing Lounge
    Replies: 2
    Last Post: 10-12-08, 09:31 AM
  3. Last-referer?
    By Bud in forum Affiliate Marketing Lounge
    Replies: 3
    Last Post: 29-11-07, 09:40 PM
  4. My top referer is...
    By smn2 in forum Media Coverage & PR Strategy
    Replies: 4
    Last Post: 04-03-04, 03:08 PM
  5. referer error
    By getvisible in forum TradeDoubler
    Replies: 0
    Last Post: 26-05-03, 10:42 PM

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