All Projects → priveraio → privera

priveraio / privera

Licence: Apache-2.0 license
Use the tools you know. Respect users' privacy. Forget cookie consents. Comply with GDPR, ePrivacy, COPPA, CalOPPA, PECR, PIPEDA, CASL; you name it.

Programming Languages

go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to privera

Web Analytics
监测分析、异常监测、广告验证、访客唯一标识
Stars: ✭ 97 (+321.74%)
Mutual labels:  cookie, google-analytics, web-analytics
Cookies Eu Banner
1kb vanilla JS script which manages cookies consent banner display like asked by GDPR
Stars: ✭ 326 (+1317.39%)
Mutual labels:  cookie, google-analytics, gdpr
Goaccess
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
Stars: ✭ 14,096 (+61186.96%)
Mutual labels:  google-analytics, web-analytics, gdpr
PolishCookieConsent
Polish Cookie Consent is an extension, which automatically accepts privacy policy/GDPR on websites.
Stars: ✭ 17 (-26.09%)
Mutual labels:  cookie, gdpr
Centcount Analytics
An open-source web analytics software. Developed by using PHP + MySQL + Redis, Can be easily deployed on your own server, 100% data ownership.
Stars: ✭ 249 (+982.61%)
Mutual labels:  google-analytics, web-analytics
silverstripe-cookie-consent
GDPR compliant cookie popup and consent checker
Stars: ✭ 16 (-30.43%)
Mutual labels:  cookie, gdpr
Umami
Umami is a simple, fast, website analytics alternative to Google Analytics.
Stars: ✭ 9,228 (+40021.74%)
Mutual labels:  google-analytics, web-analytics
typo3-dp cookieconsent
TYPO3 Extension: Enable a cookie consent box. Let you visitors control the usage of cookies and load script or content after a consent. (ePrivacy, TTDSG)
Stars: ✭ 28 (+21.74%)
Mutual labels:  cookie, eprivacy
javascript-cookie-control
Javascript module for controling cookie consent on your website
Stars: ✭ 18 (-21.74%)
Mutual labels:  cookie, gdpr
gtm-guidelines
A collection of best practices for your daily Google Tag Manager routine
Stars: ✭ 39 (+69.57%)
Mutual labels:  google-analytics, web-analytics
Klaro
Klaro! A privacy and security tool for your website.
Stars: ✭ 640 (+2682.61%)
Mutual labels:  cookie, gdpr
Simple Cookie Choices
A simple cookie choices thought to the GDPR rules 🔒🍪
Stars: ✭ 12 (-47.83%)
Mutual labels:  cookie, gdpr
Magento2 Google Tag Manager
Google Tag Manager is a user-friendly, yet powerful and cost-effective solution that is a must-have integration for every Magento store. It simplifies the process of adding and managing third-party JavaScript tags. With dozens of custom events and hundreds of data points our extensions the #1 GTM solution for Magento.
Stars: ✭ 208 (+804.35%)
Mutual labels:  google-analytics, web-analytics
react-cookie-law
React Cookie Law is a cookie-info banner compliance with the GDPR and the EU cookie law. It allows the user to give consent in a granular way.
Stars: ✭ 103 (+347.83%)
Mutual labels:  cookie, gdpr
Analytics
Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
Stars: ✭ 9,469 (+41069.57%)
Mutual labels:  google-analytics, web-analytics
gdpr-cookie
Php Cookie checker for Analytics and Tawk.To (GDPR Compliance)
Stars: ✭ 21 (-8.7%)
Mutual labels:  cookie, gdpr
dashflare
🕵🏼‍♀️ Open Source and privacy-focused analytics solution. 📊 Advanced monitoring for your website behind Cloudflare
Stars: ✭ 78 (+239.13%)
Mutual labels:  google-analytics, web-analytics
unified-analytics
ready-to-deploy custom web analytics collection & reporting for government
Stars: ✭ 20 (-13.04%)
Mutual labels:  google-analytics, web-analytics
oc-gdpr-plugin
October CMS plugin to make websites GDPR and ePrivacy compliant
Stars: ✭ 32 (+39.13%)
Mutual labels:  gdpr, eprivacy
Cookiescanner
Cookie Scanner for GDPR compliance
Stars: ✭ 126 (+447.83%)
Mutual labels:  cookie, gdpr

Privera Community Edition (CE)

The Analytics' Anonymization Proxy

Use the tools you know. Respect users' privacy. Forget cookie consents. Comply with GDPR, ePrivacy, COPPA, CalOPPA, PECR, PIPEDA, CASL; you name it.

Learn more about the project.

InGraph

Deployment

The project uses Go 1.16.

The easiest way to get this up and running is using AWS SAM:

cd proxy-ce
sam build
sam deploy \
  --capabilities CAPABILITY_IAM \
  --parameter-overrides 'UAPropertyID=UA-XXXXX-Y' \
  --stack-name PriveraProxyCE

Once deployed, refer to the stack's output for the API endpoint and update the <head> section of your HTML as follows:

<script src="./aap.js" pe-endpoint="API_ENDPOINT" async></script>

Contributing

If you've discovered a security vulnerability, we appreciate your help disclosing it to us via [email protected].

We are grateful to the community for any contribution. You may, for example, proof-read the documentation, submit bugs and fixes, provide improvements, discuss new axes of evolution, or spread the word around you.

We are always thrilled to receive pull requests, and do our best to process them as fast as we can. Before you start to code, we recommend discussing your plans through the issue tracker, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.

Cost and Licenses

You are responsible for the cost of the AWS services used while running this.

Distributed under the terms of the Apache License (Version 2.0).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].