보고
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
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
검색어 |
클릭수 |
노출수 |
날짜 |
비용 |
방문 페이지 URL |
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 |
mars canyoning |
0 |
23 |
2024년 2월 21일 |
0 |
http://example.com/DayTripsAndActivities |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-09-05(UTC)
[null,null,["최종 업데이트: 2025-09-05(UTC)"],[[["\u003cp\u003eThe \u003ccode\u003edynamic_search_ads_search_term_view\u003c/code\u003e resource provides statistics for Dynamic Search Ads (DSAs) based on user search terms.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003esearch_term\u003c/code\u003e field shows the queries that triggered your ads and led to impressions or clicks.\u003c/p\u003e\n"],["\u003cp\u003eYou can use GAQL queries to retrieve performance data, like clicks, impressions, cost, and landing page, for specific periods, such as the last month, based on search terms.\u003c/p\u003e\n"],["\u003cp\u003eThe example provided demonstrates how to use a GAQL query to retrieve DSA performance metrics for the previous month.\u003c/p\u003e\n"]]],[],null,["# Reporting\n\nThe [`dynamic_search_ads_search_term_view`](/google-ads/api/fields/v21/dynamic_search_ads_search_term_view)\nresource provides Dynamic Search Ads (DSAs) [statistics based on search\nterms](//support.google.com/google-ads/answer/9054156). The `search_term` field\ncontains any matching queries that generated results.\n\nIn the following example, the GAQL query retrieves performance for the last\nmonth: \n\n SELECT\n dynamic_search_ads_search_term_view.search_term,\n metrics.clicks,\n metrics.impressions,\n segments.date,\n metrics.cost_micros,\n dynamic_search_ads_search_term_view.landing_page\n FROM dynamic_search_ads_search_term_view\n WHERE segments.date DURING LAST_MONTH\n\n| Search term | Clicks | Impressions | Date | Cost | Landing Page URL |\n|-----------------------|--------|-------------|-----------|------|------------------------------------------|\n| mars luxury | 0 | 20 | 2/20/2024 | 0 | http://example.com/LuxuryMarsCruises |\n| mars luxury | 0 | 14 | 2/21/2024 | 0 | http://example.com/LuxuryMarsCruises |\n| low cost mars | 0 | 24 | 2/20/2024 | 0 | http://example.com/MarsOnABudget |\n| low cost mars | 0 | 18 | 2/21/2024 | 0 | http://example.com/MarsOnABudget |\n| mars landmarks | 0 | 130 | 2/21/2024 | 0 | http://example.com/MajorTouristSpots |\n| mars funny face | 0 | 44 | 2/21/2024 | 0 | http://example.com/MajorTouristSpots |\n| space travel safety | 1 | 3 | 2/20/2024 | 0.05 | http://example.com/ButIsItSafe |\n| mars departure points | 0 | 11 | 2/21/2024 | 0 | http://example.com/HowToGetToMars |\n| mars beaches | 0 | 24 | 2/20/2024 | 0 | http://example.com/MarsBeachVacations |\n| mars beaches | 0 | 39 | 2/21/2024 | 0 | http://example.com/MarsBeachVacations |\n| mars canyoning | 0 | 23 | 2/21/2024 | 0 | http://example.com/DayTripsAndActivities |"]]