type: meya.session.event.page.open
class: PageOpenEvent
path: /meya/session/event/page/open.py
signature: -
Fields
field | signature | required | type | default | description |
---|---|---|---|---|---|
parent_entry_ref | ○ | ○ | EntryRef | null | |
trace_id | ○ | ○ | str | "-" | |
sensitive | ○ | ○ | bool | false | |
user_id | ○ | ◉ | str | ||
thread_id | ○ | ◉ | str | ||
integration_id | ○ | ◉ | str | ||
context | ○ | ○ | dict | {} | |
lifecycle_id | ○ | ○ | str | "page_open" | |
text | ○ | ○ | str | null | |
url | ○ | ◉ | str | ||
magic_link_ok | ○ | ○ | bool | null | |
referrer | ○ | ○ | str | null | |
user_agent | ○ | ○ | str | null | |
ip_address | ○ | ○ | str | null | |
accept_language | ○ | ○ | str | null |
Examples
Data
{
"type": "meya.session.event.page.open",
"data": {
"parent_entry_ref": {
"ledger": "STRING",
"id": "STRING",
"data": {
"STRING": "STRING"
}
},
"trace_id": "STRING",
"sensitive": false,
"user_id": "STRING",
"thread_id": "STRING",
"integration_id": "STRING",
"context": {
"STRING": "ANY"
},
"lifecycle_id": "STRING",
"text": "STRING",
"url": "STRING",
"magic_link_ok": false,
"referrer": "STRING",
"user_agent": "STRING",
"ip_address": "STRING",
"accept_language": "STRING"
}
}