We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can any body help how to set cookie Expire. It is not working for me. Popup is triggering every time i refresh page.
var _ouibounce = ouibounce(document.getElementById('ouibounce-modal'), { aggressive: true, timer: 0, cookieExpire: 10, callback: function() { console.log('ouibounce fired!'); } }); _ouibounce.disable({ cookieExpire: 50, sitewide: true });
Is there is something wrong in my code ??
The text was updated successfully, but these errors were encountered:
simple answer: aggressive: false;
Sorry, something went wrong.
Don't use aggressive. According to the doc, this does not use cookie state at all.
aggressive
Hello
Please close this issue if resolved
No branches or pull requests
Can any body help how to set cookie Expire. It is not working for me. Popup is triggering every time i refresh page.
var _ouibounce = ouibounce(document.getElementById('ouibounce-modal'), {
aggressive: true,
timer: 0,
cookieExpire: 10,
callback: function() { console.log('ouibounce fired!'); }
});
_ouibounce.disable({ cookieExpire: 50, sitewide: true });
Is there is something wrong in my code ??
The text was updated successfully, but these errors were encountered: