Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 8.39 KB

File metadata and controls

16 lines (13 loc) · 8.39 KB

ActivityEventParams

Fields

Field Type Required Description
body_content Optional[str] The HTML content of the page body.
datasource_instance Optional[str] The full datasource instance name inferred from the URL of the event
datasource Optional[str] The datasource without the instance inferred from the URL of the event
instance_only_name Optional[str] The instance only name of the datasource instance, e.g. 1 for jira_1, inferred from the URL of the event
duration Optional[int] Length in seconds of the activity. For VIEWS, this represents the amount the page was visible in the foreground.
query Optional[str] The user's search query associated with a SEARCH.
referrer Optional[str] The referring URL of the VIEW or SEARCH.
title Optional[str] The page title associated with the URL of the event
truncated Optional[bool] Indicates that the parameters are incomplete and more parameters may be sent with the same action+timestamp+URL in the future. This is used for sending the duration when a VIEW is finished.