Click or drag to resize
ConversionCampaignInfoProviderGetConversionCampaignInfoInternal Method
Returns relationship between specified conversion and campaign.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.2.23
Syntax
C#
protected virtual ConversionCampaignInfo GetConversionCampaignInfoInternal(
	int conversionId,
	int campaignId
)

Parameters

conversionId
Type: SystemInt32
Conversion ID
campaignId
Type: SystemInt32
Campaign ID

Return Value

Type: ConversionCampaignInfo
See Also