/** @type {string} clientId ObjectID corresponding to the project object */
/** @type {string} user token set by the website (if the user is logged in)*/
* String identifier of the version of Cookie configuration
* that should be loaded. If this parameter is omitted, then it's the "pages"
* property in the configuration that gets parsed in case of
* multiple cookies configurations.
* Flag to tell whether GTM Events should be written in the dataLayer variable or not
* Name of the cookies containing the JSON value of user choices
jsonCookieName = 'axeptio_cookies';
* Name of the cookies that stores authorized vendors (comma-separated string)
authorizedVendorsCookieName = 'axeptio_authorized_vendors';
* Number of days used the cookie holding user's choices should be active
userCookiesDuration = 365;
* If specified, domain name on which the cookie containing user choices
* will be available. This allows to request one consent for various subdomains
* Wether or not the cookie holding choices is HTTPS only
userCookiesSecure = true;
* ClassName of the <div> tag were Axeptio's WebsiteOverlay will be mounted
mountClassName = 'axeptio_mount';
* URL on which the widget will send its POST and GET requests
* for querying and storing consent proofs.
apiUrl = 'https://api.axept.io/v1';