File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ contact_note: >
121121# and follow the instructions for Google Sites. You will need to create a Google Analytics property and copy the Google tag ID.
122122google_analytics : # your Google Analytics measurement ID (format: G-XXXXXXXXXX)
123123cronitor_analytics : # cronitor RUM analytics site ID (format: XXXXXXXXX)
124+ pirsch_analytics : # your Pirsch analytics site ID (length 32 characters)
124125
125126# For Google Search Console, see https://support.google.com/webmasters/answer/9008080?hl=en#meta_tag_verification&zippy=%2Chtml-tag
126127google_site_verification : # your google-site-verification ID (Google Search Console)
@@ -409,6 +410,7 @@ lazy_loading_images: true # enables lazy loading of images (recommended)
409410
410411enable_google_analytics : false # enables google analytics
411412enable_cronitor_analytics : false # enables cronitor RUM analytics
413+ enable_pirsch_analytics : false # enables Pirsch analytics (https://pirsch.io/)
412414enable_google_verification : false # enables google site verification
413415enable_bing_verification : false # enables bing site verification
414416enable_masonry : true # enables automatic project cards arrangement
Original file line number Diff line number Diff line change 2222 cronitor (' config' , { clientKey: ' {{site .cronitor_analytics }}' });
2323 </script >
2424{% endif %}
25+ {% if site .enable_pirsch_analytics %}
26+ <script
27+ defer
28+ src =" https://api.pirsch.io/pa.js"
29+ id =" pianjs"
30+ data-code =" {{ site .pirsch_analytics }}"
31+ ></script >
32+ {% endif %}
You can’t perform that action at this time.
0 commit comments