> 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/other/faq/how-to-use/measurement.md).

# 計測・データ拡張の使い方

## PCとスマホなど複数のデバイスでアクセスした場合、同一ユーザーとして計測できますか？ <a href="#cross-device" id="cross-device"></a>

`user_id` を指定してユーザープロファイル（identify）を送信すれば、同じIDのデータがマージされ、デバイスをまたいで同一ユーザーとして扱われます。未送信の場合は、デバイス単位のIDで別ユーザーとして扱われます。

詳しくは [ユーザープロファイル](/data-extension/user-profile.md) をご覧ください。

## 「セッション」はどのタイミングで区切られますか？ <a href="#session-boundary" id="session-boundary"></a>

最後のイベント発生から30分以上経過すると、新しいセッション（新規来訪）としてカウントされます。

詳しくは [データの種類と特徴](/data-setting/data-type.md) をご覧ください。

## サーバーサイド（バックエンド）で発生したイベントも送信できますか？ <a href="#server-side" id="server-side"></a>

Web API経由で送信できますが、現在はセルフサーブでの提供ではないため、個別のご案内が必要です。ご希望の場合はお問い合わせください。

詳しくは [カスタムイベント](/data-extension/custom-event.md) をご覧ください。

## タグを設置してから、データが見られるようになるまでどのくらいかかりますか？ <a href="#data-delay" id="data-delay"></a>

送信されたイベントデータは、通常20〜30分程度で集計され管理画面に反映されます。ライフサイクルやキー行動のデータは40〜60分ごとに更新されます。

詳しくは [データの更新間隔](/data-setting/measured-data/renewal-period.md) をご覧ください。

## 特定のページ（管理画面など）だけ計測を除外できますか？ <a href="#exclude-page" id="exclude-page"></a>

はい。計測タグ設定画面で、イベント種別ごとに計測対象URL・除外URLを指定できます。また、計測対象とするドメインを制限することもできます。

詳しくは [計測タグ](/initial-setting/tag.md) をご覧ください。

## Wicleのタグを設置すると、サイトの表示速度に影響しますか？ <a href="#performance-impact" id="performance-impact"></a>

計測タグはサイトのページ情報が読み込まれた後に読み込まれるため、サイト自体の表示やパフォーマンスに影響を与えません。

詳しくは [Wicleタグの仕様](/data-setting/tag-spec.md) をご覧ください。

## 保持期間を過ぎたデータはどうなりますか？来訪回数などの累積値も消えますか？ <a href="#after-retention" id="after-retention"></a>

保持期間を過ぎたイベント・セッションリプレイのデータは自動的に削除されます。ただし、来訪回数などの累積ディメンションは、計測開始時点からの値が保持期間を超えても保持されます。

詳しくは [データの保持期間](/data-setting/measured-data/retention-period.md) をご覧ください。


---

# 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/other/faq/how-to-use/measurement.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.
