react-ga4 icon indicating copy to clipboard operation
react-ga4 copied to clipboard

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

Open rijans opened this issue 3 years ago • 1 comments

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

rijans avatar May 27 '22 10:05 rijans

Can confirm that I am seeing the same issue.

theblueskies avatar Jun 06 '22 00:06 theblueskies