Google Business Performance API 的
NEW API 方法可擷取單一 API 要求中的多個「DailyMetrics」。
請詳閱
淘汰時間表和從 v4 reportInsights API 方法遷移至 Google Business Profile Performance API 的操作說明。
InsuranceNetwork
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
JSON 表示法 |
{
"networkId": string,
"networkNames": {
string: string,
...
},
"payerNames": {
string: string,
...
},
"state": enum (NetworkState )
} |
欄位 |
networkId |
string
必要欄位。Google 產生的這個保險網絡 ID。
|
networkNames |
map (key: string, value: string)
僅供輸出。要求語言的聯播網顯示名稱對應,其中語言是鍵,而本地化的顯示名稱則是值。系統預設會設定英文的顯示名稱。 這個物件中包含 "key": value 組合的清單,範例:{ "name": "wrench", "mass": "1.3kg", "count": "3" } 。
|
payerNames |
map (key: string, value: string)
僅供輸出。要求語言的付款人顯示名稱對應,語言為索引鍵,而本地化顯示名稱為值。系統預設會設定英文的顯示名稱。 這個物件中包含 "key": value 組合的清單,範例:{ "name": "wrench", "mass": "1.3kg", "count": "3" } 。
|
state |
enum (NetworkState )
僅供輸出。這個保險網路的狀態。
|
NetworkState
列舉 |
NETWORK_STATE_UNSPECIFIED |
預設值。 |
ACCEPTED |
這個位置接受這個網路。 |
PENDING_ADD |
目前有待處理的要求,才能將這個電視網加入已接受清單。 |
PENDING_DELETE |
目前有待處理的要求,無法將聯播網從接受的清單中移除。 |
NOT_ACCEPTED |
這個位置不接受這個網路。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[[["\u003cp\u003eInsurance networks have a unique ID, display names in various languages, and a current state.\u003c/p\u003e\n"],["\u003cp\u003eThe network state indicates whether a location accepts, is pending to accept/remove, or does not accept the network.\u003c/p\u003e\n"],["\u003cp\u003eYou can access network and payer display names in different languages, with English as the default.\u003c/p\u003e\n"],["\u003cp\u003eGoogle generates a unique \u003ccode\u003enetworkId\u003c/code\u003e for each insurance network.\u003c/p\u003e\n"]]],[],null,["# InsuranceNetwork\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [NetworkState](#NetworkState)\n\nA single insurance network. Next id: 5\n\n| JSON representation ||\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"networkId\": string, \"networkNames\": { string: string, ... }, \"payerNames\": { string: string, ... }, \"state\": enum (/my-business/reference/rest/v4/InsuranceNetwork#NetworkState) } ``` |\n\n| Fields ||\n|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `networkId` | `string` Required. The id of this insurance network generated by Google. |\n| `networkNames` | `map (key: string, value: string)` Output only. A map of network display names in requested languages where the language is the key and localized display name is the value. The display name in English is set by default. An object containing a list of `\"key\": value` pairs. Example: `{ \"name\": \"wrench\", \"mass\": \"1.3kg\", \"count\": \"3\" }`. |\n| `payerNames` | `map (key: string, value: string)` Output only. A map of payer display names in requested languages where the language is the key and localized display name is the value. The display name in English is set by default. An object containing a list of `\"key\": value` pairs. Example: `{ \"name\": \"wrench\", \"mass\": \"1.3kg\", \"count\": \"3\" }`. |\n| `state` | `enum (`[NetworkState](/my-business/reference/rest/v4/InsuranceNetwork#NetworkState)`)` Output only. The state of this insurance network. |\n\nNetworkState\n------------\n\nThe state of an insurance network regarding this location.\n\n| Enums ||\n|-----------------------------|---------------------------------------------------------------------------|\n| `NETWORK_STATE_UNSPECIFIED` | Default value. |\n| `ACCEPTED` | This network is accepted by this location. |\n| `PENDING_ADD` | There is a pending request to add this network to the accepted list. |\n| `PENDING_DELETE` | There is a pending request to remove this network from the accepted list. |\n| `NOT_ACCEPTED` | This network is not accepted by this location. |"]]