Description

Give a semantic name to an exit, that can be used later to provide specific exits to each unique exit name.

Example Usage

<div data-exit="my_exit_1">
	<!-- Allows this div to be marked as an exit, 
	when clicked can trigger an exit, and the string value 
	provided (my_exit_1) gets recorded as well. -->
</div>
3040

You custom exit name will show up in the Trafficking settings as well as Tag generation.