Skip to content

Commit

Permalink
Merge pull request #2 from nolanbconaway/new-tag
Browse files Browse the repository at this point in the history
update ga4 tag
  • Loading branch information
nolanbconaway authored Nov 13, 2022
2 parents e84d3ab + 4d273b2 commit 0074d91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.8"

Expand Down
13 changes: 6 additions & 7 deletions src/app/templates/base.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<!doctype html>

<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-80719882-7"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-29NK4NSJ0D"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-80719882-7');
gtag('config', 'G-29NK4NSJ0D');
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"
Expand Down

0 comments on commit 0074d91

Please sign in to comment.