Google বিজনেস পারফরম্যান্স API-এর একটি নতুন API পদ্ধতি রয়েছে যা একটি একক API অনুরোধে একাধিক `DailyMetrics` আনার অনুমতি দেয়। v4 reportInsights API পদ্ধতি থেকে Google Business Profile Performance API-এ স্থানান্তরিত করার জন্য অবচয়ের সময়সূচী এবং নির্দেশাবলী পর্যালোচনা করুন।
একটি একক তালিকার সাথে যুক্ত স্থানীয় পোস্টগুলির একটি সেটের জন্য অন্তর্দৃষ্টি প্রদান করে৷ কোন মেট্রিক্স এবং কীভাবে সেগুলি রিপোর্ট করা হয়েছে তা অনুরোধ প্রোটোতে নির্দিষ্ট করা বিকল্প।
HTTP অনুরোধ
POST https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*}/localPosts:reportInsights
[null,null,["2024-11-11 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Returns insights data for a set of local posts associated with a single listing, limited to 100 posts per API call."],["The request body specifies the local post names and includes an optional request for basic metric insights."],["The response provides metrics for each requested post, along with the location's time zone."],["Requires authorization with either `https://www.googleapis.com/auth/plus.business.manage` or `https://www.googleapis.com/auth/business.manage` scope."]]],["This outlines how to retrieve insights for local posts associated with a specific listing. Key actions include sending a `POST` HTTP request to a designated URL with a location's name in the path. The request body must contain a list of `localPostNames` (up to 100) and optionally a `basicRequest` object to define the metrics. The response includes the location's name, time zone, and an array of `localPostMetrics`, each detailing requested metric values for a specific post. OAuth scopes are required.\n"]]