-
Generation of daily events_intraday_ tables but no creation of corresponding events_ tables in BigQuery
I’ve been using GA4 to BigQuery Streaming export for about a month because my daily events have exceeded the export limit (2.7 million events vs 1 million events).
In Google’s documents (https://support.google.com/firebase/answer/7029846?hl=en), it says:
If the Streaming export option is enabled, a table called events_intraday_YYYYMMDD is created. This table is continually filled with data throughout the day and is supposed to be deleted at the end of each day once the events_YYYYMMDD is complete.So, according to this, I thought I’d have
events_YYYYMMDD
tables for each day in the past and aevents_intraday_YYYYMMDD
table for the current day. But that’s not what’s happening – I only haveevents_intraday_YYYYMMDD
tables for past days.Am I misunderstanding the docs here? Should I be expecting the
events_YYYYMMDD
tables to be automatically made and filled in?If it’s on me to make sure this happens, then do I need to start manually backing this up?
Log in to reply.