Skip to content

Commit 03fa712

Browse files
committed
Complete visitor analytics setup
- Add Google Analytics tracking ID: G-6T09CME776 - Integrate MapMyVisitors world map widget on homepage - Visitor map displays at bottom of about page with real-time tracking - Analytics will show visitor locations, demographics, and usage statistics Features now active: - Google Analytics 4 for detailed visitor insights - Interactive world map showing visitor locations - Real-time visitor tracking and statistics
1 parent f498df3 commit 03fa712

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ contact_note: >
120120

121121
# For Google Analytics, see https://support.google.com/analytics/answer/10447272?hl=en&ref_topic=14088998&sjid=5129943941510317771-SA#zippy=%2Cgoogle-sites
122122
# and follow the instructions for Google Sites. You will need to create a Google Analytics property and copy the Google tag ID.
123-
google_analytics: # your Google Analytics measurement ID (format: G-XXXXXXXXXX)
123+
google_analytics: G-6T09CME776 # your Google Analytics measurement ID (format: G-XXXXXXXXXX)
124124
cronitor_analytics: # cronitor RUM analytics site ID (format: XXXXXXXXX)
125125
pirsch_analytics: # your Pirsch analytics site ID (length 32 characters)
126126
openpanel_analytics: # your Openpanel analytics client ID (format: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX)

_layouts/about.liquid

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ layout: default
7878
<div class="visitor-map" style="text-align: center; margin-top: 2rem;">
7979
<h2>visitor map</h2>
8080
<div id="visitor-map-widget">
81-
<!-- MapMyVisitors widget will be inserted here -->
82-
<!-- To get your widget code, visit https://mapmyvisitors.com/add -->
83-
<!-- Replace this comment with your MapMyVisitors embed code -->
81+
<script type="text/javascript" id="mapmyvisitors" src="//mapmyvisitors.com/map.js?d=VGq-6ngx9SQOzI4uqqrGzo8741s606-66KR_dTZ9b00&cl=ffffff&w=a"></script>
8482
</div>
8583
</div>
8684
{% endif %}

0 commit comments

Comments
 (0)