Triggering Experiences Using CSS Selectors

Trigger from a CSS Class

This button has
>>>>> class = "selector-button" <<<<<

CLICK ON ME

Trigger from a CSS ID

This button has
class = "selector-button-dos"
>>>>> id="numero-dos" <<<<<

THIS IS A BUTTON

This paragraph text has
class = "selector-button-tres"
>>>>> id="numero-dos" <<<<<

THIS IS PARAGRAPH TEXT

Trigger from an HREF Attribute

This button has
class = "selector-button-tres"
id="numero-tres"
>>>>> href="http://www.google.com" <<<<<

CLICK ON ME

Trigger from a Random Attribute

This button has
class = "selector-button-tres"
id="numero-tres"
href="http://www.amazon.com"
>>>>> foo="bar" <<<<<

CLICK ON ME