Google বিজনেস পারফরম্যান্স API-এর একটি
নতুন API পদ্ধতি রয়েছে যা একটি একক API অনুরোধে একাধিক `DailyMetrics` আনার অনুমতি দেয়। v4 reportInsights API পদ্ধতি থেকে Google Business Profile Performance API-এ স্থানান্তরিত করার জন্য
অবচয়ের সময়সূচী এবং নির্দেশাবলী পর্যালোচনা করুন।
REST Resource: chains
সম্পদ: চেইন
একটি চেইন হল একটি ব্র্যান্ড যার সাথে আপনার ব্যবসার অবস্থানগুলি অনুমোদিত হতে পারে৷
JSON প্রতিনিধিত্ব |
---|
{
"name": string,
"chainNames": [
{
object (ChainName )
}
],
"websites": [
{
object (ChainUrl )
}
],
"locationCount": integer
} |
ক্ষেত্র |
---|
name | string চেইনের সম্পদের নাম, বিন্যাসে chains/{chain_place_id} । |
chainNames[] | object ( ChainName ) চেইনের নাম। |
websites[] | object ( ChainUrl ) চেইন এর ওয়েবসাইট. |
locationCount | integer এই চেইনের অংশ এমন অবস্থানের সংখ্যা৷ |
চেইন নাম
চেইন প্রদর্শন করার সময় ব্যবহার করা নাম।
JSON প্রতিনিধিত্ব |
---|
{
"displayName": string,
"languageCode": string
} |
ক্ষেত্র |
---|
displayName | string এই চেইনের প্রদর্শনের নাম। |
languageCode | string বিসিপি 47 নামের ভাষার কোড। |
ChainUrl
চেইন প্রদর্শন করার সময় ইউআরএল ব্যবহার করা হবে।
JSON প্রতিনিধিত্ব |
---|
{
"url": string
} |
ক্ষেত্র |
---|
url | string এই চেইন জন্য url. |
পদ্ধতি |
---|
| নির্দিষ্ট চেইন পায়। |
| চেইন নামের উপর ভিত্তি করে চেইন অনুসন্ধান করে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-12 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-12 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["A `Chain` represents a brand with multiple business locations, containing information like name, websites, and location count."],["`Chain` data includes `ChainName` for display purposes and `ChainUrl` for website links."],["You can programmatically access chain data using the `get` and `search` methods provided."],["The `Chain` resource uses JSON for data representation and includes fields for identifying the chain and related information."]]],["The content describes the \"Chain\" resource, representing a brand that businesses can affiliate with. Key components include: a chain's `name`, `chainNames` (display names and language codes), `websites` (URLs), and `locationCount`. The `ChainName` provides a `displayName` and `languageCode`. `ChainUrl` contains a simple `url`. Two main methods are detailed, `get` to retrieve a specific chain, and `search` to find a chain by its name.\n"]]