Skip to main content
Skip table of contents

codeRegistrations

Available from version1.15.0
Necessityoptional
Value typetext

Description

This property can be used to specify multiple registries via a code that will be executed automatically.

A JSON array is specified as the value, where each of the JSON objects it contains represents a registration.

Properties

The following properties can be specified per registration:

Example

Android

JS
"managedProperty": [
  {
    "key": "codeRegistrations",
    "valueString": "[{\"code\":\"CODE1\"}, {\"code\": \"CODE2\", \"historyOffset\": 30}]"
  }
]

iOS

XML
<key>codeRegistrations</key>
<string>[{"code":"CODE1"}, {"code": "CODE2", "historyOffset": 30}]</string>
JavaScript errors detected

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

If this problem persists, please contact our support.