No Google Analytics? #176

Closed
opened 2017-02-04 07:48:17 +00:00 by ghost · 3 comments
ghost commented 2017-02-04 07:48:17 +00:00 (Migrated from github.com)

But I found other tracker which tracking vistors.
I know pravicy policy about Google Analytics.
But I doesn't know how privacytools.io to deal these information and pravicy.
It is not transparent.

<script type="text/javascript">
		var _paq = _paq || [];
		_paq.push(['trackPageView']);
		_paq.push(['enableLinkTracking']);
		(function() {
			var u = "//www.privacytools.io/stats/";
			_paq.push(['setTrackerUrl', u + 'piwik.php']);
			_paq.push(['setSiteId', 1]);
			var d = document,
				g = d.createElement('script'),
				s = d.getElementsByTagName('script')[0];
			g.type = 'text/javascript';
			g.async = true;
			g.defer = true;
			g.src = u + 'piwik.js';
			s.parentNode.insertBefore(g, s);
		})();
	</script>
<noscript>
<p><img src="//www.privacytools.io/stats/piwik.php?idsite=1" style="border:0;" alt=""/></p>
</noscript>
But I found other tracker which tracking vistors. I know [pravicy policy](https://support.google.com/analytics/answer/6004245) about Google Analytics. But I doesn't know how privacytools.io to deal these information and pravicy. It is not transparent. ``` <script type="text/javascript"> var _paq = _paq || []; _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u = "//www.privacytools.io/stats/"; _paq.push(['setTrackerUrl', u + 'piwik.php']); _paq.push(['setSiteId', 1]); var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0]; g.type = 'text/javascript'; g.async = true; g.defer = true; g.src = u + 'piwik.js'; s.parentNode.insertBefore(g, s); })(); </script> <noscript> <p><img src="//www.privacytools.io/stats/piwik.php?idsite=1" style="border:0;" alt=""/></p> </noscript> ```
ghost commented 2017-02-04 07:59:56 +00:00 (Migrated from github.com)

Sorry, I found piwik is open-source analytics platform.
But I still feel unfortable about this word --"No Ads, No Google Analytics, No Affiliates, No Cross-Site Requests".
It may make vistors feel these are no trackers on the website.

Sorry, I found piwik is open-source analytics platform. But I still feel unfortable about this word --"No Ads, No Google Analytics, No Affiliates, No Cross-Site Requests". It may make vistors feel these are no trackers on the website.
ghost commented 2017-02-04 17:02:44 +00:00 (Migrated from github.com)

The sentence No Ads, No Google Analytics, No Affiliates, No Cross-Site Requests is completely true. Piwik isn't Google Analytics and analytics platforms aren't trackers.

The sentence `No Ads, No Google Analytics, No Affiliates, No Cross-Site Requests` is completely true. Piwik isn't Google Analytics and analytics platforms aren't trackers.
Hillside502 commented 2017-02-04 17:24:19 +00:00 (Migrated from github.com)
https://en.wikipedia.org/wiki/Piwik https://piwik.org/
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: privacyguides/privacytools.io#176
No description provided.