Skip to content

Commit

Permalink
Fix Google Analytic typo (#2834)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafnuss authored Jan 8, 2025
1 parent 4519ca0 commit 6615322
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions R/build.R
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,15 @@
#' includes:
#' in_header: |
#' <!-- Global site tag (gtag.js) - Google Analytics -->
#' <script async src="https://www.googletagmanager.com/gtag/js?id={YOUR TRACKING ID}"#' ></script>
#' <script async src="https://www.googletagmanager.com/gtag/js?id={YOUR MEASUREMENT ID}" ></script>
#' <script>
#' window.dataLayer = window.dataLayer || [];
#' function gtag(){dataLayer.push(arguments);}
#' gtag('js', new Date());
#'
#' gtag('config', '{YOUR TRACKING ID}');
#' gtag('config', '{YOUR MEASUREMENT ID}');
#' </script>
#' <!-- Google tag (gtag.js) -->
#' ```
#' * [GoatCounter](https://www.goatcounter.com):
#'
Expand Down
5 changes: 3 additions & 2 deletions man/build_site.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/deploy_site_github.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/deploy_to_branch.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/init_site.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6615322

Please sign in to comment.