dynamic_search_ads_search_term_view リソースには、動的検索広告(DSA)の検索語句に基づく統計情報が含まれます。search_term フィールドには、結果を生成する一致するクエリが含まれます。
次の例では、GAQL クエリを使用して過去 1 か月間のパフォーマンスを取得します。
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
| 検索語句 | クリック数 | 表示回数 | 日付 | 費用 | ランディング ページの URL | 
|---|---|---|---|---|---|
| 火星 贅沢 | 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 |