You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to do some basic tracking to understand how users interact with refinebio-web.
Problem or idea
We want to initially look at default report generated by just dropping in GA4 and then doing internal site-wide testing.
We should limit the accompanying PR to only contain the addition of react-ga4 and the requisite configuration.
A future Issue will be made to track if we should create a hook and individual tracking elements.
Context
Epic: #302
We need to do some basic tracking to understand how users interact with refinebio-web.
Problem or idea
We want to initially look at default report generated by just dropping in GA4 and then doing internal site-wide testing.
We should limit the accompanying PR to only contain the addition of react-ga4 and the requisite configuration.
A future Issue will be made to track if we should create a hook and individual tracking elements.
Solution or next step
Edited by @nozomione
production
andstaging
environmental variables in the next config and Vercel @nozomioneGA4_MEASUREMENT_ID
STAGE_GA4_MEASUREMENT_ID
(approach 2) Install a project dependencyreact-ga4
and pass GA4 measurement IDNOTE The approach 1 was taken and the gtag function can be used to set up our custom events, so the
react-g4
package was not added.The text was updated successfully, but these errors were encountered: