Skip to content

Commit

Permalink
Merge pull request #150 from gladly-team/alec/TFAC-245
Browse files Browse the repository at this point in the history
Alec/tfac 245
  • Loading branch information
kmjennison authored Mar 29, 2021
2 parents 6e30896 + de4050d commit 11d0039
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,23 @@ class CustomDocument extends Document {
*/}

{/* Google Publisher Tag */}
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-LDFLQCKVHG"
/>
<script
key="gtag-global"
dangerouslySetInnerHTML={{
__html: `
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LDFLQCKVHG');
gtag('config', 'G-LDFLQCKVHG',{'debug_mode':true});
gtag('config', 'G-LDFLQCKVHG',{'tfac_app_version':'v4'});
`,
}}
/>
<script
dangerouslySetInnerHTML={{
__html: `
Expand Down

1 comment on commit 11d0039

@vercel
Copy link

@vercel vercel bot commented on 11d0039 Mar 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.