Skip to content

Commit 6615322

Browse files
authored
Fix Google Analytic typo (#2834)
1 parent 4519ca0 commit 6615322

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

R/build.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,14 +197,15 @@
197197
#' includes:
198198
#' in_header: |
199199
#' <!-- Global site tag (gtag.js) - Google Analytics -->
200-
#' <script async src="https://www.googletagmanager.com/gtag/js?id={YOUR TRACKING ID}"#' ></script>
200+
#' <script async src="https://www.googletagmanager.com/gtag/js?id={YOUR MEASUREMENT ID}" ></script>
201201
#' <script>
202202
#' window.dataLayer = window.dataLayer || [];
203203
#' function gtag(){dataLayer.push(arguments);}
204204
#' gtag('js', new Date());
205205
#'
206-
#' gtag('config', '{YOUR TRACKING ID}');
206+
#' gtag('config', '{YOUR MEASUREMENT ID}');
207207
#' </script>
208+
#' <!-- Google tag (gtag.js) -->
208209
#' ```
209210
#' * [GoatCounter](https://www.goatcounter.com):
210211
#'

man/build_site.Rd

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/deploy_site_github.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/deploy_to_branch.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/init_site.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)