...
Most of the integration functionality happens at the S4S Cloud send2crm service, which allows more detailed debugging and troubleshooting.
General debug information
The S4S Cloud send2crm client automatically logs various troubleshooting messages to the JavaScript console when the debug setting is enabled. Most modern browsers include developer tools for easy viewing of console messages and other useful information. For example, Google Chrome or Mozilla Firefox.
...
Service connection errors
S4S Cloud The send2crm client will continue to output debug messages as it performs actions on the page, including sending form submissions and visitor updates.
...
Info |
---|
The S4S Cloud send2crm service sends the following HTTP error codes:
|
Local data
S4S Cloud The send2crm client stores data in the browser local storage.
...
Code Block | ||
---|---|---|
| ||
// Clear all visitor data in the browser. javascript:localStorage?.clear(); // Send an update for the current visitor to the service (if identified). javascript:S4SCloudsend2crm.analytics?.visitor?.sendToService(); // Force the current session to end and send immediately. javascript:S4SCloudsend2crm.analytics?.endSession(); |
Note |
---|
This is intended for development use only, excessive use on a production site may exceed service limits (e.g. if set to run on every page load). The S4S Cloud send2crm client sends regular updates only when required, if this needs to occur more frequently consider adjusting the frequency setting. |