Pages

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 11.0

...

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 frosmo.easy namespace.

...

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
languagejs
themeRDark
titleUsage
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
languagejs
themeRDark
titleUsage
var placements = frosmo.easy.message.getPositions();

...