이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Cookieless Privacy-Focused Google Analytics

설명

Cookieless Privacy-Focused Google Analytics adds the GA tracking script to your site while configuring it in such a way that no cookies or other data are stored in the end user’s browser. With this plugin, it should not be necessary to ask for user consent in order to be compliant with GDPR and other EU legislation.

Being able to use Google Analytics without having to display a cookie consent dialog was the primary motivation behind the plugin.

IP address anonymization via anonymizeIp is enabled by the plugin, too, of course.

How It Works

Google Analytics requires a client ID, a unique string that identifies the user’s browser and persists between page hits. Without this plugin, the client ID is generated by the Google Analytics script when a site is first visited and stored in a cookie.

This plugin basically does two things:

  • Disable all Google Analytics cookies by setting storage to none
  • Generate an alternative client ID on the fly whenever a page is loaded

Client ID Generation

While Google Analytics works even without a client ID, many of its features require an ID that does not change between page hits or visits. This plugin generates the client ID on the fly in JavaScript while a page is loaded.

The generated client ID does not contain any personally identifiable information. This is achieved by:

  1. Hashing the components that make up the client ID.
  2. Switching to a new ID every few days (configurable).

The following components are used to build the client ID (the string that is then hashed):

  • Client IP address as seen by the webserver
  • Domain of the website where the plugin is installed
  • Browser user agent
  • Browser language
  • Validity period (a number that changes every n days to force a new client ID and prevent long-term tracking)

Usage

Install the plugin and add your Google Analytics tracking code (UA-xxxxxx-y). That’s it.

Configurable Settings

  • Google Analytics tracking code
  • Validity period of the client ID in days (default: 4)
  • Enable the analytics script for WordPress admins (users that have the capability manage_options)? (default: no)

스크린샷

  • Admin options

설치

Install the plugin directly through the WordPress Admin dashboard.

후기

2020년 10월 17일
I needed to have simple analytics without the bullshit of cookies. It just works.
모든 2 평가 읽기

기여자 & 개발자

“Cookieless Privacy-Focused Google Analytics”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

변경이력

1.0.1

  • Public release on wordpress.org

1.0.0

  • Initial release