CustomCode (Object)
Description
No description
Fields
| Name | Description | 
|---|---|
| anonymize - Boolean! | |
| code - String! | |
| isCmpProvider - Boolean | Indicates whether the custom code enables integration with cookie consent management platforms (CMPs). | 
| position - CustomCodePosition! | 
type CustomCode {
  anonymize: Boolean!
  code: String!
  isCmpProvider: Boolean
  position: CustomCodePosition!
}