Variant

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

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

Extends

Properties

Information about the clicks.

Information about the Click percentage (clicks relative to views).

Information about the Conversion/Click percentage (conversions relative to clicks).

Information about the conversions.

Information about the Conversion/View percentage (conversions relative to views).

Information about the Conversion/Click percentage (views relative to clicks for the lift).

Information about the Conversion/View percentage (views relative to clicks for the lift).

Information about the View/Click percentage (views relative to clicks for the lift).

Information about the views.