I have one media buy that pulls about 1000 clicks a day. The offer got shut down so I picked it up from another network and at the same time set up a java redirect so I could try out some different links without having to log in and edit the forwarding address and all that.
I'm showing significantly less clicks (in the offer stats) now than I was before. So far I've tested it on a couple new networks and had the same problem (low clicks) on both of them. I'm planning to set up a lander with Analytics so I can see if I'm still getting the old/high number of clicks and something is wrong with the tracking, or if the new/low number is correct and something happened with the site the ads are on.
Just wanted to ask here as well to see if using java could be screwing up my tracking or anything. This is basically all it is:
I'm showing significantly less clicks (in the offer stats) now than I was before. So far I've tested it on a couple new networks and had the same problem (low clicks) on both of them. I'm planning to set up a lander with Analytics so I can see if I'm still getting the old/high number of clicks and something is wrong with the tracking, or if the new/low number is correct and something happened with the site the ads are on.
Just wanted to ask here as well to see if using java could be screwing up my tracking or anything. This is basically all it is:
HTML:
<html>
<head></head>
<body>
<script type="text/javascript">
parent.window.location = 'http://linkhere.com';
</script>
</body>
</html>