Click or drag to resize
ICampaignConversionHitsServiceGetCampaignHits Method
Returns dictionary with campaign report source data. The key represents CampaignConversionID ID and value is a List collection of related CampaignConversionHitsInfo objects.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
Dictionary<int, List<CampaignConversionHitsInfo>> GetCampaignHits(
	int campaignID
)

Parameters

campaignID
Type: SystemInt32
ID of CampaignInfo object for which should be report data returned.

Return Value

Type: DictionaryInt32, ListCampaignConversionHitsInfo
Campaign report source data.
See Also