Welcome to Acquia Support Help!

Click to flip through the support book!

Acquia Logo

Jira

You can create the Jira ticket using templates or a normal task request:

Help Support

Find different support tools here:

These pages are protected with Cross-Origin Resource Sharing (CORS), that is an HTTP-header based mechanism that allows a server to indicate any origins other than its own from which a browser should permit loading resources, and so in order to have those features working you need to install the Chrome extension addon CORS Unblock

How to debug and check the Monsido script

Using the Browser Console or Snippet:

console.log(window._monsido)

or

console.table(window._monsido)

Using a BookMark:

javascript: console.clear(); console.log(window._monsido)

or

javascript: console.clear(); console.table(window._monsido)