From 994e83a2d3f62269e3a25816cd767d0166b404f9 Mon Sep 17 00:00:00 2001 From: Nikita Savchenko Date: Thu, 27 Aug 2020 01:29:20 +0300 Subject: [PATCH] Readme update --- readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 133c5ca..ebe06f5 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,12 @@ Back end for proxying Google Analytics / Google Tag Manager stuff, which primari > > This is the repository with the application code for [my Medium article "Save Your Analytics from Content Blockers"](https://medium.com/@zitro/save-your-analytics-from-content-blockers-7ee08c6ec7ee), which allows you to launch a proxy of Google Tag Manager / Google Analytics stuff avoiding ad-blocking. -Soon will be available [at dataunlocker.com](https://dataunlocker.com/) as a service. Currently available as a [Docker container](https://hub.docker.com/r/zitros/analytics-saviour) (check [setup](#setup) instructions below). ++ Available soon as a service at [**dataunlocker.com**](https://dataunlocker.com/) (subscribe to be notified). ++ The back end is now open sourced for manual integration with its [setup](#setup)/usage instructions described below. + +``` +docker pull zitros/analytics-saviour +``` ## How Does It Work