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

Add GA with Anonymous IP tracking #45

Open
mgdesign opened this issue Jan 22, 2020 · 4 comments
Open

Add GA with Anonymous IP tracking #45

mgdesign opened this issue Jan 22, 2020 · 4 comments
Assignees

Comments

@mgdesign
Copy link
Member

Since we don't have any data on how visitors use the company playbook, I suggest to add GA (with anon IP tracking to avoid adding the cookie banner).

@mgdesign mgdesign self-assigned this Jan 22, 2020
@stickgrinder
Copy link
Member

OK, we'll also add a small cookie policy information either in the homepage or a separated one.

@mgdesign
Copy link
Member Author

I'll include that page in the PR then, and we can discuss the content of it.

Thank you for answering

@stickgrinder
Copy link
Member

This one is a good starting point: I'd like to rephrase it a bit and make it to the point with what we use: https://www.careaptitude.com/en/index.html

mgdesign pushed a commit that referenced this issue Jan 24, 2020
… this instead of adding it directly to the template.
mgdesign pushed a commit that referenced this issue Jan 24, 2020
…policy in the footer, so it is accessible.
@stefanomainardi
Copy link
Member

Please add this tracking code with anonymization ip configured:

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-62993647-4"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-62993647-4' , { 'anonymize_ip' : true }) ;
</script>

@noemi-mancini noemi-mancini self-assigned this Jun 23, 2020
noemi-mancini added a commit that referenced this issue Jun 23, 2020
noemi-mancini added a commit that referenced this issue Jul 1, 2020
refs #45: remove all extra formatting to avoid white space at the top of the website.
paolomainardi pushed a commit that referenced this issue Nov 5, 2020
paolomainardi pushed a commit that referenced this issue Nov 5, 2020
refs #45: remove all extra formatting to avoid white space at the top of the website.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants