Click or drag to resize
ITrackedCampaignsService Interface
Provides access to the tracked campaigns.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public interface ITrackedCampaignsService

The ITrackedCampaignsService type exposes the following members.

Properties
  NameDescription
Public propertyTrackedCampaigns
Gets enumerable of campaigns which should be logged in web analytics service called by Javascript.
Top
Methods
  NameDescription
Public methodAddTrackedCampaign
Adds new campaign to TrackedCampaigns collection. Adding is performed only when campaign is not already present.
Public methodRemoveTrackedCampaigns
Removes TrackedCampaign cookie from cookie collection.
Top
See Also