Table of Contents

Class CrossSiteActivityGeneralData

Namespace
Kentico.CrossSiteTracking.Web.Mvc
Assembly
Kentico.OnlineMarketing.Web.Mvc.dll

Holds cross site activity data.

public sealed class CrossSiteActivityGeneralData
Inheritance
object
CrossSiteActivityGeneralData
Extension Methods

Constructors

CrossSiteActivityGeneralData()

public CrossSiteActivityGeneralData()

Properties

Label

Gets or sets the label for the activity.

public string Label { get; set; }

Property Value

string

Referrer

Gets or sets referrer.

public string Referrer { get; set; }

Property Value

string

Title

Gets or sets page title.

public string Title { get; set; }

Property Value

string

Url

Gets or sets page url.

public string Url { get; set; }

Property Value

string