ProfileProperty

This models any property of a visitor profile. Use the profilePropertyStore to access ProfileProperty objects.

Refer to the user documentation for more information on Profile Properties.

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

Extends

Properties

inherited id string

Unique id of the profile property. Should not be null or empty.

The id will be a string that looks something like this: 'visits' or 'browserversion'.

inherited isPersistent Boolean

Is this instance already persisted? If not, this object only 'lives' client-side.

inherited name String

The readable name of the domain object. Should not be null or empty.

readonly FILTER_TYPES String

All possible filter values

Properties:
Name Description
SELECT

Select

DATETIME

Date time

RANGE

Range

DECIMAL

Decimal

CURRENCY

Currency

EMAIL

E-mail