Click or drag to resize
CampaignAssetUrlInfoCampaignAssetUrlTarget Property
Campaign asset url target is AbsolutePath without scheme, port, domain, query strings, fragments and trailing slash at the end if value is not root. See NormalizeAssetUrlTarget(String, SiteInfo) method.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
public virtual string CampaignAssetUrlTarget { get; set; }

Property Value

Type: String
Exceptions
ExceptionCondition
InvalidOperationExceptionInserted value contained scheme, port, domain, query strings or fragments.
Examples

'http://your-domain.com/landing_page/' is not normalized.

String.Empty is not normalized.

'/' is normalized.

'landing/page' is not normalized.

'/landing/page' is normalized.

'/landing/page/' is not normalized.

See Also