/api/v1/client-api/metrics/conversion/ コンバージョンデータの取得
ユーザーアクションを分析し、マーケティング施策の効果を時系列で測定するためのコンバージョンデータを取得します。
レート制限:1 秒あたり 2 リクエスト。
Request body
チャートデータを取得する日付または期間を入力します
比較する日付または期間を入力します
購入が行われたアプリストアでフィルタリングします
購入が行われた国の 2 文字の国コードでフィルタリングします
アプリストアのプロダクト固有識別子
サブスクリプションの期間を指定します
アトリビューションのソースインテグレーション
アトリビューションがオーガニックか非オーガニックかを示します
トランザクションに至ったマーケティングチャネル
トランザクションをもたらしたマーケティングキャンペーン
トランザクションをもたらしたアトリビューション広告グループ
トランザクションに至ったアトリビューション広告セット
効果測定のために追跡される広告またはキャンペーン内の特定のビジュアルまたはテキスト要素
データを取得するオファーカテゴリを指定します
データを取得するオファータイプを指定します
データを取得する特定のオファーを指定します
コンバージョン開始時のユーザーのサブスクリプション状態
コンバージョン後のユーザーの新しいサブスクリプション状態
アナリティクスデータを集計する時間間隔を指定します
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 リクエストです。