Skip to content

Commit 35ef15c

Browse files
joeynmqmarkzegarelli
andauthored
Add troubleshooting tips for CleverTap (#5077)
* Add troubleshooting tips for CleverTap * Added reference doc * Update src/connections/destinations/catalog/clevertap/index.md --------- Co-authored-by: markzegarelli <[email protected]>
1 parent 30e74ff commit 35ef15c

File tree

1 file changed

+7
-0
lines changed
  • src/connections/destinations/catalog/clevertap

1 file changed

+7
-0
lines changed

src/connections/destinations/catalog/clevertap/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,10 @@ CleverTap has created a sample iOS application that integrates CleverTap using S
176176
If you chose not to bundle the CleverTap Mobile SDK, then you will have to implement your own Push Message processors (and you won't have access to CleverTap's In-App feature).
177177

178178
If you decide to implement your own Push Message processors, then you can pass push tokens to CleverTap using the server-side destination. You can do this by sending it inside context.device.token.
179+
180+
181+
## Troubleshooting
182+
183+
### Verbose Logging
184+
185+
When using Web Device-mode, you can enable verbose logging of all communication with CleverTap servers by setting the `theWZRK_D` variable in `sessionStorage`. In the developer console of your browser, enter `sessionStorage['WZRK_D'] = '';`, you'll see error messages and warnings logged. See the [CleverTap Web Quickstart Guide](https://developer.clevertap.com/docs/web-quickstart-guide#debugging){:target="_blank"} for more details.

0 commit comments

Comments
 (0)