Skip to content

Commit

Permalink
Merge pull request #123 from Appsilon/add-cross-domain-ga-tag
Browse files Browse the repository at this point in the history
chore: Add second GA tag.
  • Loading branch information
jakubnowicki authored Mar 17, 2023
2 parents e83b928 + 154da44 commit e36697b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ template:
gtag('js', new Date());
gtag('config', 'G-DVX9BJSBX4');
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FQQZL5V93G"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-FQQZL5V93G');
</script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
before_navbar: |
<a href="https://shiny.tools" class="home"><i class="fa fa-lg fa-chevron-left"></i></a>
Expand Down

0 comments on commit e36697b

Please sign in to comment.