Learn business growth with Google Analytics 4 › Forums › Google Analytics 4 › Generation of daily events_intraday_ tables but no creation of corresponding events_ tables in BigQuery › Reply To: Generation of daily events_intraday_ tables but no creation of corresponding events_ tables in BigQuery
-
According to the documentation from Google, you should get an
events_YYYYMMDDtable for each past day and a current day’sevents_intraday_YYYYMMDDtable, which is filled throughout the day and then deleted once theevents_YYYYMMDDtable for the day is complete. If you’re only seeingevents_intraday_YYYYMMDDtables for past days and not theevents_YYYYMMDDtables, it seems like there may be an issue with your setup. It is not you who is responsible for creating theevents_YYYYMMDDtables; they should be made and populated automatically by Google. It is highly recommended that you get in touch with Google’s support to troubleshoot this problem. As for manual backup, you should not need to do this because the data is meant to be automatically migrated from theevents_intraday_YYYYMMDDto theevents_YYYYMMDDtable by the end of each day.