Skip to content

Commit

Permalink
update google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
shi-yan committed Dec 22, 2023
1 parent 43e8004 commit 00bf27e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
15 changes: 7 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,13 @@
<div id="root"></div>

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

gtag('config', 'G-G278P1YSJ6');
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-G278P1YSJ6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-G278P1YSJ6');
</script>
</body>

</html>
1 change: 1 addition & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"default_sample": "5_06_skeleton_animation",
"description": "Your ticket to the dynamic world of graphics programming.",
"google_analytics_id": "G-G278P1YSJ6",
"meta_image": "meta.png",
"prefix": "WebGPUTutorial",
"readme_folder": "readme",
Expand Down

0 comments on commit 00bf27e

Please sign in to comment.