Skip to content

ReactGA.event is not shown in my google analytics #52

Answered by awixor
awixor asked this question in Q&A
Discussion options

You must be logged in to vote

Enabling debig mode fixed it for me:

ReactGA.initialize([
	{
		trackingId: `${GTM_PUBLIC_ID}`,
		gaOptions: {
			debug_mode: true,
		},
		gtagOptions: {
			debug_mode: true,
		},
	},
]);

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by awixor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant