সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
আপনি পণ্যের স্ট্যাটাস সহ আপনার পণ্য ডেটার ফিল্টার করা ভিউ দেখাতে Reports পরিষেবার ProductView টেবিল ব্যবহার করতে পারেন।
উদাহরণস্বরূপ, আপনি নিম্নলিখিতগুলি করতে ProductView জিজ্ঞাসা করতে পারেন:
সমস্যা আছে এমন পণ্য তালিকাভুক্ত করুন, যাতে আপনি তাদের সমাধান করতে পারেন।
আপনার নতুন পণ্যের একটি তালিকা পান, যাতে আপনি পরিবেশন যাচাই করতে পারেন।
আপনার সমস্ত পণ্যের সম্পূর্ণ বিবরণ দেখতে, products.list ব্যবহার করুন।
আপনার ক্যোয়ারীটির SELECT ক্লজে আপনাকে অবশ্যই product_view.id ক্ষেত্রটি অন্তর্ভুক্ত করতে হবে। product_view.id এর মান পণ্যের REST ID-এর সমান।
আপনি নিম্নলিখিত ব্যতীত সমস্ত উপলব্ধ ক্ষেত্রগুলির উপর ভিত্তি করে ফিল্টার করতে পারেন:
product_view.expiration_date
product_view.item_issues
আপনি নিম্নলিখিতগুলি ছাড়া সমস্ত উপলব্ধ ক্ষেত্রগুলির উপর ভিত্তি করে প্রতিক্রিয়া সাজাতে পারেন:
product_view.gtin
product_view.item_issues
আপনার পণ্যের কর্মক্ষমতা সম্ভাবনা দেখতে আপনি নিম্নলিখিত ক্ষেত্রগুলি ব্যবহার করতে পারেন:
product_view.click_potential
product_view.click_potential_rank
এখানে একটি উদাহরণ রয়েছে যা NOT_ELIGIBLE_OR_DISAPPROVED স্ট্যাটাস সহ আপনার পণ্যগুলির জন্য উপলব্ধ সমস্ত ক্ষেত্র প্রদান করে। অনুরোধ করতে, নিম্নলিখিত মার্চেন্ট সেন্টার কোয়েরি ল্যাঙ্গুয়েজ স্টেটমেন্টটি reports.search পদ্ধতিতে পাস করুন:
API এক্সপ্লোরারে নমুনা চেষ্টা করতে রান ক্লিক করুন। আপনি রানে ক্লিক করার পরে, অনুরোধ URL-এ আপনার নিজস্ব মার্চেন্ট আইডিতে মার্চেন্ট আইডি প্লেসহোল্ডার আপডেট করুন। আপনি ক্যোয়ারী পরিবর্তন করতে পারেন. API এক্সপ্লোরারের সাথে কাজ করার জন্য সম্পূর্ণ ক্যোয়ারী এক লাইনে থাকতে হবে।
নির্দিষ্ট ক্ষেত্র এবং আচরণ সম্পর্কে আরও তথ্যের জন্য ProductView রেফারেন্স দেখুন।
Reports পরিষেবার মাধ্যমে আপনার পণ্যগুলির জন্য কর্মক্ষমতা ডেটা কীভাবে পুনরুদ্ধার করতে হয় তা জানতে পারফরম্যান্স মেট্রিক্স দেখুন।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-08-13 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe Merchant API is the new version of the Content API for Shopping and represents the future of product data integration.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eProductView\u003c/code\u003e table within the \u003ccode\u003eReports\u003c/code\u003e service allows you to filter and view your product data, including statuses and performance potential.\u003c/p\u003e\n"],["\u003cp\u003eYou can query \u003ccode\u003eProductView\u003c/code\u003e to identify and resolve product issues, verify new product serving, and gain insights into click potential.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ereports.search\u003c/code\u003e method, coupled with Merchant Center Query Language, enables you to retrieve specific product data based on your chosen criteria.\u003c/p\u003e\n"],["\u003cp\u003eRefer to the provided resources for detailed information on \u003ccode\u003eProductView\u003c/code\u003e fields, performance metrics, and utilizing the \u003ccode\u003eReports\u003c/code\u003e service effectively.\u003c/p\u003e\n"]]],["The beta version of the Merchant API, the new Content API for Shopping, is introduced. You can use the `ProductView` table within the `Reports` service to filter and view product data, including statuses, or list products with issues and new products. Queries must include the `product_view.id`. Filtering and sorting can be applied to most fields, excluding `product_view.expiration_date`, `product_view.item_issues`, and `product_view.gtin`. Performance potential can be viewed via `product_view.click_potential`.\n"],null,["# Filter products\n\nYou can use the\n[`ProductView`](/shopping-content/reference/rest/v2.1/reports/search#productview)\ntable of the `Reports` service to show a filtered view of your product data,\nincluding product statuses.\n\nFor example, you can query `ProductView` to do the following:\n\n- List products that have issues, so you can resolve them.\n- Get a list of your new products, so you can verify serving.\n\nTo view full details of all your products, use\n[`products.list`](/shopping-content/reference/rest/v2.1/products/list).\n\nYou must include the `product_view.id` field in the `SELECT` clause of your\nquery. The `product_view.id` has the same value as the product's [REST\nID](/shopping-content/guides/products/product-id).\n\nYou can filter based on all the [available\nfields](/shopping-content/reference/rest/v2.1/reports/search#productview) except the following:\n\n- `product_view.expiration_date`\n- `product_view.item_issues`\n\nYou can sort the response based on all the available fields except the following:\n\n- `product_view.gtin`\n- `product_view.item_issues`\n\nYou can use the following fields to view the performance potential of your\nproducts:\n\n- `product_view.click_potential`\n- `product_view.click_potential_rank`\n\nHere's an example that returns all the available fields for your products with\nthe status `NOT_ELIGIBLE_OR_DISAPPROVED`. To make the request, pass the\nfollowing Merchant Center Query Language statement to the\n[`reports.search`](/shopping-content/reference/rest/v2.1/reports/search)\nmethod: \n\n SELECT\n product_view.id,\n product_view.offer_id,\n product_view.title,\n product_view.brand,\n product_view.currency_code,\n product_view.price_micros,\n product_view.language_code,\n product_view.condition,\n product_view.channel,\n product_view.availability,\n product_view.shipping_label,\n product_view.gtin,\n product_view.item_group_id,\n product_view.creation_time,\n product_view.expiration_date,\n product_view.aggregated_destination_status,\n product_view.item_issues\n product_view.click_potential\n product_view.click_potential_rank\n FROM ProductView\n WHERE product_view.aggregated_destination_status = 'NOT_ELIGIBLE_OR_DISAPPROVED'\n\n[Run](https://developers.google.com/shopping-content/reference/rest/v2.1/reports/search?apix=true&apix_params=%7B%22merchantId%22%3A0%2C%22resource%22%3A%7B%22query%22%3A%22SELECT%20%20product_view.id%2C%20%20product_view.offer_id%2C%20%20product_view.title%2C%20%20product_view.brand%2C%20%20product_view.currency_code%2C%20%20product_view.price_micros%2C%20%20product_view.language_code%2C%20%20product_view.condition%2C%20%20product_view.channel%2C%20%20product_view.availability%2C%20%20product_view.shipping_label%2C%20%20product_view.gtin%2C%20%20product_view.item_group_id%2C%20%20product_view.creation_time%2C%20%20product_view.expiration_date%2C%20%20product_view.aggregated_destination_status%2C%20%20product_view.item_issues%20FROM%20ProductView%20WHERE%20product_view.aggregated_destination_status%20%3D%20%27NOT_ELIGIBLE_OR_DISAPPROVED%27%22%7D%7D)\n\nClick **Run** to try the sample in the **API Explorer** . After you click\n**Run** , update the merchant ID placeholder to your own merchant ID in the\nrequest URL. You can modify the query. The full query must remain on one line to\nwork with the **API explorer**.\n\nSee the [`ProductView`](/shopping-content/reference/rest/v2.1/reports/search#productview) reference for\nmore information on specific fields and behavior.\n\nSee [Performance metrics](/shopping-content/guides/reports/metrics) to learn how\nto retrieve performance data for your products with the `Reports` service."]]