রিপোর্টিং
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
dynamic_search_ads_search_term_view
রিসোর্স সার্চ টার্মের উপর ভিত্তি করে ডায়নামিক সার্চ বিজ্ঞাপন (DSAs) পরিসংখ্যান প্রদান করে। 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 |
---|
মঙ্গল বিলাসিতা | 0 | 20 | 2/20/2024 | 0 | http://example.com/LuxuryMarsCruises |
মঙ্গল বিলাসিতা | 0 | 14 | 2/21/2024 | 0 | http://example.com/LuxuryMarsCruises |
কম খরচে মার্স | 0 | 24 | 2/20/2024 | 0 | http://example.com/MarsOnABudget |
কম খরচে মার্স | 0 | 18 | 2/21/2024 | 0 | http://example.com/MarsOnABudget |
মঙ্গল ল্যান্ডমার্ক | 0 | 130 | 2/21/2024 | 0 | http://example.com/MajorTouristSpots |
মঙ্গল মজার মুখ | 0 | 44 | 2/21/2024 | 0 | http://example.com/MajorTouristSpots |
মহাকাশ ভ্রমণ নিরাপত্তা | 1 | 3 | 2/20/2024 | 0.05 | http://example.com/ButIsItSafe |
মঙ্গল প্রস্থান পয়েন্ট | 0 | 11 | 2/21/2024 | 0 | http://example.com/HowToGetToMars |
মঙ্গল সৈকত | 0 | 24 | 2/20/2024 | 0 | http://example.com/MarsBeachVacations |
মঙ্গল সৈকত | 0 | 39 | 2/21/2024 | 0 | http://example.com/MarsBeachVacations |
mars canyoning | 0 | 23 | 2/21/2024 | 0 | http://example.com/DayTripsAndActivities |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-09-03 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-09-03 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 |"]]