v1

latestOpenAPI 3.0.32026-07-22177397578.0 KB
CustomData

Partially update the custom data

Update several fields of the custom data. To use optionalFields check out this guide.

patch/custom-datas/{customDataId}

Path parameters

customDataIdinteger required

The ID of the custom data object

Query parameters

optionalFieldsstring[]

Request body

adobeAnalyticsVariableNamestring

Variable name of the Adobe Analytics

advancedProposedValuesstring

Enables to set values for targeting conditions in the form of a JS table

customEvalCodestring

Custom code that will be executed

descriptionstring
gtmVariableNamestring

Variable name of the Google Tag Manager

isConstantboolean

Indicates whether the custom data is a constant

isFiltrableVentilableboolean

Indicates whether custom data should be filtered and marked as available for breakdown

isLocalOnlyboolean

Indicates whether the data is only stored on the user’s device.

learnableboolean

Indicates whether this data should be included in Kameleoon machine learning

method'ADOBE_ANALYTICS' | 'CLIENT' | 'CUSTOM_CODE' | 'GTM' | 'SDK' | 'TC' | 'TEALIUM'

Method through which a custom data will be transmitted

namestring

Name of the given custom data.

tagsstring

Field to store tags that are associated with this record

tcVariableNamestring

Variable name for the tag commander data layer, if it is selected as a transmission method

tealiumVariableNamestring

Variable name for the Tealium, if it is selected as a transmission method

type'BOOLEAN' | 'COUNT_LIST' | 'LIST' | 'NUMBER' | 'STRING' | 'UNIQUE'

Type of data to be retrieved

Response

OK