// when this is passed through a base64 encoder, the output looks like
// PHNjcmlwdD5jb25zb2xlLmxvZygndGhpcyBpcyBteSBqYXZhc2NyaXB0Jyk8L3NjcmlwdD4=
// Then you can pass this string to one of the Avvio Cookie Consent public methods to
// add your javascript to the appropriate part of the document.
// AvvioCC.appendB64HTMLToHead('PHNjcmlwdD5jb25zb2xlLmxvZygndGhpcyBpcyBteSBqYXZhc2NyaXB0Jyk8L3NjcmlwdD4=');
// Use AvvioCC.appendB64HTMLToHead or AvvioCC.appendB64HTMLToBody depending on the part of the document that
// the script should be added to.
// configuration
// AvvioCC.popupPosition = 'bottom';
// AvvioCC.zIndex = 12;
// AvvioCC.debug = true;
// callbacks to deploy tools based on consent level picked by user
AvvioCC.userDeployRequiredCookies = function() {
// implement code to include mandatory scripts
}
AvvioCC.userDeployFunctionalCookies = function() {
// implement code to include functional scripts
}
AvvioCC.userDeployStatisticalCookies = function() {
// implement code to include statistical scripts
}
AvvioCC.userDeployMarketingCookies = function() {
// implement code to include marketing scripts
// example
// AvvioCC.appendB64HTMLToHead('PHNjcmlwdD5jb25zb2xlLmxvZygndGhpcyBpcyBteSBqYXZhc2NyaXB0Jyk8L3NjcmlwdD4=');
}