From 49d1ed58b70ad9a59ac5ea54f7b988eac6e38dc2 Mon Sep 17 00:00:00 2001 From: Andy Date: Fri, 29 Jun 2018 14:55:07 -0700 Subject: [PATCH] Explicitly state version (#22) Specifying this as analytics.load() also requires this to function and has been specified in the docs: https://segment.com/docs/sources/website/analytics.js/#load-options --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40868567..91886c19 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ It works by taking control of the analytics.js load process to only load destina The Segment Consent Manager can be used in multiple ways, depending on how custom you want your visitor's experience to be. -To get started, make sure you're using the latest version of the [analytics.js snippet][] and remove the `analytics.load("YOUR_WRITE_KEY");` call (so the consent manager can manage the loading process). Then continue onto one of the implementation methods below. +To get started, make sure you're using the latest version of the [analytics.js snippet][] (4.1.0 or above) and remove the `analytics.load("YOUR_WRITE_KEY");` call (so the consent manager can manage the loading process). Then continue onto one of the implementation methods below. ### Standalone Script