rocket Meet
Merchant API - কেনাকাটার জন্য Content API-এর অফিসিয়াল উত্তরসূরি৷
update নতুন মার্চেন্ট এপিআই বৈশিষ্ট্য, বাগ ফিক্স এবং আপডেটের
সর্বশেষ পান ।
add_alert নোট: কেনাকাটার জন্য সামগ্রী API 18 আগস্ট, 2026-এ সূর্যাস্ত হবে।
কর্মক্ষমতা যাচাই
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
আপনি আপনার অ্যাকাউন্টের কর্মক্ষমতা মেট্রিক্স পুনরুদ্ধার করতে Reports
পরিষেবা ব্যবহার করতে পারেন।
উপলব্ধ মেট্রিক্সের সম্পূর্ণ তালিকার জন্য metrics
ডকুমেন্টেশন দেখুন।
প্রয়োজনীয়তা
এই প্রতিবেদনটি পুনরুদ্ধার করতে আপনার রিপোর্টিং ম্যানেজারের ভূমিকা প্রয়োজন।
একটি অ্যাকাউন্টকে রিপোর্টিং ম্যানেজার ভূমিকা দিতে, reportingManager
ক্ষেত্রটিকে true
সেট করতে accounts.update
ব্যবহার করুন। রিপোর্টিং ম্যানেজারের ভূমিকা মার্চেন্ট সেন্টারের পারফরম্যান্স এবং অন্তর্দৃষ্টির ভূমিকার সমতুল্য।
accounts.update
পুরো Account
রিসোর্স প্রতিস্থাপন করে। Account
সম্পূর্ণ রিসোর্স পেতে accounts.get
ব্যবহার করুন, তারপর আপনার accounts.update
অনুরোধে সমস্ত ক্ষেত্র প্রদান করুন যাতে আপনি তথ্য হারাবেন না।
নমুনা প্রশ্ন
নিম্নলিখিত ক্যোয়ারীটি একটি নির্দিষ্ট 30-দিনের সময়কালে আপনার অ্যাকাউন্টের সমস্ত পণ্যের জন্য impressions
, clicks
এবং ctr
পুনরুদ্ধার করে৷ অনুরোধ করতে, নিম্নলিখিত মার্চেন্ট সেন্টার কোয়েরি ল্যাঙ্গুয়েজ স্টেটমেন্টটি reports.search
পদ্ধতিতে পাস করুন:
SELECT
metrics.impressions,
metrics.clicks,
metrics.ctr
FROM MerchantPerformanceView
WHERE segments.date BETWEEN '2020-12-01' AND '2020-12-30'
চালান
API এক্সপ্লোরারে নমুনা চেষ্টা করতে রান ক্লিক করুন। আপনি রানে ক্লিক করার পরে, অনুরোধ URL-এ আপনার নিজস্ব মার্চেন্ট আইডিতে মার্চেন্ট আইডি প্লেসহোল্ডার আপডেট করুন। আপনি ক্যোয়ারী পরিবর্তন করতে পারেন. API এক্সপ্লোরারের সাথে কাজ করার জন্য সম্পূর্ণ ক্যোয়ারী এক লাইনে থাকতে হবে।
আপনি আরও দানাদার কর্মক্ষমতা প্রতিবেদনের জন্য ক্যোয়ারীতে মেট্রিকগুলিকে ভাগ করতে পারেন।
Reports
পরিষেবার মাধ্যমে কীভাবে পণ্য পুনরুদ্ধার এবং ফিল্টার করতে হয় তা জানতে পণ্য নির্দেশিকা দেখুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe \u003ccode\u003eReports\u003c/code\u003e service allows you to retrieve performance metrics, such as impressions, clicks, and click-through rate (CTR), for your account.\u003c/p\u003e\n"],["\u003cp\u003eTo access this service, you must have the Reporting manager role (equivalent to the Performance and insights role in Merchant Center), which can be assigned using the \u003ccode\u003eaccounts.update\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eA comprehensive list of available metrics can be found in the \u003ccode\u003emetrics\u003c/code\u003e documentation, and you can use Merchant Center Query Language to create customized reports.\u003c/p\u003e\n"],["\u003cp\u003eFor more detailed analysis, you can segment your metrics and further explore report functionalities through the provided guides on segmentation and products.\u003c/p\u003e\n"]]],["The `Reports` service retrieves performance metrics, requiring the Reporting manager role. This role is enabled by setting `reportingManager` to `true` using `accounts.update`. To retain data, use `accounts.get` beforehand. `reports.search` uses Merchant Center Query Language, as demonstrated in a sample query that fetches `impressions`, `clicks`, and `ctr` for a given date range, and allows to run it in the API Explorer. Additionally, metrics can be segmented for detailed reports.\n"],null,["# Measure performance\n\nYou can use the `Reports` service to retrieve [performance\nmetrics](//support.google.com/merchants/answer/10265167) for your account.\n\nSee the [`metrics` documentation](/shopping-content/reference/rest/v2.1/reports/search#Metrics) for the\ncomplete list of available metrics.\n\nRequirements\n------------\n\nYou need the [Reporting manager\nrole](//support.google.com/merchants/answer/11935402) to retrieve this report.\n\nTo give an account the Reporting manager role, use\n[`accounts.update`](/shopping-content/reference/rest/v2.1/accounts/update) to\nset the `reportingManager` field to `true`. The Reporting manager role is\nequivalent to the Performance and insights role in Merchant Center.\n\n`accounts.update` replaces the entire `Account` resource. Use [`accounts.get`](/shopping-content/reference/rest/v2.1/accounts/get) to\nget the full `Account` resource, then provide all fields in your\n`accounts.update` request so you don't lose information.\n\nSample query\n------------\n\nThe following query retrieves the `impressions`, `clicks`, and `ctr` for all\nproducts in your account during a specific 30-day period. To make the request,\npass the following Merchant Center Query Language statement to the\n[`reports.search`](/shopping-content/reference/rest/v2.1/reports/search) method: \n\n SELECT\n metrics.impressions,\n metrics.clicks,\n metrics.ctr\n FROM MerchantPerformanceView\n WHERE segments.date BETWEEN '2020-12-01' AND '2020-12-30'\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%20metrics.impressions%2C%20%20metrics.clicks%2C%20%20metrics.ctr%20FROM%20MerchantPerformanceView%20WHERE%20segments.date%20BETWEEN%20%272020-12-01%27%20AND%20%272020-12-30%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\nYou can also [segment](/shopping-content/guides/reports/segmentation) the\nmetrics in the query for more granular performance reports.\n\nSee the [Products guide](/shopping-content/guides/reports/products) to learn how\nto retrieve and filter products with the `Reports` service."]]