Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Explicitly state version (#22)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
misteryeo authored and nettofarah committed Jun 29, 2018
1 parent ac6c7ed commit 49d1ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 49d1ed5

Please sign in to comment.