Pages
Page History
...
Evaluation point | Options | Description | ||||||
---|---|---|---|---|---|---|---|---|
Core event | Event | A specific Frosmo Core event has occurred. If you select this event, also define the event type. You can select from the following event types:
| ||||||
Data layer event | Data has been pushed to the data layer. Every | |||||||
DOM element ready | Element Timeout (seconds) | A specific DOM element has been loaded and parsed, and is ready to be manipulated. If you select this event, also define the element whose readiness fires the trigger and, optionally, the timeout (in seconds) after which the Frosmo Platform stops trying to fire the trigger. Define the element using a CSS selector; jQuery selectors are not supported. If you define no timeout (or set it to "0"), the platform keeps trying indefinitely. | ||||||
DOM event | Event Element | A specific DOM event has occurred. If you select this event, also define the event type and the element to which the event must happen. Define the element using a CSS selector; jQuery selectors are not supported. You can select from the following event types:
For example, to fire the trigger on a link click, select Click as the event type, and define the element with the CSS selector "a". | ||||||
DOM ready | All DOM elements have been loaded and parsed, and are ready to be manipulated. | |||||||
Frosmo script loaded | Frosmo Core has been loaded and is ready to be initialized.
| |||||||
Frosmo script ready | Frosmo Core has been initialized. Frosmo context data (visitor data stored in
| |||||||
JavaScript variable ready | Variable Timeout (seconds) | A specific JavaScript variable defined in the If you select this event, also define the variable name and, optionally, the timeout (in seconds) after which the Frosmo Platform stops trying to fire the trigger. If you define no timeout (or set it to "0"), the platform keeps trying indefinitely.
| ||||||
URL change | A URL change through the
For more information about the |
...
Evaluation point | Event type | Event data properties | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Core event | Conversion |
| The trigger is fired when a conversion event with the specified ID or type occurs. | |||||||||
Frosmo custom action |
| The trigger is fired when a custom action with the specified name or value occurs. | ||||||||||
Modification display/click/true display |
| The trigger is fired when a modification with a matching ID or variation ID, type, or content receives a display, click, or true display. | ||||||||||
Other predefined event | Depends on the event data. | The trigger is fired when the specified event occurs. The event can be any event on the site. | ||||||||||
Product purchase |
| The trigger is fired when a transaction with the specified product ID or value occurs. | ||||||||||
Visitor location change |
| The trigger is fired when the visitor's location data matches the specified rules in the beginning of a visitor session.
| ||||||||||
Data layer event | Any | Depends on the event data. | The trigger is fired when the specified data has been pushed to the data layer.
| |||||||||
DOM element ready | Any |
| The trigger is fired when a DOM element with the specified ID, class, HTML content, text content, or property has been loaded and rendered on the page. | |||||||||
DOM event | Any |
| The trigger is fired when a DOM event for an element with the specified ID, class, HTML content, text content, or property occurs. | |||||||||
URL change | Any |
| The trigger is fired when a URL change through the
|
...