> For the complete documentation index, see [llms.txt](https://docs.wicle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wicle.io/action/experiment/event-limit.md).

# イベント数上限とA/Bテストの配信

イベント数の上限に達した場合にA/Bテストの配信が止まることと、確認・再開の方法です。

プロジェクトのイベント数が上限に達すると、イベント計測が停止します。この間、サイト上のA/Bテストも配信されません。

## ユーザーへの影響 <a href="#impact" id="impact"></a>

計測が停止している間は、次のようになります。

* サイト上で施策が表示されません（管理画面では `配信中` のままのことがあります）
* 新しい施策の配信は開始できません
* 効果測定のデータは増えません
* A/Bテスト画面に、配信が一時停止している旨のバナーが表示されます

計測が再開されると、配信中の施策は自動で再開されます。

{% hint style="info" %}
A/Bテスト専用イベントは課金対象外ですが、計測停止中は送信されません。詳しくは [計測されるイベント](/action/experiment/events.md) をご覧ください。
{% endhint %}

## いつ起きるか <a href="#when" id="when"></a>

次の場合にイベント計測が停止し、A/Bテストの配信にも影響します。

* Freeプランで月間の無償枠（50万件）を超えたとき
* Growthプランで、設定した月額上限金額に達したとき

料金や上限の詳細は [請求について](/billing/detail.md) と [プラン・請求](/organization-project/organization-setting/billing.md) をご覧ください。

{% hint style="warning" %}
停止・再開の反映には数分程度のラグがかかる場合があります。
{% endhint %}

## 確認方法 <a href="#check" id="check"></a>

* A/Bテスト画面上部のバナー
* 利用状況画面の計測ステータス（`計測停止(リミット超過)`）
* 画面左下の計測ステータス

詳しくは [利用状況](/organization-project/organization-setting/usage.md) をご覧ください。

## 再開方法 <a href="#resume" id="resume"></a>

計測が再開されると、A/Bテストの配信も自動で再開されます。

* Freeプランでは、翌月に実績がリセットされると再開されます
* Growthプランへアップグレードする、または月額上限を引き上げることもできます

{% hint style="info" %}
再開後、サイトへの反映には数分かかることがあります。
{% endhint %}

## よくある質問 <a href="#faq" id="faq"></a>

### 施策のステータスは自動で変わりますか？ <a href="#faq-status" id="faq-status"></a>

変わりません。計測停止中も管理画面では `配信中` と表示されることがあります。

### A/Bテスト専用イベントは課金対象外なのに、なぜ配信が止まるのですか？ <a href="#faq-non-billing" id="faq-non-billing"></a>

A/Bテスト専用イベントは課金対象外ですが、同じタグ上で送信されます。イベント数上限により計測が停止すると、専用イベントの送信や施策コードの実行も行われなくなります。

### コンバージョンイベントの計測はどうなりますか？ <a href="#faq-conversion" id="faq-conversion"></a>

コンバージョンに設定したカスタムイベント・コードレスイベントも、課金対象のイベントです。計測停止中はこれらのイベントも送信されないため、効果測定のデータは更新されません。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.wicle.io/action/experiment/event-limit.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
