rough-twilight-98762
03/04/2025, 2:19 PMhelpful-application-7107
03/04/2025, 2:59 PMIs it really necessary for GrowthBook to query both tables?Yes, from: https://support.google.com/analytics/answer/7029846?hl=en
If the Streaming export option is enabled, a table namedBasically, google deletes the intraday data after one day has passed. This is why our default auto-generated GA4 queries include both day and intraday.is created. This table is populated continuously as events are recorded throughout the day. This table is deleted at the end of each day onceevents_intraday_YYYYMMDD
is complete.events_YYYYMMDD
• It feels like an unnecessarily large query—how can I avoid this?
If I only want to query events_intraday_, how should I configure GrowthBook to do that?*It should not be unnecessarily large, because intraday is deleted, it's the same as usual + the most recent day of data. However, if you want to avoid this or only query one table, all you have to do is modify the SQL you use for your Experiment Assignment Query in the Datasource page (the base sql used for exposure events) and your Fact Tables (the base sql used for metrics). However, if you only use
intraday
you will only be scanning the latest day of data so we do not recommend this!rough-twilight-98762
03/04/2025, 3:18 PMhelpful-application-7107
03/04/2025, 3:24 PMhelpful-application-7107
03/04/2025, 3:24 PMhelpful-application-7107
03/04/2025, 3:25 PMrough-twilight-98762
03/04/2025, 3:27 PMhelpful-application-7107
03/04/2025, 3:28 PMBigQuery streaming export does not include the following user-attribution data for new users:
• traffic_source.name (reporting dimension: User campaign)
• traffic_source.source (reporting dimension: User source)
• traffic_source.medium (reporting dimension: User medium)
User-attribution data for existing users is included but that data requires ~24 hours to fully process, so we recommend not relying on that data from the streaming export and instead getting user-attribution data from the full daily export.There may be other minimal data cleaning/processing they do in the daily update.
rough-twilight-98762
03/04/2025, 3:30 PM