Click or drag to resize
TrackedCampaignsService Class
Provides access to the tracked campaigns.
Inheritance Hierarchy
SystemObject
  CMS.WebAnalyticsTrackedCampaignsService

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

The TrackedCampaignsService type exposes the following members.

Constructors
  NameDescription
Public methodTrackedCampaignsService
Top
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