Zum Hauptinhalt springen
GET
/
marketing
/
v3
/
emails
/
statistics
/
list
集計された統計を取得します。
curl --request GET \
  --url https://api.hubapi.com/marketing/v3/emails/statistics/list \
  --header 'Authorization: Bearer <token>'
{
  "emails": [
    123
  ],
  "campaignAggregations": {},
  "aggregate": {
    "deviceBreakdown": {},
    "qualifierStats": {},
    "counters": {},
    "ratios": {}
  }
}
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing Hub -無料ツール
Sales HubSales Hub -無料ツール
Service HubService Hub -無料ツール
Content HubContent Hub -無料ツール
この API には、次のいずれかのスコープが必要です。
content

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

startTimestamp
string

期間の開始タイムスタンプ (ISO8601形式)。

endTimestamp
string

期間の終了タイムスタンプ (ISO8601形式)。

emailIds
integer[]

EメールのIDで絞り込みます。これらのIDを持つメールの統計のみが含まれます。

property
string

どのEメールプロパティーを返すかを指定します。デフォルトでは、全てのプロパティーが返されます。

Response

successful operation

Aggregated statistics for the given interval, plus the IDs of emails that were sent during that interval.

emails
integer[]

期間中に送信されたEメールIDのリスト。

campaignAggregations
object

キャンペーンごとに集計された統計。

aggregate
object
I