/api/v1/client-api/metrics/analytics/ アナリティクスデータの取得
チャートでのユーザー行動とパフォーマンス指標のインサイトを得るためのアナリティクスデータを取得します。
このエンドポイントの収益はイベントベースです。各値はトランザクション日(購入、更新、または返金が発生した日)に紐付けられます。収益をトランザクション日ではなく各ユーザーのインストール日に紐付ける場合(例:Ads Manager との照合)は、コホートエンドポイント(POST /api/v1/client-api/metrics/cohort/)を使用してください。
レート制限:1 秒あたり 2 リクエスト。
Request body
取得するチャートを指定します。1 回のリクエストで指定できるチャートタイプは 1 つのみです。
One of: "revenue", "mrr", "arr", "arppu", "subscriptions_active", "subscriptions_new", "subscriptions_renewal_cancelled", "subscriptions_expired", "trials_active", "trials_new", "trials_renewal_cancelled", "trials_expired", "grace_period", "billing_issue", "refund_events", "refund_money", "non_subscriptions", "arpu", "installs"
チャートデータを取得する日付または期間を入力します
比較する日付または期間を入力します
購入が行われたアプリストアでフィルタリングします
購入が行われた国の 2 文字の国コードでフィルタリングします
アプリストアのプロダクト固有識別子
サブスクリプションの期間を指定します
アトリビューションのソースインテグレーション
アトリビューションがオーガニックか非オーガニックかを示します
トランザクションに至ったマーケティングチャネル
トランザクションをもたらしたマーケティングキャンペーン
トランザクションをもたらしたアトリビューション広告グループ
トランザクションに至ったアトリビューション広告セット
効果測定のために追跡される広告またはキャンペーン内の特定のビジュアルまたはテキスト要素
データを取得するオファーカテゴリを指定します
データを取得するオファータイプを指定します
データを取得する特定のオファーを指定します
アナリティクスデータを集計する時間間隔を指定します
One of: "day", "week", "month", "quarter", "year"
ユーザーの参加日として扱う日付を指定します
One of: "purchase_date", "profile_install_date"
セグメンテーションの基準を設定します
エクスポートファイルの形式を指定します
One of: "json", "csv"
Responses
アナリティクスデータを正常に取得しました
Schema
リクエストされたチャートタイプのアナリティクスデータを含むレスポンス
異なる指標タイプ(revenue、proceeds、net_revenue など)を含むオブジェクト
Example
{
"data": {
"revenue": {
"data": [],
"value": 0,
"value_from": null,
"value_to": null,
"compare_value_from": null,
"compare_value_to": null,
"title": "revenue",
"type": "multi",
"default_aggregation": "sum",
"description": "<div>Total money received from both subscriptions and one-time purchases. Does not include\nrevenue from subscriptions and purchases that were refunded afterward. Calculated before the store's fee.<br />\nFor example, there were 5 monthly $10 subs, 1 yearly $100 sub and 10 one-time $50 purchases today,<br />\nrevenue = 5*$10 + 1*$100 + 10*$50 = $650</div>",
"metric_name": "Revenue",
"is_json": true,
"unit": "USD",
"recommended_period": null
},
"proceeds": {
"data": [],
"value": 0,
"value_from": null,
"value_to": null,
"compare_value_from": null,
"compare_value_to": null,
"title": "revenue",
"type": "multi",
"default_aggregation": "sum",
"description": "<div>Total money received from both subscriptions and one-time purchases. Does not include\nrevenue from subscriptions and purchases that were refunded afterward. Calculated before the store's fee.<br />\nFor example, there were 5 monthly $10 subs, 1 yearly $100 sub and 10 one-time $50 purchases today,<br />\nrevenue = 5*$10 + 1*$100 + 10*$50 = $650</div>",
"metric_name": "Revenue",
"is_json": true,
"unit": "USD",
"recommended_period": null
},
"net_revenue": {
"data": [],
"value": 0,
"value_from": null,
"value_to": null,
"compare_value_from": null,
"compare_value_to": null,
"title": "revenue",
"type": "multi",
"default_aggregation": "sum",
"description": "<div>Total money received from both subscriptions and one-time purchases. Does not include\nrevenue from subscriptions and purchases that were refunded afterward. Calculated before the store's fee.<br />\nFor example, there were 5 monthly $10 subs, 1 yearly $100 sub and 10 one-time $50 purchases today,<br />\nrevenue = 5*$10 + 1*$100 + 10*$50 = $650</div>",
"metric_name": "Revenue",
"is_json": true,
"unit": "USD",
"recommended_period": null
}
}
} リクエストが不正です
Schema
認証されていません
Schema
レート制限を超過しました。API キーごとに 1 秒あたり最大 2 リクエストです。