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

Invalid event parameter "_ipe" on event "page_view", parameter will not be logged #38

Open
rijans opened this issue May 27, 2022 · 1 comment

Comments

@rijans
Copy link

rijans commented May 27, 2022

I am getting errors in console with Google Analytics Debugger Chrome Extension:

_Invalid event parameter "ipe" on event "page_view", parameter will not be logged

for

ReactGA.send({ hitType: 'pageview', page: '/' });

and

_Invalid event parameter "ipe" on event "Action", parameter will not be logged

for

// Send a custom event
ReactGA.event({
  category: 'category',
  action: 'action',
  label: 'label', // optional
  value: 99, // optional, must be a number
  nonInteraction: true, // optional, true/false
  transport: 'xhr', // optional, beacon/xhr/image
});

I have tried other ways like directly adding script as the provided screenshot. But still errors in console. You can see the errors in the screenshot:

Screenshot link: https://i2.paste.pics/718a0667b24f092a050dd591c0dc663b.png

Please help

@theblueskies
Copy link

Can confirm that I am seeing the same issue.

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