/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文字の国コードでフィルタリングします
ストア修飾子付きのプロダクトID。<store>:<product_id> の形式で指定します。例えば app_store:premium_monthly や、ベースプランを持つ Google サブスクリプションの場合は play_store:premium_sub:monthly-base-plan のように指定します。ストアプレフィックスのないプロダクトIDは拒否されます。
サブスクリプションの期間を指定してください
アトリビューションのソースインテグレーション
アトリビューションがオーガニックか非オーガニックかを示します
トランザクションにつながったマーケティングチャネル
トランザクションをもたらしたマーケティングキャンペーン
トランザクションをもたらしたアトリビューションの広告グループ
トランザクションにつながったアトリビューションの広告セット
効果測定のために追跡される広告またはキャンペーン内の特定のビジュアルまたはテキスト要素
データを取得するオファーカテゴリを指定してください
データを取得するオファータイプを指定してください
データを取得する特定のオファーを指定してください
分析データを集計する時間間隔を指定します
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リクエストです。