From 9b0c6283d9e21cee68ee2786ea00dd9936885808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20R=C3=B6tsch?= Date: Thu, 9 Nov 2017 15:04:03 +0100 Subject: [PATCH] fix(analytics): use correct app-id --- bin/vendor/analytics.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/vendor/analytics.html b/bin/vendor/analytics.html index 62da75f..50555ea 100644 --- a/bin/vendor/analytics.html +++ b/bin/vendor/analytics.html @@ -16,7 +16,7 @@ n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d1fc8wv8zag5ca.cloudfront.net/2.8.2/sp.js","snowplow")); snowplow('newTracker', 'defaultTracker', 'col.contentful.com', { - appId: 'the_example_app', + appId: 'the-example-app', platform: 'web', respectDoNotTrack: true, bufferSize: 1,