Google Business Performance API 的
NEW API 方法可擷取單一 API 要求中的多個「DailyMetrics」。
請詳閱
淘汰時間表和從 v4 reportInsights API 方法遷移至 Google Business Profile Performance API 的操作說明。
MetricOption
列舉 |
METRIC_OPTION_UNSPECIFIED |
未指定指標選項。在要求中,預設值為 GGGREGATED_TOTAL。 |
AGGREGATED_TOTAL |
系統在整個時間範圍內匯總的傳回值。這是預設值。 |
AGGREGATED_DAILY |
傳回時間範圍內的每日時間戳記值。 |
BREAKDOWN_DAY_OF_WEEK |
系統會傳回星期幾的詳細資料。僅適用於 ACTIONS_PHONE。 |
BREAKDOWN_HOUR_OF_DAY |
系統會按時段細分傳回值。僅適用於 ACTIONS_PHONE。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2022-10-12 (世界標準時間)。
[null,null,["上次更新時間:2022-10-12 (世界標準時間)。"],[[["The `metricOption` field controls how data is displayed, with `AGGREGATED_TOTAL` as the default, showing aggregated values for the entire timeframe."],["Daily or hourly breakdowns are available for phone call actions (`ACTIONS_PHONE`) using `AGGREGATED_DAILY`, `BREAKDOWN_DAY_OF_WEEK`, or `BREAKDOWN_HOUR_OF_DAY`."],["If no `metricOption` is specified (`METRIC_OPTION_UNSPECIFIED`), it defaults to `AGGREGATED_TOTAL`."]]],[]]