8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation. 8000
There was an error while loading. Please reload this page.
1 parent 12c340e commit c17fba4Copy full SHA for c17fba4
_config.yml
@@ -68,6 +68,8 @@ analytics:
68
matomo:
69
id: # fill in your Matomo ID
70
domain: # fill in your Matomo domain
71
+ cloudflare:
72
+ id: # fill in your Cloudflare Web Analytics token
73
74
# Pageviews settings
75
pageviews:
_includes/analytics/cloudflare.html
@@ -0,0 +1,7 @@
1
+<!-- Cloudflare Web Analytics -->
2
+<script
3
+ defer
4
+ src="https://static.cloudflareinsights.com/beacon.min.js"
5
+ data-cf-beacon='{"token": "{{ site.analytics.cloudflare.id }}"}'
6
+></script>
7
+<!-- End Cloudflare Web Analytics -->
0 commit comments