Question
How can I enable verbose logging when using the CleverTap Web Device-Mode destination in Twilio Segment to troubleshoot communication with CleverTap servers?
Product
Twilio Segment
Environment
Segment Console
Answer
To enable verbose logging for the CleverTap Web Device-Mode destination, set the WZRK_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 for more details.
Additional Information
Learn more about the Segment CleverTap destination in the destination documentation.