Segment

This is the model behind a Segment, a group of visitors characterized by a defined set of interests, preferences, demographic properties, and so forth. Use a segmentStore to access Segments.

Refer to the user documentation for more information on Segments.

Example
define([
  "blueconic/api/data/domain/Segment"
], function(Segment) {
  var segment = new Segment();
  // ...
});

Extends

Properties

inherited id String

Unique id of the domain object. Should not be null or empty.

inherited isPersistent Boolean

Is this instance already persisted? If not, this object only 'lives' client-side.

inherited name String

The readable name of the domain object. Should not be null or empty.