php location redirects

by 1 replies
1
I'm pretty illiterate when it comes to code stuff...

Just wondering what CPA networks see when you use a php location redirect from say yourdomain.com/example to a CPA offer.

What does the referrer info show up as if the lead types "yourdomain.com/example" into the address bar? and

What if the lead clicks on the link from another another website? Does it show the referrer as your own site, and hide the original source?

Thanks
#programming #location #php #redirects
  • The original referring URL will be seen with a PHP redirect. If you want to set a new referring URL then you need to use a HTML meta refresh or a JavaScript refresh. So in your case you would want to use an HTML or JavaScript refresh to set yourdomain.com/example as your referring URL.

    now that you know this...don't abuse it

Next Topics on Trending Feed

  • 1

    I'm pretty illiterate when it comes to code stuff... Just wondering what CPA networks see when you use a php location redirect from say yourdomain.com/example to a CPA offer.