Google বিজনেস পারফরম্যান্স API-এর একটি
নতুন API পদ্ধতি রয়েছে যা একটি একক API অনুরোধে একাধিক `DailyMetrics` আনার অনুমতি দেয়। v4 reportInsights API পদ্ধতি থেকে Google Business Profile Performance API-এ স্থানান্তরিত করার জন্য
অবচয়ের সময়সূচী এবং নির্দেশাবলী পর্যালোচনা করুন।
DailyRange
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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\u003eTimeRange specifies a date range, including both the start and end dates.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON representation uses \u003ccode\u003estartDate\u003c/code\u003e and \u003ccode\u003eendDate\u003c/code\u003e fields, both of which are required and inclusive.\u003c/p\u003e\n"],["\u003cp\u003eBoth \u003ccode\u003estartDate\u003c/code\u003e and \u003ccode\u003eendDate\u003c/code\u003e utilize the \u003ccode\u003eDate\u003c/code\u003e object format for specifying the dates.\u003c/p\u003e\n"]]],["The content defines a time range using a JSON representation. This representation includes `startDate` and `endDate` fields, both of which are required objects referencing a `Date` schema. The `startDate` and `endDate` indicate the beginning and end of the range, respectively. Both dates are inclusive, meaning they are part of the specified time frame.\n"],null,["# DailyRange\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nTime range indicating a date range (both inclusive).\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"startDate\": { object (/my-business/reference/performance/rest/v1/Date) }, \"endDate\": { object (/my-business/reference/performance/rest/v1/Date) } } ``` |\n\n| Fields ||\n|-------------|------------------------------------------------------------------------------------------|\n| `startDate` | `object (`[Date](/my-business/reference/performance/rest/v1/Date)`)` Required. Inclusive |\n| `endDate` | `object (`[Date](/my-business/reference/performance/rest/v1/Date)`)` Required. Inclusive |"]]