Logs user registration into the web analytics and if conversion name and value are set, the conversion is tracked.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- siteName
- Type: System String
Site name.
- user
- Type: CMS.Membership UserInfo
Registered user.
- conversionName (Optional)
- Type: System String
Name of the conversion which shall be tracked. If null or empty, conversion is not tracked.
- conversionValue (Optional)
- Type: System Double
Conversion value.
Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | Argument user cannot be null |
See Also