/api/v1/client-api/metrics/conversion/ コンバージョンデータの取得
ユーザーアクションを分析し、マーケティング施策の効果を経時的に測定するためのコンバージョンデータを取得します。
レート制限: 1秒あたり2リクエスト。
Request body
チャートデータを取得する日付または期間を入力してください
比較する日付または期間を入力してください
購入が行われたアプリストアでフィルタリングします
購入が行われた国の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
サブスクリプション状態間のユーザー進行を示すコンバージョンデータを含むレスポンス
コンバージョンデータポイントの配列(集計指標の場合は空になることがあります)
コンバージョン率の値
コンバージョンの開始サブスクリプション状態
コンバージョンの目標サブスクリプション状態
比較期間の開始値
比較期間の終了値
コンバージョンタイプを説明する表示タイトル
コンバージョン指標のタイプ
この指標のデフォルト集計方法
コンバージョン率の計算方法に関する詳細な説明
コンバージョン指標の内部名
データがJSON形式かどうか
測定単位(コンバージョン率の場合は通常「percent」)
このコンバージョン指標に推奨される日付範囲
推奨期間の開始日
推奨期間の終了日
推奨される期間単位
Example
{
"data": [],
"value": 0,
"value_from": 0,
"value_to": 0,
"compare_value_from": null,
"compare_value_to": null,
"title": "Conversion rate from Paid to more than 6 months",
"type": "multi",
"default_aggregation": "sum",
"description": "If Х - the number of the 1st payments taken during the selected date, and Y - the amount of the renewals that happened after the 6 months since the selected date from those 1st payments, then Conversion = (Y / X) * 100%. For example, we had 100 1st subscriptions of various products on the 1st of January and among them 20 renewed on the 1st week of July (the 25th payment). On the 8th of July, we open the chart and see the conversion of the 1st of January = (20 / 100) * 100% = 20%. Then 30 more subscribers of the 1st of January renewed by the start of August (the 8th payment). We open the chart on the 1st of August and see that the conversion of the 1st of January = ((20+30) / 100) * 100% = 50%. This number shows which part of those who had their 1st payment on the 1st of January converted to the period > 6 months with any number of payments by the current moment.",
"metric_name": "from_paid_to_6_months_conversion",
"is_json": true,
"unit": "percent",
"recommended_period": {
"date_from": "2018-04-29",
"date_to": "2024-12-31",
"period_unit": "month"
}
} リクエストが不正です
Schema
認証されていません
Schema
レート制限を超えました。APIキーごとに1秒あたり最大2リクエストです。