Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Event processing aborted. #44

Open
Franx0 opened this issue Jun 19, 2022 · 0 comments
Open

Event processing aborted. #44

Franx0 opened this issue Jun 19, 2022 · 0 comments

Comments

@Franx0
Copy link

Franx0 commented Jun 19, 2022

Hi, first of all, thanks for the support and dedication 👏🏻

Context:

Since I moved from react-ga to react-ga4 I stopped to receive any data and debugging it with browser extension I realized about it on ReactGA initialization with ga4 meassure-id "G-XXXXXXX". I only receive "Event processing aborted".

import ReactGA from 'react-ga4';

const TrackingID: string = "G-XXXXXXXX";

ReactGA.initialize(TrackingID, {
  testMode: false,
  gaOptions: {
    titleCase: false,
    cookieFlags: "SameSite=None; Secure",
  }
});

Screenshot 2022-06-19 at 16 22 03

Question:

Does anyone know which is the main problem with this initialization?

Thank you all.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant