Skip to main content

AcmCookieBar

A cookiebar from Askas cookie manager (acm)

type AcmCookieBar {
id: Int!
internalName: String
content: CookiebarContent
categories: [AcmCategory]
}

Fields

id ● Int!

The id of the cookiebar

internalName ● String

The internal name of the cookiebar. Used for human identification of the cookiebar

content ● CookiebarContent

The content within the cookiebar

categories ● [AcmCategory]

The categories a cookiebar relates to

Example

{
"content": {
"main": [
{
"language": "EN",
"value": "String"
}
]
},
"categories": [
{
"consentTypes": [
{}
]
}
]
}