[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-06。"],[[["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"]]