Skip to main content
Skip table of contents

categories

Available from version1.14.0
Necessityoptional
Value typetext

Description

This property can be used to specify the IDs of categories that cannot be unsubscribed by the user.

If several category IDs need to be specified, they must be separated by a semicolon (;)

Example

Android

JS
"managedProperty": [
  {
    "key": "categories",
    "valueString": "ca381989-ce6d-482d-8fae-cbec0e29ab15;02b328dd-9729-460a-aaed-2c1e62ba5837"
  }
]

iOS

XML
<key>categories</key>
<string>ca381989-ce6d-482d-8fae-cbec0e29ab15;02b328dd-9729-460a-aaed-2c1e62ba5837</string>


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.