Class AnalyticsLicense
AnalyticsLicense
Inheritance
Inherited Members
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class AnalyticsLicense
Properties
CreatedAt
Creation date of the Analytics License in UTC format
Declaration
public DateTime? CreatedAt { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
CustomData
User-specific meta data. This can hold anything.
Declaration
public Dictionary<string, object> CustomData { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
CustomDataFieldLabels
Labels for CustomData fields
Declaration
public AnalyticsLicenseCustomDataFieldLabels CustomDataFieldLabels { get; set; }
Property Value
Type | Description |
---|---|
AnalyticsLicenseCustomDataFieldLabels |
CustomDataFieldsCount
The number of customData fields available
Declaration
public int? CustomDataFieldsCount { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Domains
Whitelisted domains
Declaration
public List<AnalyticsLicenseDomain> Domains { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AnalyticsLicenseDomain> |
Features
Features
Declaration
public AnalyticsLicenseFeatures Features { get; set; }
Property Value
Type | Description |
---|---|
AnalyticsLicenseFeatures |
Id
Id of the Analytics License
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
IgnoreDNT
Whether the Do Not Track request from the browser should be ignored
Declaration
public bool? IgnoreDNT { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Impressions
Number of impressions recorded
Declaration
public long? Impressions { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
IncludeInInsights
Whether the data of this license should be included in the industry insights or not
Declaration
public bool? IncludeInInsights { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Industry
The industry of the organization associated with the Analytics License
Declaration
public string Industry { get; }
Property Value
Type | Description |
---|---|
System.String |
LicenseKey
License Key
Declaration
public string LicenseKey { get; }
Property Value
Type | Description |
---|---|
System.String |
MaxImpressions
Maximum number of impressions
Declaration
public long? MaxImpressions { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Name
Name of the Analytics License
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OrderIndex
Order index of license
Declaration
public int? OrderIndex { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
RateLimit
The rate limit of this license
Declaration
public string RateLimit { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RetentionTime
Retention time of impressions, returned as ISO 8601 duration format: P(n)Y(n)M(n)DT(n)H(n)M(n)S
Declaration
public string RetentionTime { get; }
Property Value
Type | Description |
---|---|
System.String |
SubIndustry
The subindustry of the organization associated with the Analytics License
Declaration
public string SubIndustry { get; }
Property Value
Type | Description |
---|---|
System.String |
TimeZone
The timezone of the Analytics License
Declaration
public string TimeZone { get; set; }
Property Value
Type | Description |
---|---|
System.String |