Table of Contents

Class ProductAnalyticsData

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Visitor and account payload sent to the product analytics agent for initialization.

public sealed class ProductAnalyticsData
Inheritance
object
ProductAnalyticsData
Extension Methods

Constructors

ProductAnalyticsData()

public ProductAnalyticsData()

Properties

Account

Account/instance-specific analytics data.

public ProductAnalyticsAccountData Account { get; set; }

Property Value

ProductAnalyticsAccountData

Configuration

Runtime configuration for loading the product analytics agent.

public ProductAnalyticsConfiguration Configuration { get; set; }

Property Value

ProductAnalyticsConfiguration

User

User-specific analytics data.

public ProductAnalyticsUserData User { get; set; }

Property Value

ProductAnalyticsUserData