Segment

This is the model behind the Segment for the segment reporting, for example used at the insights. The segmentService can be used to access the data.

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

Properties

memberCount Integer

Number of profiles for the segment.