Click or drag to resize
IABUserStateManagerSetVisit 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: 13.0.131
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