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

Anonymize IP and Duplicated request. #35

Open
brunopbarbosa opened this issue Jun 15, 2020 · 1 comment
Open

Anonymize IP and Duplicated request. #35

brunopbarbosa opened this issue Jun 15, 2020 · 1 comment

Comments

@brunopbarbosa
Copy link

Hello,

I've been using this module for nuxt and i have hit a strange issue. We are required to enable the IP anonymization as per our privacy policy, but i'm having trouble as the module is sending duplicate requests to the /collect endpoing, only one of them including the aip parameter.
If i set send_page_view to false, the duplicates stop, but the only request sent does not have the api parameter.

Annotation 2020-06-15 154120

Has anyone ever dealt with some similar issue for this?

Thanks
Bruno

@johnfraney
Copy link

I can confirm that I'm having this issue, too. Here's my config:

['@nuxtjs/google-gtag', {
  id: 'UA-111111111-1',
  config: {
    anonymize_ip: true,
  },
}],

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

2 participants