We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi everyone I have a config multiple trackers, however when I try to send event to each tracker, it's missing events in the second tracker.
ReactGA.initialize(tracker.trackingId); this.trackers.push({ trackingId: tracker.trackingId, });
trackers.forEach((tracker) => { ReactGA.event(`Checkout started`, params); // Custom event ReactGA.event(`view_item`, params); // GA4 event .... });
My first tracker work as expected. The second tracker are missing most of events. What am I missing in the configuration ?
The text was updated successfully, but these errors were encountered:
See this multiple products test as an example on how to initialize multiple products (i.e. trackers). There is also this example in the readme.
Sorry, something went wrong.
No branches or pull requests
Hi everyone
I have a config multiple trackers, however when I try to send event to each tracker, it's missing events in the second tracker.
My first tracker work as expected. The second tracker are missing most of events.
What am I missing in the configuration ?
The text was updated successfully, but these errors were encountered: