# コードレスイベント

## コードレスイベントでできること <a href="#what-you-can-do" id="what-you-can-do"></a>

コードレスイベントは、[自動計測されるイベント](/data-setting/event-tracking/auto-event.md) や [カスタムイベント](/data-extension/custom-event.md)の任意の検索条件にマッチしたデータを別のイベントデータとして生成できる機能です。

自動イベントで送信できているイベントであれば、 [カスタムイベント](/data-extension/custom-event.md) を実装すること無く同等のデータを生成することができます。

### コードレスイベントを使うメリット <a href="#benefits" id="benefits"></a>

* ユーザーのイベントタイムライン上にコードレスイベントが表示されるため、重要な行動を確認しやすくなります
* 検索条件が内包されているため、検索がイベント指定のみになります
* [キー行動の設定](/visualizing-retention/key-behavior/edit-key-behavior.md)に必要なターゲットイベントはコードレスイベント、もしくはカスタムイベントが選択できるため、キー行動を実装無しで設定することができます

## 設定方法 <a href="#setup" id="setup"></a>

<figure><img src="/files/AAbhtJ9FA0okDOqFosqp" alt=""><figcaption></figcaption></figure>

コードレスイベント画面から作成画面に遷移し、イベント名や条件など必要項目を入力します。

{% hint style="info" %}
コードレスイベントの作成数はプランにより上限があります。詳しくは[料金ページ](https://wicle.io/plan)をご確認ください。

* Freeプラン: 10個（過去遡及: 0個）
* Growthプラン: 30個（過去遡及: 5個）
* Customプラン: カスタム（過去遡及: カスタム）
  {% endhint %}

<figure><img src="/files/YnDfaqb6Og2l8wOu9phD" alt=""><figcaption></figcaption></figure>

## コンバージョン設定 <a href="#conversion-setting" id="conversion-setting"></a>

コードレスイベントの作成・編集画面で、中間コンバージョンまたは最終コンバージョンとして設定できます。コンバージョンに設定したイベントはダッシュボードのコンバージョンファネルで利用されます。

## その他の設定 <a href="#other-settings" id="other-settings"></a>

### フォルダ管理 <a href="#folder-management" id="folder-management"></a>

コードレスイベントをフォルダで整理できます。イベント数が多い場合に活用してください。

## 過去データの生成について <a href="#historical-data-generation" id="historical-data-generation"></a>

{% hint style="info" %}
過去データの遡及は、Growth PlanまたはCustom Planにてご利用いただけます
{% endhint %}

コードレスイベント作成時に、「イベントデータを遡及して生成する」をONにすることで、設定時点から過去に遡ってイベントデータとユーザーの統計情報（発生回数）を生成します。\
この場合、保存後データの生成処理がバックグラウンドで行われます。（初期処理中という表示になります）\
生成処理中でも検索やキー行動の設定は可能ですが、検索についてはデータが不十分になる場合があります。キー行動で利用する場合は設定後、処理を待機するため問題ありません。

これにより後からでも重要行動となるイベントを設定することができます。

{% hint style="warning" %}
過去に遡って集計できるのは **90日前以降** が対象となります。それ以前は該当するイベントデータがあっても生成されないためご注意ください。
{% endhint %}


---

# 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/data-extension/codeless-event.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.
