# 利用料金を事前に試算することはできますか？

可能です。

Wicle の料金は、計測するイベント数と PV 数に基づいて決定されます。このドキュメントでは、PV数を利用したシミュレーションと実計測数を利用したシミュレーションの 2 つの方法を説明します。

料金構成の詳細については以下のページをご覧ください。

{% embed url="<https://docs.wicle.io/billing/detail#no>" %}

## 1. 想定PV数を利用したシミュレーション

Google Analytics等で把握しているPV数を元に行う料金シミュレーションです。Wicleの料金はイベント数をベースにきまるため（セッションリプレイはPV数）、PV数をもとに想定イベント数を算出して料金の試算を行います。

1. Wicleの[料金ページ](https://wicle.io/plan) にアクセスし、`シミュレーション`を選択します。
2. `PV数で計算`を選択します
3. `月間PV数`から`サイト種別`を選択後、想定されるデータを量をスライダーで選択します。
4. `セッションリプレイ`、`グループ分析`を利用する場合はONにします。（利用しない場合はそのままで問題ありません）
5. 算出された合計金額が月額利用料金の目安となります。

<figure><img src="/files/1gvmGsK3omfvMJ2boZoc" alt="" width="563"><figcaption></figcaption></figure>

## 2. 実計測数を利用したシミュレーション

Free プランでは、実際に送信されるイベントボリュームを把握できるため、より正確な料金シミュレーションが可能です。

### **2.1 Free プランの利用開始** <a href="#free-plan-start" id="free-plan-start"></a>

1. [Wicle.io](https://wicle.io/) にアクセスし、アカウント登録を行います。
2. 利用したいプロダクトにWicleの[計測タグ](https://docs.wicle.io/getting-started/initial-setting/tag)を設置します。

### **2.2 イベント数と PV 数の確認** <a href="#check-event-pv" id="check-event-pv"></a>

1. [Wicle 管理画面](https://app.wicle.io/sign-in)の`組織設定` > `利用状況` で、月間の総計測イベント数と総計測 PV 数を確認します。
2. 計測期間が短い場合は、以下の例のように概算で月間値を計算します。
   * 例: 計測開始 1 週間の場合: 総計測イベント数 x 4(週)、 PV 数 x 4（週）

<figure><img src="/files/oPzxzMg90ot2s1B1ICIF" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/Qp8OFU5wxgtZBfFKGbWE" alt="" width="563"><figcaption></figcaption></figure>

料金構成の詳細については以下のページをご覧ください。

{% content-ref url="/pages/yJ8gMb5v4K25Bsy1Se1M" %}
[利用状況](/organization-project/organization-setting/usage.md)
{% endcontent-ref %}

### **2.3 合計料金の確認** <a href="#check-total-price" id="check-total-price"></a>

1. Wicleの[料金ページ](https://wicle.io/plan) にアクセスし、`シミュレーション`を選択します。
2. `メインプラン`のタブで月間イベント 数を入力します。
3. `実計測数で計算`を選択し、**2.2**で確認したイベント数にスライダーを移動します。
4. `セッションリプレイ`、`グループ分析`を利用する場合はONにします。（利用しない場合はそのままで問題ありません）
   1. `セッションリプレイ` をONにした場合、**2.2**で確認したPV数にスライダーを移動します
5. 算出された合計金額が月額利用料金の目安となります。

<figure><img src="/files/SD8p4WkYRmlCUgsYWiG7" alt="" width="563"><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wicle.io/other/faq/before-install/price-estimate.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
