Home > Paid Traffic Sources > Mobile

Back Button Backfiring? (6)


11-13-2015 04:48 AM #1 epicskillz (Senior Member)
Back Button Backfiring?

So I've used back buttons before and this time I decided to be a smart alec and did what I believe is called a "back button trap", and this happened:

Click image for larger version. 

Name:	backbutton.png 
Views:	145 
Size:	18.8 KB 
ID:	9013

Yes, I'm approaching 9 MILLION clicks as we speak.

And ZERO conversions.

I mean, I expected a significant percentage to get pissed off and alot of useless clicks but this escalated really quickly.

Yes this was one day, and no the original campaign wasn't a huge one in the first place.

Any thoughts on this?

On one hand I'm kinda amused but on the other, I'm really curious what exactly is going on here.


11-13-2015 05:39 AM #2 steel520 (Member)

I don't know what happened but I hope you stopped using the script, depending on which plan you have on Voluum you may be in overage already, I think it's like $0.04 every 1,000 events over your plan.


11-13-2015 09:28 AM #3 epicskillz (Senior Member)

@steel520 yea "in overage" is an understatement lol.

To put the numbers into perspective..

I crunched the numbers a little and realize that for this to happen, each person that fell into my devious back button trap..

On average..

Would have clicked on their back button..

A mind-blowing 830 TIMES.

Every single one of them.

Gonna dive into the stats to see what could be causing this man, this doesn't make sense at all.

Did some competitor just click-bomb me?


11-13-2015 12:40 PM #4 mr vexos (Member)

did u had double meta refresh enabled on Voluum?

noticed that clicks will be counted actually several times more than in the reality


11-18-2015 05:08 AM #5 natedl98 (Member)

Funny you should mention this. I just had an issue with a back button script tonight. Not sure what the problem is because I haven't had the issue before that I've known about (granted, I haven't run with the script very much). From what I can tell, the javascript listener fires on certain devices whether the button is pressed or not. At least that is how mine was working on ios. I am going to investigate further as this literally happened to me like 2 hours ago


11-18-2015 05:10 AM #6 natedl98 (Member)

Btw here is my script. It seemed to work fine on android and firefox, and it screwed up on some ios browsers. It kept hitting a refresh loop. Maybe ios updated something recently?

<script>
jQuery(document).ready(function($) {

if (window.history && window.history.pushState) {

$(window).on('popstate', function() {
var hashLocation = location.hash;
var hashSplit = hashLocation.split("#!/");
var hashName = hashSplit[1];

if (hashName !== '') {
var hash = window.location.hash;
if (hash === '') {
window.location='<LINK>';
return false;
}
}
});

window.history.pushState('forward', null, '');
}

});
</script>


Home > Paid Traffic Sources > Mobile