Click or drag to resize
ECommerceHelperTrackRegistrationConversion Method
Tracks registration conversion.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static void TrackRegistrationConversion(
	string siteName,
	string name = null
)

Parameters

siteName
Type: SystemString
Name of the site the registration should be tracked for.
name (Optional)
Type: SystemString
Registration conversion name. If it is set, it is used instead of the 'Registration' conversion name from the settings.
See Also