You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Paste this code as high in the <head> of the page as possible:
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'[https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f)](https://www.googletagmanager.com/gtm.js?id=%27+i+dl;f.parentNode.insertBefore(j,f));
})(window,document,'script','dataLayer','GTM-NK4K647');</script>
<!-- End Google Tag Manager -->
Paste this code immediately after the opening <body> tag:
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NK4K647"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
The text was updated successfully, but these errors were encountered:
@MeWu-IDM : Please have a look at file .github/vignette-post-build.R in the charles/google-tag branch. (dce4bd0) It should be called from the pacehrh working directory after vignettes are built with the command line Rscript ../.github/vignette-post-build.R
Note: this is a simplistic implementation: it doesn't check whether the file already has a Google Tag, and will happily add a second one. A better implementation would check for the presence of an existing tag.
Per @JSchripsema-IDM :
<head>
of the page as possible:<body>
tag:The text was updated successfully, but these errors were encountered: