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
| 搜尋字詞 | 點擊 | 曝光 | 日期 | 費用 | 到達網頁網址 | 
|---|---|---|---|---|---|
| mars luxury | 0 | 20 | 2024 年 2 月 20 日 | 0 | http://example.com/LuxuryMarsCruises | 
| mars luxury | 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 |