pageAnalytics = {
const id = 'UA-143934306-5';
await require(`https://www.googletagmanager.com/gtag/js?id=${id}`).catch(
() => {}
);
const location = html`<a href>`;
gtag('js', new Date());
gtag('config', id, {
page_location: location.pathname,
page_path: location.href
});
return md`### Google Analytics Cell`;
}