Ανακατεύθυνση σε διαφορετική σελίδα μετά το κλικ στο Allow ή Block στο Opt-in

Sometimes you want to redirect a user to a landing page once they complete the Web Push subscription or if they have denied it. This is possible to create using our Web SDK.


We will share the required steps to be followed in that case.

Our typical installation code looks like this

<script> window._peq = window._peq || []; window._peq.push([“init”]); </script><br><script src=”https://clientcdn.pushengage.com/core/4xxxyoursitexx.js” async></script>

Instead of adding that please add the below code

1) Replace URL https://yourredirectpage.com with the page you want to redirect to

<script> window._peq = window._peq || [];
window.addEventListener('PushEngage.permissionPrompt.allow', function (event) {
  if (event.detail && event.detail.prompt === 'native') {
    setTimeout(() => {
      window.location = 'https://yoursite.com';
    }, 6000);
  }
});< /script> 
<script src = ”https: //clientcdn.pushengage.com/core/4xxxyoursitexx.js” async>

So specifically, the first line of code is replaced by the sample code snippet for redirection

<script> window._peq = window._peq || [];
window._peq.push([‘init’,{}.pe,function(res){
if(res.statuscode==1){ location = “https://yourredirectpage.com“;
}
if(res.statuscode==2 || res.statuscode==3){
location = “https://yourredirectpage.com“;
}}]);

The second line remains the same from your Settings » Site Settings > Installation Settings

<script src=”https://clientcdn.pushengage.com/core/4xxxyoursitexx.js” async></script>

That is it, you should be able to drive people to any landing page after they click allow/block ; try it out & hope it works well.

Σε περίπτωση που αντιμετωπίσετε προβλήματα, μη διστάσετε να επικοινωνήσετε μαζί μας κάνοντας κλικ εδώ. Η ομάδα υποστήριξής μας θα μπορέσει να σας βοηθήσει.

Τελευταία ενημέρωση στις 9 Μαρτίου 2026

Προσέλκυση και Διατήρηση Επισκεπτών Αφού Φύγουν από τον Ιστότοπό σας

Αυξήστε την αξία κάθε επίσκεψης στον ιστότοπο με Ειδοποιήσεις Push που είναι δύσκολο να αγνοηθούν.

  • Δωρεάν Πρόγραμμα για Πάντα
  • Εύκολη Εγκατάσταση
  • Υποστήριξη 5 Αστέρων