• Welcome to affLIFT!
    We are happy you have decided to check out our awesome affiliate marketing forum. Register your account today to join our amazing community!
  • Get traffic that converts! In case you work with nutra, sweepstakes, dating or gambling offers - it’s a must have! Apply promocode AFFLIFT to get a 5% bonus.
    Join ClickAdilla now!

Case Study My Push Adventure

Adsterra

artron

Super Contributor
Joined
Oct 31, 2018
Messages
64
I'm going to start to document my adventure in push traffic.

First off, I have an interesting problem to solve:
push traffic is giving me clicks. My tracker is registering the clicks and redirecting to my lander/offer page.
My javascript however, doesn't fire. My hotjar doesn't see a visitor.
I've got push traffic from 4 sources, and hotjar sees about 1 in 10 of the visitors.

Anyone got tips on how to get real people to visit a page, and to buy only real people traffic?
I got a tip to do a javascript redirect after some milliseconds and see how many get there, track that and use only those channels/sources.

Anyways, set that up just now, and here's the code for it:
Code:
<html>
<head>
<script type="text/javascript">
<!--
function delayer(){
     window.location = "https://target.page"
}
//-->
</script>
</head>
<body  onLoad="setTimeout('delayer()', 200)">
<h2></h2>
<p></p>

</body>
</html>

Next, I gotta figure out how this affects the tracking data and how to stop paying for bot traffic.
 
To view the premium content in our affiliate marketing forum (including this awesome thread), you must first register and upgrade your account. Register today and become a part of our amazing community!
Top