Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Analytics #87

Closed
3 tasks done
arcticicestudio opened this issue Dec 18, 2018 · 0 comments
Closed
3 tasks done

Google Analytics #87

arcticicestudio opened this issue Dec 18, 2018 · 0 comments

Comments

@arcticicestudio
Copy link
Contributor

arcticicestudio commented Dec 18, 2018

Associated epic: #86

This issue documents the implementation of Google Analytics like documented in the “Analytics & Statistics” design concept.

The main tool to collect and analyze data will be Google Analytics. It is a stable and proven service with a lot of useful configurable features and a reliable persistence.

Nord Docs will use the latest and recommended gtag.js library that optionally allows, next to Google Analytics itself, the integration of almost all Google Marketing services like e.g. Google Tag Manager.

To protect the privacy of users and to be compatible with various privacy and data legal guidelines all IP addresses will be anonymized.

The library will be integrated through gatsby-plugin-google-gtag.

Tasks

  • Install required packages:
  • Implement required internal constants.
  • Implement the plugin configuration.
@arcticicestudio arcticicestudio self-assigned this Dec 18, 2018
@arcticicestudio arcticicestudio added this to the 0.4.0 milestone Dec 18, 2018
arcticicestudio added a commit that referenced this issue Dec 18, 2018
Google Analytics (1) is a stable and proven service with a lot of useful
(configurable) features and a reliable persistence.
Nord Docs uses the latest and recommended `gtag.js` (2) library that
optionally allows, next to Google Analytics itself, the integration of
almost all Google Marketing services like e.g. Google Tag Manager (3).

The library is integrated through gatsby-plugin-google-gtag (4).

References:
  (1) https://marketingplatform.google.com/about/analytics
  (2) https://developers.google.com/analytics/devguides/collection/gtagjs
  (3) https://developers.google.com/tag-manager
  (4) https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-gtag

Associated epic: GH-86
GH-87
arcticicestudio added a commit that referenced this issue Dec 18, 2018
@arcticicestudio arcticicestudio removed their assignment Dec 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant