Skip to content

Commit

Permalink
add gtag.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mewlist committed Feb 26, 2024
1 parent 2060ea3 commit 8b3881e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions Writerside~/cfg/buildprofiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<download-title>Go to Repository</download-title>
<download-page>https://github.com/mewlist/Doinject</download-page>
<showDownloadButton>true</showDownloadButton>
<analytics-head-script-file>../gtag.js</analytics-head-script-file>
</variables>
<footer>
<copyright>mewlist 2024</copyright>
Expand Down
9 changes: 9 additions & 0 deletions Writerside~/gtag.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PQF0RZKSR7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-PQF0RZKSR7');
</script>

0 comments on commit 8b3881e

Please sign in to comment.