Hello,
I linked GA4 with Bigquery and everything went perfectly.
But how can I export data from two months ago? Now I only have it in Bigquery since linking.
Thanks,
Hi @MariaJose when you link GA4 with BigQuery, the data export begins only from the moment the connection is established. Unfortunately, GA4 does not have a native option to backfill historical data to BigQuery for periods prior to the connection.
That said, here are a few alternatives to retrieve older data:
1. Using the GA4 Data API
If your historical data is still available in the GA4 interface, you can manually extract it using the Google Analytics Data API and then load it into BigQuery.
Steps:
For more details, check out the official GA4 Data API documentation.
2. Manual Export from the GA4 Interface
If the dataset is manageable in size, you can export it manually from the GA4 platform:
This method is ideal for smaller data volumes but can be time-consuming for larger datasets.
3. Third-Party Tools to help with this transfer
For a simpler and more automated solution, consider using a tool like Windsor.ai. It supports GA4 data extraction and can seamlessly transfer historical data into BigQuery.
Steps with Windsor.ai:
4. Verify GA4 Data Retention Settings
Ensure your GA4 property’s data retention is set to the maximum allowed period (14 months for standard accounts). If it was configured for a shorter duration, some older data may no longer be accessible.
Hope this helps!