Click or drag to resize
IABUserStateManagerTIdentifierSetVisit Method
Sets a A/B test visit for current user so that from now on, conversions can be logged also as A/B test session conversions.

Namespace: CMS.OnlineMarketing.Internal
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
bool SetVisit()

Return Value

Type: Boolean
True if visit was assigned successfully (wasn't already assigned). False if a visit is already set.
See Also