From 00d4fb56b0bf8c9d47b8936e85d15c8fbd0099a2 Mon Sep 17 00:00:00 2001 From: Peter Reinhardt Date: Fri, 23 Jun 2017 11:26:08 -0700 Subject: [PATCH 1/2] adding ajs for platforms docs reference --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 65d396a9d..03bc657fc 100644 --- a/Readme.md +++ b/Readme.md @@ -12,6 +12,10 @@ First, read the [Analytics.js QuickStart][], which contains installation instruc For more detail on the Analytics.js API, check out the [Analytics.js Library Reference][]. +## Analytics.js for Platforms + +Analytics.js for Platforms is a version of analytics.js built specifically for website creation and e-commerce platforms to give their customers one-click enablement of Google Analytics, Facebook Pixel, Google Adwords, and Segment. For more information, you can check out the [docs for Analytics.js for Platforms](https://segment.com/docs/TBD). Segment hosts this version of the library for free use on its CDN. + ## Contributing This repository houses a pre-built, open-source version of analytics.js. The core logic of analytics.js is broken out into individual repositories: From 66aa2bf1b3b9ceb16008bcc5f865efa792327677 Mon Sep 17 00:00:00 2001 From: Peter Reinhardt Date: Sat, 24 Jun 2017 11:15:55 -0700 Subject: [PATCH 2/2] fixing link --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 03bc657fc..a254e93af 100644 --- a/Readme.md +++ b/Readme.md @@ -14,7 +14,7 @@ For more detail on the Analytics.js API, check out the [Analytics.js Library Ref ## Analytics.js for Platforms -Analytics.js for Platforms is a version of analytics.js built specifically for website creation and e-commerce platforms to give their customers one-click enablement of Google Analytics, Facebook Pixel, Google Adwords, and Segment. For more information, you can check out the [docs for Analytics.js for Platforms](https://segment.com/docs/TBD). Segment hosts this version of the library for free use on its CDN. +Analytics.js for Platforms is a version of analytics.js built specifically for website creation and e-commerce platforms to give their customers one-click enablement of Google Analytics, Facebook Pixel, Google Adwords, and Segment. For more information, you can check out the [docs for Analytics.js for Platforms](https://segment.com/docs/guides/partners/analyticsjs-for-platforms/). Segment hosts this version of the library for free use on its CDN. ## Contributing