functionlaunchGA(){var el =document.createElement('script');el.setAttribute('type','text/javascript');el.setAttribute('async',true);el.setAttribute('src','//www.googletagmanager.com/gtag/js?id=UA-234217-21');document.body.append(el); window.dataLayer =window.dataLayer || [];functiongtag(){dataLayer.push(arguments);}gtag('js',newDate());gtag('config','UA-234217-21', { 'anonymize_ip':true });gtag('config','UA-234217-21', {'link_attribution':true});}// La fonction qui relie Axeptio au lancement du cookie Google Analyticsvoid0===window._axcb && (window._axcb = []);window._axcb.push(function(axeptio) {axeptio.on("cookies:complete",function(choices) {if(choices.google_analytics) {launchGA(); } });});