Table of Contents

Class CrossSiteTrackingOptions

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

Custom option for cross-site tracking feature.

public class CrossSiteTrackingOptions
Inheritance
object
CrossSiteTrackingOptions
Extension Methods

Constructors

CrossSiteTrackingOptions()

public CrossSiteTrackingOptions()

Properties

ConsentSettings

List of options used to define shared consent that is used in both the main Xperience instance and the tracked website.

public IEnumerable<CrossSiteTrackingConsentOptions> ConsentSettings { get; set; }

Property Value

IEnumerable<CrossSiteTrackingConsentOptions>

TrackingScriptFileCacheControlHeader

Value of the Microsoft.Net.Http.Headers.HeaderNames.CacheControl header for the cross-site tracking JS script file. Default value is public,max-age=7200

public string TrackingScriptFileCacheControlHeader { get; set; }

Property Value

string