Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
at main 257 B view raw
1/** 2 * Google Tag Manager 3 */ 4const TagManager = require('react-gtm-module'); 5 6export const initGoogleTagManager = () => { 7 if (typeof document === 'undefined') { 8 return {}; 9 } else { 10 return TagManager.initialize({ gtmId: 'GTM-MD32945' }); 11 } 12};