With Copilot
Acquia Copilot is a conversational AI connected into our product documentation and knowledge base. Ask Copilot about product features, technical details, troubleshooting and how to get started with Acquia products.
Sign in to use Acquia Copilot
window.monsidoConsentManager object.| Name | Arguments | Description |
|---|---|---|
| init | None | When manualStartup setting is enabled, use this method to manually load the cookie banner. |
| showBanner | screen?: string | Displays the cookie banner dialog. A screen name can be passed in to directly display it. Available screens: cookie-preferences |
| hideBanner | None | Hides the cookie banner dialog. |
| renewBanner | None | Displays the cookie banner dialog and resets cookie consent state. |
| withdrawConsent | None | Withdraw current visitor consent for this website |
| loadScript | url: string, type: string, position: 'body' | 'head', isAsync?: boolean, callback?: function | Loads a script from a URL. url the absolute path to the script, type defaults to 'text/javascript', position determines where the script element will be added (default to body), async script should load asynchronously or not. callback function to be executed when the script has finished loading. |
function onButtonClick() {
window.monsidoConsentManager.showBanner();
}If this content did not answer your questions, try searching or contacting our support team for further assistance.
If this content did not answer your questions, try searching or contacting our support team for further assistance.