var nbOfDaysToWaitBeforeAskingAgain = 30 * 6;window._axcb = window._axcb || [];
window._axcb.push(function(sdk) {
var json = sdk.userPreferencesManager.readChoicesFromCookies(
if (json && json.$date) {
var acceptedAt = new Date(json.$date);
(now.getTime() - acceptedAt.getTime()) / (1000 * 60 * 60) >
nbOfDaysToWaitBeforeAskingAgain
window.openAxeptioCookies();
console.error('Axeptio could not read previous choices nor parse consent date', err);