Skip to main content
読者登録経路サマリ
curl --request GET \
  --url https://api.utage-system.com/v1/accounts/{account_id}/scenarios/{scenario_id}/readers/tracking-summary \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "tracking_name": "<string>",
      "count": 123
    }
  ]
}
GET
https://api.utage-system.com/v1/accounts/{account_id}/scenarios/{scenario_id}/readers/tracking-summary
この機能はプレビュー版です。仕様が変更される場合があります。

Authorizations

Authorization
string
header
required

APIキーをBearerトークンとして指定

Path Parameters

account_id
string
required

アカウントID

scenario_id
string
required

シナリオID

Response

登録経路別の読者数集計

data
object[]