AnalyticsHelper TrackUserRegistration Method Kentico 8.0 API Reference
Logs user registration into the web analytics and if conversion name and value are set, the conversion is tracked.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

siteName
Type: OnlineSystem String
Site name.
user
Type: CMS.Membership UserInfo
Registered user.
conversionName (Optional)
Type: OnlineSystem String
Name of the conversion which shall be tracked. If null or empty, conversion is not tracked.
conversionValue (Optional)
Type: OnlineSystem Double
Conversion value.
Exceptions

See Also