SegmentHistoryData

This is the model behind the historical Segment data 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/SegmentHistoryData"
], function(SegmentHistoryData) {
  var segmentHistoryData = new SegmentHistoryData();
  // ...
});

Extends

Properties

inherited date date

The date of the data.

The data of the segment.

The data of the segment.

This is the model behind the historical Segment data 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/SegmentHistoryData"
], function(SegmentHistoryData) {
  var segmentHistoryData = new SegmentHistoryData();
  // ...
});

Extends

Properties

inherited date date

The date of the data.

The data of the segment.

The data of the segment.