This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://cdn.jsdelivr.net/npm/[email protected]/a11y-dialog.min.js"></script> | |
<script async src="https://www.googletagmanager.com/gtag/js?id=ADD-ID-HERE"></script> | |
<script> | |
'use strict'; | |
var cookieName = 'company-gdpr'; | |
var redirect = '{{ gdpr_cta_decline_url }}'; // Redirect for decline | |
var expiration = {{ gdpr_expiry_time }}; // Expiration time in days | |
var animDuration = 200; // Animation duration in milliseconds | |
var animDelay = 1000; // Animation duration in milliseconds | |
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; |