Event Reference (v1) / Slider Events
Slider Change / slider_change
Measures when a user uses an interface to change the active slide of a component like a gallery, carousel, or any generic slider.
-
- Name
- Event Name Required
- Value
- event: slider_change
Component Properties
Component properties that apply to all component related interactions. As such, these properites are meant to be generic and provide context to where user interactions are occuring on a page.
-
- Name
- Component Optional
- Type
- component: string
- Description
The name of the component that the event occurred directly on. This is usually something interactive, not a presentation element.
- E.g.
button:arrow
-
- Name
- Component Parent Optional
- Type
- component_parent: string
- Description
The name of the parent component that the event occurred within. This could be a container, form, card, or any other named/defined parent component of a page.
- E.g.
card
Section/UI Properites
These properties can be applied to any event to provide more contextual information about "where" an interaction occured within a given page.
-
- Name
- Section Name Optional
- Type
- section_name: string
- Description
More specific than
ui_location, this property can be used to describe the name of a section or container that the event occurred within.- E.g.
recent posts
-
- Name
- UI Location Optional
- Type
- ui_location: string
- Description
The name of the section or container that the event occurred within. This could be a sidebar, header, footer, or any other named/defined section of a page.
- E.g.
sidebar