session.page.open

Element details

type: meya.session.event.page.open
class: PageOpenEvent
path: /meya/session/event/page/open.py
signature: -

Fields

fielddescription               requiredsignaturedefaulttype
parent_entry_refnullEntryRef
trace_id"-"str
sensitivefalsebool
internalfalsebool
user_idstr
thread_idstr
integration_idstr
context{}
dict
lifecycle_id"page_open"str
textnullstr
urlstr
magic_link_oknullbool
referrernullstr
user_agentnullstr
ip_addressnullstr
accept_languagenullstr

Usage reference

Data

{
    "type": "meya.session.event.page.open", 
    "data": {
        "parent_entry_ref": {
            "ledger": "STRING", 
            "id": "STRING", 
            "data": {
                "STRING": "STRING"
            }
        }, 
        "trace_id": "STRING", 
        "sensitive": false, 
        "internal": 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"
    }
}