Hi all!
Been a programmer for a long time. Aside from Java, though, I'm new to Web development. I see a lot of people having issues with CPA networks when they utilize gray/black hat techniques were used to drive traffic. Everyone's trying to hide or fake their referral. I'm curious.... can something like the following be handled in PHP or JavaScript? I don't have the test boxes set up to try it, otherwise I'd experiment first and share my results.
First - when you have a web page and a user clicks your CPA link, the web page where the link was clicked is your referral URL.
Now, what if your web page were simply built with PHP? What if that page simply loaded the CPA ad? ex: visitor goes to homepage.com/mypage.php the php actually opens and loads the cpa offer page. The page the user requested (mypage.php) is dynamically built with the CPA page - using INCLUDE or something.
Question here - what is the referral URL the CPA network sees? Is it homepage.com/mypage.php?
Now, lets say you have a second page. somesite.com/anotherpage.php. If THIS page, loads your first page (mypage.php - which in turn loads the CPA ad) - do the CPA networks still see the original referral (homepage.com/mypage.php)?
Not talking redirects here - just something similar to a PHP include or something.
Would love to hear how this works. Thanks!
Iz
Been a programmer for a long time. Aside from Java, though, I'm new to Web development. I see a lot of people having issues with CPA networks when they utilize gray/black hat techniques were used to drive traffic. Everyone's trying to hide or fake their referral. I'm curious.... can something like the following be handled in PHP or JavaScript? I don't have the test boxes set up to try it, otherwise I'd experiment first and share my results.
First - when you have a web page and a user clicks your CPA link, the web page where the link was clicked is your referral URL.
Now, what if your web page were simply built with PHP? What if that page simply loaded the CPA ad? ex: visitor goes to homepage.com/mypage.php the php actually opens and loads the cpa offer page. The page the user requested (mypage.php) is dynamically built with the CPA page - using INCLUDE or something.
Question here - what is the referral URL the CPA network sees? Is it homepage.com/mypage.php?
Now, lets say you have a second page. somesite.com/anotherpage.php. If THIS page, loads your first page (mypage.php - which in turn loads the CPA ad) - do the CPA networks still see the original referral (homepage.com/mypage.php)?
Not talking redirects here - just something similar to a PHP include or something.
Would love to hear how this works. Thanks!
Iz