Skip to content

Commit

Permalink
google new analytics added
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadabidhafiz1294 committed Mar 27, 2024
1 parent ae6e87b commit e0f1daf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ google_site_verification: AJ313AlRA67n8AtM-qMYSX1RxjTkbRiXOgrxOnDlnTE # fill in
# The end of `jekyll-seo-tag` settings

google_analytics:
id: G-7M10LPNTVV # fill in your Google Analytics ID
id: G-QC8RHBVMBL # fill in your Google Analytics ID

goatcounter:
id: mohammadabidhafiz1294 # fill in your Goatcounter ID
Expand Down
4 changes: 2 additions & 2 deletions _includes/analytics.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-7M10LPNTVV"
src="https://www.googletagmanager.com/gtag/js?id=G-QC8RHBVMBL"
></script>
<script>
window.dataLayer = window.dataLayer || [];
Expand All @@ -10,5 +10,5 @@
}
gtag("js", new Date());

gtag("config", "G-7M10LPNTVV");
gtag("config", "G-QC8RHBVMBL");
</script>

0 comments on commit e0f1daf

Please sign in to comment.