What's happening today
Friday 25 October 2013
chucked it down with rain for most of the day but the sunshine came out in the afternoon just as the job was completed. (typical!)
// Consent mode default window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('consent', 'default', { 'ad_storage': 'denied', 'ad_user_data': 'denied', 'ad_personalization': 'denied' }); let squarespaceCookies = {}; if (window.getSquarespaceCookies) { squarespaceCookies = window.getSquarespaceCookies(); } const consentValue = squarespaceCookies.marketing === 'accepted' ? 'granted' : 'denied'; const consentObj = { 'ad_storage': consentValue, 'ad_user_data': consentValue, 'ad_personalization': consentValue }; gtag('consent', 'update', consentObj); window.onCookieBannerInteraction = () => { let squarespaceCookies = {}; if (window.getSquarespaceCookies) { squarespaceCookies = window.getSquarespaceCookies(); } const consentValue = squarespaceCookies.marketing === 'accepted' ? 'granted' : 'denied'; const consentObj = { 'ad_storage': consentValue, 'ad_user_data': consentValue, 'ad_personalization': consentValue }; gtag('consent', 'update', consentObj);
Friday 25 October 2013
chucked it down with rain for most of the day but the sunshine came out in the afternoon just as the job was completed. (typical!)