Skip to content

Commit

Permalink
0.0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4rtaz committed Oct 24, 2023
1 parent 98ca4e0 commit 7bd8b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/append-ga.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ const fs = require('fs');
const path = require('path');

const SCRIPT =
`<script async src="https://www.googletagmanager.com/gtag/js?id=G-CDBK7LBGM8"></script>
`<script async src="https://www.googletagmanager.com/gtag/js?id=G-8N9MBTQKCK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-CDBK7LBGM8');
gtag('config', 'G-8N9MBTQKCK');
</script>`;

function appendGa(path) {
Expand Down

0 comments on commit 7bd8b74

Please sign in to comment.