Class ProductAnalyticsAccountData
Account/instance-specific product analytics data.
public sealed class ProductAnalyticsAccountData
- Inheritance
-
objectProductAnalyticsAccountData
- Extension Methods
Constructors
ProductAnalyticsAccountData()
public ProductAnalyticsAccountData()
Properties
ActivationType
Activation type of the current instance (Production / Development / Trial / NonProductionToken).
public string ActivationType { get; set; }
Property Value
- string
InstanceId
Stable instance identifier - the primary product analytics account ID.
public Guid InstanceId { get; set; }
Property Value
- Guid
IsCloudEnvironment
Indicates whether the instance is running in a cloud environment.
public bool IsCloudEnvironment { get; set; }
Property Value
- bool
LicenseIdentifier
Searchable license identifier (cloud project ID, license key ID, or friendly name fallback).
public string LicenseIdentifier { get; set; }
Property Value
- string
LicenseKeyType
License key type.
public string LicenseKeyType { get; set; }
Property Value
- string
LicenseTier
License tier of the current instance.
public string LicenseTier { get; set; }
Property Value
- string
Microchannels
License-allowed count of microchannels.
public int Microchannels { get; set; }
Property Value
- int
ProductVersion
Product version of the current Xperience instance.
public string ProductVersion { get; set; }
Property Value
- string
StandardChannels
License-allowed count of standard channels.
public int StandardChannels { get; set; }
Property Value
- int