Data Exports
Once you have connected your data sources and BigQuery data warehouse to Weavely, you can set up data exports to begin transferring data into your data warehouse. Follow the steps below to configure exports and manage your datasets.
Access Data Export Settings
Go to the Data tab in Weavely.
Check if BigQuery is connected. If it is not, you will see a warning, and you can click on it to navigate directly to the data warehouse connection settings.
Configure Export Schedule
Review the current export schedule at the top of the page (default is daily at 4 a.m. GMT).
Adjust the schedule and time zone as needed to fit your reporting requirements.
Select and Enable Data Tables for Export
In the Export section, you’ll see all available integrations and their associated data tables.
For each integration (e.g., Google Ads), expand to view available tables, such as the Campaigns table.
View the dimensions and metrics for each table. To enable a table, toggle it on. Once enabled, Weavely will:
Perform an initial backfill of data (up to two years where available).
Pull recent data first, followed by historical data, which can take a few minutes to several hours depending on dataset size.
Verify Data in BigQuery
Switch over to your BigQuery project to confirm data export.
For each integration, Weavely creates a new dataset with the prefix “Weavely,” such as Weavely Google Ads or Weavely Microsoft Ads.
Within each dataset, enabled tables will appear, allowing you to view the schema and preview the data.
Note that every table will have a compiled_view created for it — this is the table you should connect to as it will ensure all data is deduplicated.
Special Dataset: Weavely Clients
Weavely Clients is an automatically generated dataset containing client information and metadata. This includes:
Client Information: Name, industry vertical, spend model, and more.
Mapping Table: Maps Weavely’s client and data source IDs to external IDs (e.g., Google Ads ID, Microsoft Ads ID) for use in cross-channel reporting.
This mapping allows you to combine data across platforms (e.g., Search Console and Google Ads) by joining on the client ID.
Your data exports are now set up, and you’re ready to build cross-channel reports with a unified dataset.
Last updated