ProfilePropertyValue

This is the model behind the Profile Property data for the profile property reporting, for example used at the insights. The profilePropertyService can be used to access the data.

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

Properties

count Integer

Number of profiles which have this value.

name String

Name of the profile property value.