JavaScriptNotifierNotify Method (Connector, String, String, String, String, String, String) |
Pass through a JavaScript notification to the cluster.
This method is for advanced users only. If two identical notifications are sent with
the same id for the same session key, the second notification will be ignored.
Namespace:
Apptus.ESales.Connector
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax public static void Notify(
Connector connector,
string sessionKey,
string id,
string type,
string ticket,
string productKey,
string rating
)
Parameters
- connector
- Type: Apptus.ESales.ConnectorConnector
the eSales connector to notify through - sessionKey
- Type: SystemString
the key of the eSales session to attach the notification to - id
- Type: SystemString
identifier for detection of re-sent notifications - type
- Type: SystemString
click|adding_to_cart|rating|end - ticket
- Type: SystemString
the ticket for the object clicked or added to cart - productKey
- Type: SystemString
the key of the rated product - rating
- Type: SystemString
integer rating
See Also