Pages
Page History
...
For more information about modifications and click events, see Modifications and Basic modification statisticsFeature: Modification and Data collected from websites.
Modification gets a display – message.showMessage
...
For more information about modifications and display events, see Modifications and Basic modification statisticsFeature: Modification and Data collected from websites.
Modification gets a true display – message.trueDisplay
...
For more information about modifications and true display events, see Modifications and Basic modification statisticsFeature: Modification and Data collected from websites.
Trigger gets fired – trigger.fire
...
For more information about triggers, see TriggersFeature: Trigger.
Visitor gets placed into a segment – segment.enter
...
For more information about segments, see Feature: Segmentation.
Visitor gets removed from a segment – segment.leave
...
For more information about segments, see Feature: Segmentation.
Frosmo Core functions
Note |
---|
Frosmo Core functions are in the |
...
The message.getPosition()
retrieves a placement by placement ID. The function returns a positionData
object, which contains the full data for the specified placement, including all settings. For more information about placement settings, see Creating and editing a placementplacement#Placement settings.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
var placement = frosmo.easy.message.getPosition(placementId); |
...
The message.getPositions()
function retrieves the placements defined for the current site. The function returns an array of positionData
objects, each of which contains the full data for a specific placement, including all settings. For more information about placement settings, see Creating and editing a placementplacement#Placement settings.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
var placements = frosmo.easy.message.getPositions(); |
...