रिपोर्टिंग
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
dynamic_search_ads_search_term_view
संसाधन, डाइनैमिक सर्च विज्ञापनों (डीएसए) के लिए खोज के लिए इस्तेमाल हुए शब्दों के आधार पर आंकड़े उपलब्ध कराता है. 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 |
20/2/2024 |
0 |
http://example.com/LuxuryMarsCruises |
mars luxury |
0 |
14 |
21/2/2024 |
0 |
http://example.com/LuxuryMarsCruises |
low cost mars |
0 |
24 |
20/2/2024 |
0 |
http://example.com/MarsOnABudget |
low cost mars |
0 |
18 |
21/2/2024 |
0 |
http://example.com/MarsOnABudget |
मंगल के लैंडमार्क |
0 |
130 |
21/2/2024 |
0 |
http://example.com/MajorTouristSpots |
मंगल का मज़ेदार चेहरा |
0 |
44 |
21/2/2024 |
0 |
http://example.com/MajorTouristSpots |
अंतरिक्ष यात्रा से जुड़ी सुरक्षा |
1 |
3 |
20/2/2024 |
0.05 |
http://example.com/ButIsItSafe |
मंगल के लिए, फ़्लाइट के जाने के पॉइंट |
0 |
11 |
21/2/2024 |
0 |
http://example.com/HowToGetToMars |
मंगल के समुद्र तट |
0 |
24 |
20/2/2024 |
0 |
http://example.com/MarsBeachVacations |
mars beaches |
0 |
39 |
21/2/2024 |
0 |
http://example.com/MarsBeachVacations |
mars canyoning |
0 |
23 |
21/2/2024 |
0 |
http://example.com/DayTripsAndActivities |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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 |"]]