react-ga4
react-ga4 copied to clipboard
Invalid event parameter "_ipe" on event "page_view", parameter will not be logged
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
Can confirm that I am seeing the same issue.