Home >
Questions and Answers >
General Questions
Please help! (11)
01-24-2022 01:34 PM
#1
polyester (Member)
Please help!
Hi there,
I've been hugely testing offers on pop with no succes in a month and last week I've finally found out a great offer. In maybe two days conversions rapidly dropped which can probably happen but in last two days it came to zero.
Only a while ago I checked if my domain is not banned or something - and it is not.
However, all my LPs I have on AWS are redirected to another (not mine) offer. Without interaction, just after a second or so, it just redirects... 
Can anyone, please, help me?
What can I do with this?
01-24-2022 01:44 PM
#2
twinaxe (Senior Moderator)
It´s hard to tell without more details.
You say that conversions rapidly dropped, what about the traffic?
Do you have same volume as before but performance dropped alot or do you also have less volume?
When you say the conversions dropped to zero did you make sure that the offer is still active?
It could also happen that the tracking URL for the offer changed.
Or maybe you got paused from the offer because the quality didn´t work.
Did you test if the offer is still working = offer URL with redirects is still working?
Also did you ask your AM about it?
However, all my LPs I have on AWS are redirected to another (not mine) offer. Without interaction, just after a second or so, it just redirects...
Please clarify, probably it could answer few of the questopns above already
How did your landing pages work before?
Did the user has to click something to get redirected?
As far as I understand the users get redirected
now without clicking anything on the LP, correct?
And not only that, the users also get redirected to a different offer than the one that you set in your tracker?
01-24-2022 01:53 PM
#3
polyester (Member)
Thank you very much @twinaxe
The second part of your questions is the case. - offers active, traffic good.
Actually, curently I was using your great LP :-) - the multilanguage click to download - and also your ideas - Haka captcha offers.
As far as I understand the users get redirected now without clicking anything on the LP, correct?
And not only that, the users also get redirected to a different offer than the one that you set in your tracker?
Exactly, and even worse - LPs get redirected even when opened in AWS - even without tracker or any offer attached.
And - probably all of my LPs on AWS are doing that - even ones I've made myself.
01-24-2022 02:13 PM
#4
twinaxe (Senior Moderator)
Actually, curently I was using your great LP :-) - the multilanguage click to download
That´s great to hear
Exactly, and even worse - LPs get redirected even when opened in AWS - even without tracker or any offer attached.
And - probably all of my LPs on AWS are doing that - even ones I've made myself.
That´s not great to hear but let´s find out what´s happening there
From what I understand you have the following situation:
- You had a good converting offer that suddenly stopped converting completely down to 0 conversions
- The offer is still active
- Traffic volume is same as before
- Suddenly all your LPs redirect without any user interaction to a different offer
Is this correct so far?
Did you change anything on your LPs or in your tracker before the problem started?
Did you maybe change the redirect flow in your tracker to direct instead of LP?
If you want to you can also send me a PM with your trackers campaign URL for the previously good converting offer as well as a direct link to your landing page, I will check then if I find something strange there.
01-24-2022 03:01 PM
#5
twinaxe (Senior Moderator)
Thanks for the PM, I think I found the problem.
It seems that you have set in the push prompt to redirect the users when they interact with it.
This is the code from your LP where we can see the settings very clear:
Code:
<script>
var s = document.createElement('script');
s.src='//domain.com';
s.onload = function(result) {
switch (result) {
case 'onPermissionDefault':
window.location.replace("//domain.com");break;
case 'onPermissionAllowed':
window.location.replace("//domain.com");break;
case 'onPermissionDenied':
window.location.replace("//domain.com");break;
case 'onAlreadySubscribed':
window.location.replace("//domain.com");break;
case 'onNotificationUnsupported':break;
}
}
document.head.appendChild(s);
</script>
You should only use these options when you want that the users get redirected for specific push events.
When the user shall stay on your website just deactivate the TrafficBack option.
Then the push prompt will still be shown but the user doesn´t get redirected when he interacts with it.
I don´t use ProPush.me myself but at least that´s how I understand it
01-24-2022 03:25 PM
#6
polyester (Member)
Thank you sooooo much!
I just followed some tutorial in here, I have no idea what I did :-D but I also understood it like that, that it redirects - but it doesn't make sense, why would anyone wanted to do that?
Whatever, I'm changing it right now :-)
Thank you, thank you, thank you, thank you :-)
01-24-2022 03:46 PM
#7
twinaxe (Senior Moderator)
I also understood it like that, that it redirects - but it doesn't make sense, why would anyone wanted to do that?
There are definitely situations where it can be helpful, I use redirects from push interactions as well for some campaigns but in most cases it´s probably wanted that the user stays on the website
Whatever, I'm changing it right now :-)
Let us know if the issue is solved or if there´s more to do
01-24-2022 04:38 PM
#8
jeremie (Moderator)

Originally Posted by
polyester
I just followed some tutorial in here, I have no idea what I did :-D but I also understood it like that, that it redirects - but it doesn't make sense, why would anyone wanted to do that?
It used to be useful at the beginning of push. Now, most browsers automatically fire the "
onPermissionDenied" event when pushs are disabled by the user. This is what cause the autoredirect with your script.
01-25-2022 11:51 AM
#9
polyester (Member)
Thank you @twinaxe, you're really great! :-)
I don't understand propush.me so I've switched to monetizer and my LPs are alright now :-)
Thank you for saving me :-) it actually took me nearly a week to notice....
01-25-2022 12:48 PM
#10
twinaxe (Senior Moderator)

Originally Posted by
polyester
I don't understand propush.me so I've switched to monetizer and my LPs are alright now :-)
It´s always good to test different push services
You could also try TC Ads, it´s the traffic platform from Traffic Company.
There you can also collect push subs and then you can run campaigns on your own collected subs through their platform without paying for the traffic.
I didn´t test it myself but maybe this is interesting for you
02-14-2022 07:33 AM
#11
Coinis (Member)
Hi!
Since you are first getting started, you should aim to get as much knowledge about the industry as possible. Many major networks have excellent blog sections on industry trends, how-to's etc, which can equip you with great knowledge for starters. Take look at ours for example https://coinis.com/blog.
Good luck!
Home >
Questions and Answers >
General Questions