Track common clicks without adding data-track-click everywhere
Enable autoDiscovery in the provider and TrackKit automatically detects links, buttons, submit controls, and role="button" elements. It sends the same standardized content_cta_click and content_control_interaction events to window.dataLayer. Manual data-track-* tracking still takes priority when present.
- Links and submit actions map to CTA click events.
- Buttons, tabs, and toggles map to control interaction events.
- Section headings can be inferred for missing content names.