Hello team, we have a website and a flutter mobile...
# ask-questions
a
Hello team, we have a website and a flutter mobile app the website push event to GA4 the app push events to firebase sometimes we have shared expirements that need to run on both the website and the app both of them uses the same APIs we are doing the experiment evaluation on the API level but the events are sent separately from the web and the app (we are using the same user_id when sending events) (each one send events to different big query) how can we have cross app/web testing and measurements thanks for your support
Screenshot 2024-06-12 at 3.11.58 PM.png
f
As long as the tracking key is the same
🙌 1
and the identifier is the same
🙌 1
the users will be bucketed into the same variants
🙌 1
typically you would only need one experiment report
🙌 1
a
thanks a lot ❤️