dynamic_search_ads_search_term_view 资源提供基于搜索字词的动态搜索广告 (DSA) 统计信息。search_term 字段包含生成了结果的任何匹配查询。
在以下示例中,GAQL 查询会检索上个月的效果数据:
SELECT
  dynamic_search_ads_search_term_view.search_term,
  metrics.clicks,
  metrics.impressions,
  segments.date,
  metrics.cost_micros,
  dynamic_search_ads_search_term_view.landing_page
FROM dynamic_search_ads_search_term_view
WHERE segments.date DURING LAST_MONTH
| 搜索字词 | 点击次数 | 展示次数 | 日期 | 费用 | 着陆页网址 | 
|---|---|---|---|---|---|
| 火星豪华 | 0 | 20 | 2024 年 2 月 20 日 | 0 | http://example.com/LuxuryMarsCruises | 
| 火星豪华 | 0 | 14 | 2024 年 2 月 21 日 | 0 | http://example.com/LuxuryMarsCruises | 
| 低成本火星 | 0 | 24 | 2024 年 2 月 20 日 | 0 | http://example.com/MarsOnABudget | 
| 低成本火星 | 0 | 18 | 2024 年 2 月 21 日 | 0 | http://example.com/MarsOnABudget | 
| 火星地标 | 0 | 130 | 2024 年 2 月 21 日 | 0 | http://example.com/MajorTouristSpots | 
| 火星鬼脸 | 0 | 44 | 2024 年 2 月 21 日 | 0 | http://example.com/MajorTouristSpots | 
| 太空旅行安全 | 1 | 3 | 2024 年 2 月 20 日 | 0.05 | http://example.com/ButIsItSafe | 
| 火星出发点 | 0 | 11 | 2024 年 2 月 21 日 | 0 | http://example.com/HowToGetToMars | 
| 火星沙滩 | 0 | 24 | 2024 年 2 月 20 日 | 0 | http://example.com/MarsBeachVacations | 
| 火星沙滩 | 0 | 39 | 2024 年 2 月 21 日 | 0 | http://example.com/MarsBeachVacations | 
| 火星峡谷 | 0 | 23 | 2024 年 2 月 21 日 | 0 | http://example.com/DayTripsAndActivities |