You can zone the main dropdown menu, but not the individual options inside it.
This is due to browser behavior, not a platform limitation.
- Browser Control: Standard HTML
<select>dropdowns are rendered by the browser and OS, not the webpage. - Hidden Interactions: When opened, the browser shows a native list that our tracking JavaScript cannot detect clicks on.
Data Collected:
- Supported: We can track clicks to open the main menu.
- Not Supported: We cannot track clicks on specific dropdown options.