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 | 2020 年 2 月 20 日 | 0 | http://example.com/LuxuryMarsCruises |
火星豪華 | 0 | 14 | 2020 年 2 月 21 日 | 0 | http://example.com/LuxuryMarsCruises |
低成本火星 | 0 | 24 | 2020 年 2 月 20 日 | 0 | http://example.com/MarsOnABudget |
低成本火星 | 0 | 18 | 2020 年 2 月 21 日 | 0 | http://example.com/MarsOnABudget |
火星地標 | 0 | 130 | 2020 年 2 月 21 日 | 0 | http://example.com/MajorTouristSpots |
火星好笑的臉 | 0 | 44 | 2020 年 2 月 21 日 | 0 | http://example.com/MajorTouristSpots |
太空旅行安全 | 1 | 3 | 2020 年 2 月 20 日 | 0.05 | http://example.com/ButIsItSafe |
火星出發點 | 0 | 11 | 2020 年 2 月 21 日 | 0 | http://example.com/HowToGetToMars |
火星海灘 | 0 | 24 | 2020 年 2 月 20 日 | 0 | http://example.com/MarsBeachVacations |
火星海灘 | 0 | 39 | 2020 年 2 月 21 日 | 0 | http://example.com/MarsBeachVacations |
火星 Canyoning | 0 | 23 | 2020 年 2 月 21 日 | 0 | http://example.com/DayTripsAndActivities |