行動分析イベントのリファレンス
行動分析は、Elastic Common Schemaを使用してイベントをログに記録し、分析イベント用のカスタムフィールドセットを含みます。ログに記録される完全なデータオブジェクトの例を参照してください。
フィールドの概要
共通イベントフィールド
@timestamp
- イベントのタイムスタンプ。
event.action
- イベントのタイプ。可能な値は
search
、search_click
、およびpageview
です。 event.source
- イベントのソース。可能な値は
client
とserver
です。 session.id
- セッションの一意の識別子。
user.id
- ユーザーの一意の識別子。
_id
- ドキュメントID。
_index
- インデックス名。
_score
- ドキュメントのスコア。
検索イベントフィールド
search.filters
- 検索クエリに適用されたフィルター。
search.query
- 検索クエリ。
search.results.items.document.id
- 検索結果のドキュメントのID。
search.results.items.document.index
- 検索結果のドキュメントのインデックス。
search.results.items.page.url.domain
- 検索結果のページのURLドメイン。
search.results.items.page.url.original
- 検索結果のページの元のURL。
search.results.items.page.url.path
- 検索結果のページのURLパス。
search.results.items.page.url.scheme
- 検索結果のページのURLスキーム。
search.results.total_results
- 検索クエリによって返された結果の総数。
search.search_application
- 検索クエリを実行するために使用された検索アプリケーション。
search.sort.name
- 検索クエリに適用されたソートの名前。
検索クリックイベントフィールド
document.id
- クリックされたドキュメントのID。
document.index
- クリックされたドキュメントを含むインデックス。
page.url.domain
- クリックされたページのURLドメイン。
page.url.original
- クリックされたページの元のURL。
page.url.path
- クリックされたページのURLパス。
page.url.scheme
- クリックされたページのURLスキーム。
search.filters
- 検索クエリに適用されたフィルター。
search.query
- 検索クエリ。
search.results.items.document.id
- 検索結果のドキュメントのID。
search.results.items.document.index
- 検索結果のドキュメントのインデックス。
search.results.items.page.url.domain
- 検索結果のページのURLドメイン。
search.results.items.page.url.original
- 検索結果のページの元のURL。
search.results.items.page.url.path
- 検索結果のページのURLパス。
search.results.items.page.url.scheme
- 検索結果のページのURLスキーム。
search.results.total_results
- 検索クエリによって返された結果の総数。
search.search_application
- 検索クエリを実行するために使用された検索アプリケーション。
search.sort.name
- 検索クエリに適用されたソートの名前。
session.location.country_iso_code
- 検索クリックが発生した国のISOコード。
session.location.country_name
- 検索クリックが発生した国の名前。
ページビューイベントフィールド
document.id
- 表示されたドキュメントのID。
document.index
- 表示されたドキュメントを含むインデックス。
page.referrer.domain
- 表示されたページを参照したページのURLドメイン。
page.referrer.original
- 表示されたページを参照したページの元のURL。
page.referrer.path
- 表示されたページを参照したページのパス。
page.referrer.scheme
- 表示されたページを参照したページのURLスキーム。
page.title
- 表示されたページのタイトル。
page.url.domain
- 表示されたページのURLドメイン。
page.url.original
- 表示されたページの元のURL。
page.url.path
- 表示されたページのURLパス。
page.url.scheme
- 表示されたページのURLスキーム。
session.location.country_iso_code
- ページビューが発生した国のISOコード。
session.location.country_name
- ページビューが発生した国の名前。
例
展開して、search
イベントデータオブジェクトの完全な例を表示します:
Js
{
"@timestamp": [
"2023-05-16T12:52:29.003Z"
],
"event.action": [
"search"
],
"event.source": [
"client"
],
"search.filters": [
{
"color": [
"silver"
],
"brand": [
"Robel, Klocko and Ziemann",
"McClure, Marks and Mertz"
]
}
],
"search.query": [
"transformation"
],
"search.results.items.document.id": [
"045a164b-229e-40b5-ba66-b2ebabd2a251"
],
"search.results.items.document.index": [
"products"
],
"search.results.items.page.url.domain": [
"fancy-overcoat.org"
],
"search.results.items.page.url.original": [
"http://fancy-overcoat.org/happy/pancakes/deals"
],
"search.results.items.page.url.path": [
"/happy/pancakes/deals"
],
"search.results.items.page.url.scheme": [
"http"
],
"search.results.total_results": [
67
],
"search.search_application": [
"search-ui"
],
"search.sort.name": [
"relevance"
],
"session.id": [
"2bc31b08-d443-4b7a-81ea-65edf3dd82e7"
],
"user.id": [
"42704a4b-692b-4654-bb67-a65eb0c72f15"
],
"_id": "y3IBBogBWHKTU-4a543S",
"_index": ".ds-behavioral_behavioral-analytics-event-website-2023.05.10-000001",
"_score": null
}
展開して、search_click
イベントデータオブジェクトの完全な例を表示します:
Js
{
"@timestamp": [
"2023-05-16T12:22:23.468Z"
],
"document.id": [
"38cca784-109a-4ea0-a4e8-60c3be667ffd"
],
"document.index": [
"products"
],
"event.action": [
"search_click"
],
"event.source": [
"client"
],
"page.url.domain": [
"unfurnished-appartments"
],
"page.url.original": [
"https://unfurnished-appartments/new/europe"
],
"page.url.path": [
"/new/europe"
],
"page.url.scheme": [
"https"
],
"search.filters": [
{
"brand": [
"McClure, Marks and Mertz",
"Ondricka - Rath"
]
}
],
"search.query": [
"ferryboat"
],
"search.results.items.document.id": [
"0c76967b-4915-446e-9b2c-b1bfb9e39e1e"
],
"search.results.items.document.index": [
"products"
],
"search.results.items.page.url.domain": [
"dependent-lecture.info"
],
"search.results.items.page.url.original": [
"http://dependent-lecture.info/documents/additional/latest"
],
"search.results.items.page.url.path": [
"/documents/additional/latest"
],
"search.results.items.page.url.scheme": [
"http"
],
"search.results.total_results": [
54
],
"search.search_application": [
"search-ui"
],
"search.sort.name": [
"relevance"
],
"session.id": [
"9411fb93-8707-49a4-baab-cec4d6aef753"
],
"session.location.country_iso_code": [
"GP"
],
"session.location.country_name": [
"Guadeloupe"
],
"user.id": [
"911d0c19-e713-4413-8f4c-c6c612bc37c4"
],
"_id": "m8cBBogBG4-Ak0Iy7LME",
"_index": ".ds-behavioral_behavioral-analytics-event-website-2023.05.10-000001",
"_score": null
}
展開して、pageview
イベントデータオブジェクトの完全な例を表示します:
Js
{
"@timestamp": [
"2023-05-16T12:52:51.309Z"
],
"document.id": [
"c98ppfc8-3a04-4a20-888a-f87292b31181"
],
"document.index": [
"products"
],
"event.action": [
"page_view"
],
"event.source": [
"client"
],
"page.referrer.domain": [
"happy-pancakes.name"
],
"page.referrer.original": [
"https://happy-pancakes.name/magnam"
],
"page.referrer.path": [
"/magnam"
],
"page.referrer.scheme": [
"https"
],
"page.title": [
"Super fast delivery"
],
"page.url.domain": [
"happy-staircase.net"
],
"page.url.original": [
"http://happy-staircase.net/quam"
],
"page.url.path": [
"/quam"
],
"page.url.scheme": [
"http"
],
"session.id": [
"2bc31b08-d443-4b7a-81ea-65edf3dd82e7"
],
"session.location.country_iso_code": [
"SN"
],
"session.location.country_name": [
"Senegal"
],
"user.id": [
"42704a4b-692b-4654-bb67-a65eb0c72f15"
],
"_id": "zHIBBogBWHKTU-4a543S",
"_index": ".ds-behavioral_behavioral-analytics-event-website-2023.05.10-000001",
"_score": null
}