次のような場合に使用: ユーザーがRevenueCat(アプリの売上管理ツール)の実験やその結果について、分析や理解を求めてきたとき
Use when the user asks to analyze or understand a RevenueCat experiment or its results.
実験を分析するには、以下のステップに従ってください。すべてのステップを指定の順序で実行してください。ステップをスキップしないでください。ただし、実験IDなど部分的な情報を既に持っている場合は、そのステップのみスキップできます。その他のステップはすべて実行してください。
実験IDをまだ持っていない場合は、RevenueCatツールの list-experiments を使って見つけてください。このツールは1つのパラメータ project_id(proj... で始まるプロジェクトID)を受け取ります。さらに、ステータスフィルタ(draft、running、paused、stopped)を渡すこともできます。
get-experiment RevenueCatツールを使用して、実験の設定・メタデータを取得してください。パラメータは project_id(上記参照)と experiment_id(ステップ1で取得)です。expand パラメータに以下の値を渡してください: offering.package.product.indicative_price と offering.paywall。
抽出すべき関連情報:
オファリング(offering_a、offering_b など): 実験のバリエーション(試験パターン)を定義します。より複雑な設定では、placements オブジェクト(オンボーディング、機能制限など、配置ごとに異なるオファリングを定義)が含まれることもあります。オファリングは、提供される製品の詳細を含みます。製品には indicative_price(参考価格)が含まれます。全体的な価格水準を把握するため、米国のUSD価格のみが返されます。割引価格は返されません。価格のローカライズテスト、米国外の限定テスト、または割引価格の場合は、代わりに get-product-store-state ツール(revenuecat-store-state スキルを参照)を使う必要があるかもしれません。オファリングに paywall_id が含まれることもあります。これは、そのオファリングがRevenueCat Paywall(料金表示画面)を使用している場合です。paywall_id が null の場合、アプリはカスタム料金表示画面を使用しています。
メモ: 実験について提供されたすべてのメモ
表示名: 実験の名前
ターゲット条件: 実験が適用される顧客の条件
登録モード: 新規顧客のみを登録するか(デフォルト)、既存顧客も対象にするかを定義します
実験タイプ: 事前に定義されたリストから選択された実験の種類
主要指標・副次指標: 実験作成時に設定された成功指標
ステータス:
draft: 実験はまだ開始されていない状態。結果はまだありません。running: 実験は新規顧客を積極的に登録中です。paused: 実験は新規顧客の登録を停止していますが、既に登録された顧客は割り当てられたバリエーションのままで、データ収集は最大400日間続きます。実験を再開することで新規顧客の登録を再開できます。stopped: 実験は新規顧客の登録を停止し、既に登録された顧客はデフォルトオファリングに戻ります。結果は最大400日間更新されます。実験は開始・再開できなくなります。実験内のどのオファリングにおいても paywall_id がある場合は、render-paywall-screenshot ツール(パラメータ: project_id、paywall_id)を使用して料金表示画面を確認し、違いを理解してください。
get-chart-data RevenueCatツールを使用して、実験の実行期間に限定した最近のチャートデータを取得してください。このステップはスキップしないでください。アプリがその期間全体でどのようなパフォーマンスを発揮していたかについて、重要な背景情報が得られます。
パラメータ:
さらに、以下の chart_name についてもデータを取得してください:
get-experiment-results RevenueCatツールを使用して、実験結果(現在までの結果)を取得してください。
パラメータ:
ios)us)enrolled(登録)、exposed(割り当て済み)、not_exposed(未割り当て)のいずれか。既存顧客向け実験にのみ適用可能。指定がない場合は「enrolled」(すべての登録顧客)がデフォルトになります。実験で加えられた変更を理解した上で、結果を解釈してください。あなたの判断を最大限に活用してください。
To analyze an experiment, follow the following steps. Make sure to execute all steps in this order, do not skip any. More details on the step below. If you already have partial information (eg. the experiment ID), you may skip that step only. Continue following all of the other steps.
If you don't have the experiment ID yet, find it using the list-experiments RevenueCat tool. It receives a single parameter: project_id, which requires the proj... Project ID. You can also pass a status filter (draft, running, paused, stopped).
Get the experiment setup / metadata by using the get-experiment RevenueCat tool. Parameters: project_id (as above) and experiment_id (from step 1). Pass the following values to the expand parameter: offering.package.product.indicative_price and offering.paywall.
Relevant information to extract:
placements object which defines different offerings per placement (eg. onboarding, feature gate, ...). Offerings include details on the products offered. Products include an indicative_price. Note that only USD prices for the US are returned to provide an understanding of overall pricing levels. Any introductory price is not returned. For price localization tests, tests scoped explicitly outside of the US, or introductory prices, this will not provide the full picture, you might have to resort to the get-product-store-state tool instead (see the revenuecat-store-state skill). Offerings may also include a paywall_id, if the offering uses a RevenueCat Paywall. If paywall_id is null, that means the app is using a custom paywall.draft means the experiment has not yet started, and there are no results yet.running means the experiment is still actively enrolling new customers.paused means the experiment is no longer enrolling customers, but already-enrolled customers are still assigned to their variant, and the experiment is continuing to collect data for up to 400 days. The experiment can be resumed to continue enrolling new customers.stopped means the experiment is no longer enrolling customers, and already-enrolled customers have gone back to being served their default offering. Results continue to refresh for up to 400 days. The experiment can no longer be started or resumed.For any paywall_id in any offering of the experiment, use the render-paywall-screenshot tool (parameters project_id, paywall_id) to look at the paywall and understand the differences.
Pull recent chart data scoped to the experiment's runtime, using the get-chart-data RevenueCat tool. Do not skip this step, it provides valuable context to how the app was performing overall in the time frame.
Parameters:
Also pull data for chart_name :
Get the experiment results (so far) using the get-experiment-results RevenueCat tool.
Parameters:
iosusenrolled, exposed, not_exposed. Only applicable for experiments for existing customers. Defaults to "enrolled" (all enrolled customers) when not provided.Understanding what changes were made in the experiment, now interpret the results. Use your best judgment.
原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。