This is legacy documentation, and may not be complete. To see the latest documentation, if you are a marketer, refer to the Marketers site. If you are a measurement partner, refer to the Measurement Partners site.
Stay organized with collections
Save and categorize content based on your preferences.
You can use the web UI in Ads Data Hub to do many of the same tasks as you would using the API. This guide shows how write a query that measures your total Campaign Manager 360 Data Transfer impressions from scratch, test it, and then run it.
Select ADH Sandbox Customer from the Ads data from dropdown.
Specify where your query results should be written in the Destination table field.
Select start and end dates between 2018-08-18 00:00:00 and 2018-09-17 23:59:59. We recommend using the auto-populated 30-day range.
Click Start.
After the query finishes running, open the results in BigQuery. You should see a table that looks something like this:
Row
impressions
1
388204742
Once you're satisfied with the results of your test query, you're ready to run it on real data.
Run your query in Ads Data Hub
After testing your query using the sandbox role, you're ready to run it on real data.
Navigate to the Queries tab in Ads Data Hub.
Click the name of the query you want to run.
Click play_arrowRun.
The expected number of bytes that the query will use shows at the
top of the page.
Select an ID in the Ads data from field. This should be the account ID
associated with the ads data you want to query. (If you would like to query
sandbox data, select ADH Sandbox Customer.)
If using a match table, select the match table in the Match table from
field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["This guide provides step-by-step instructions on how to write, test, and run a query in the Ads Data Hub web UI to measure Campaign Manager 360 Data Transfer impressions."],["Users can adapt the provided SQL query to explore impressions from other datasets by replacing `cm_dt_impressions` with the relevant table name (e.g., `google_ads_impressions`)."],["Testing queries using the sandbox role and data is recommended before executing them on production data to identify potential issues early on."],["After successful testing, users can run the query on actual data by selecting their desired account ID, specifying data destination and date range, and applying appropriate privacy settings."]]],["To measure Campaign Manager 360 Data Transfer impressions, first, create a new query in the Ads Data Hub web UI, naming it and inputting the SQL: `SELECT COUNT(*) AS impressions FROM adh.cm_dt_impressions;`. Test the query using the sandbox, selecting the 'ADH Sandbox Customer' and specifying a date range and destination table. Finally, run the query on real data, choosing the correct account ID, match table (if needed), privacy mode, date range, time zone, and destination table. The query can also be modified to pull from different datasets.\n"]]