JavaScriptNotifierNotifyWithProperties Method |
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 NotifyWithProperties(
Connector connector,
string sessionKey,
string customerKey,
string market,
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 - customerKey
- Type: SystemString
the key of the customer for the notification. Warning! Must not be taken from the client, as this will pose a security threat. - market
- Type: SystemString
the market for which the notification is made. Warning! Must not be taken from the client, as this will pose a security threat. - 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