Click or drag to resize
ABSegmentationEvaluatorCheckVisitorTargetingMacro Method
Returns false if visitor did not pass targeting macro condition.

Namespace: CMS.OnlineMarketing.Internal
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 13.0.131
Syntax
C#
public static bool CheckVisitorTargetingMacro(
	ABTestInfo abTest
)

Parameters

abTest
Type: CMS.OnlineMarketingABTestInfo
AB test

Return Value

Type: Boolean
Exceptions
ExceptionCondition
ArgumentNullExceptionabTest is null
See Also