Event accordion
Accordion section
high
When a section of the accordion is opened or closed.
- Example of Accordion section
- Tracked by event_tracker
Data sent to the dataLayer
- event: event_data
- event_data:
- action: "opened" when clicked to expand, or "closed" when clicked to collapse
- event_name: select_content
- index:
- index_section: number
- index_section_count: number
- text: text of selected accordion
- type: accordion
Show all sections
high
When the 'Show all sections' control is used.
- Tracked by event_tracker
Data sent to the dataLayer
- event: event_data
- event_data:
- action: "opened" when clicked to expand, or "closed" when clicked to collapse
- event_name: select_content
- index:
- index_section: number
- index_section_count: number
- text: text of show all link when clicked e.g. "Show all sections"
- type: accordion