VariantOrTrackerHistoryData

This is the model behind the historical variant or tracker reporting, as for example used at the insights. The dialogueService can be used to access the data.

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

Extends

Properties

inherited date date

The date of the data.

eventsData blueconic.api.data.domain.reporting.Interaction

The data of the interaction.