Class CrossSiteTrackingConsentOptions
- Namespace
- Kentico.CrossSiteTracking.Web.Mvc
- Assembly
- Kentico.OnlineMarketing.Web.Mvc.dll
Represent consent options used in cross-site tracking feature.
public class CrossSiteTrackingConsentOptions
- Inheritance
-
objectCrossSiteTrackingConsentOptions
- Extension Methods
Remarks
This option should be set when a consent is shared between a website channels and tracked websites (TrackedWebsiteInfo).
Constructors
CrossSiteTrackingConsentOptions()
public CrossSiteTrackingConsentOptions()
Properties
AgreeCookieLevel
Desired cookie level that should be set when the consent is agreed.
public int AgreeCookieLevel { get; set; }
Property Value
- int
ConsentName
Code name of the consent that is shared between the main Xperience instance and the tracked website.
public string ConsentName { get; set; }
Property Value
- string
WebsiteChannelName
Code name of the website channel assigned to the tracked website.
public string WebsiteChannelName { get; set; }
Property Value
- string