Skip to main content

Partial update custom data

Update several fields of custom data

Path Parameters
  • customDataId int64 required

    The ID of the custom data object

    Example: 100000
Request Body required
  • advancedProposedValues string
  • customEvalCode string

    Custom code that will be executed

  • description string
  • gtmVariableName string

    Variable name of the Google Tag Manager

  • isConstant boolean

    Indicates whether custom data is a constant

  • isFiltrableVentilable boolean

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

  • isLocalOnly boolean

    Indicates whether this data is stored on a user's device only

  • learnable boolean

    Indicates whether this data should be included in Kameleoon machine learning

  • method string

    Possible values: [CLIENT, CUSTOM_CODE, GTM, TC, SDK, TEALIUM]

    A method through which a custom data will be transmitted

  • name string

    The name for the given custom data

  • tags string

    This fields stores tags that are associated with this record

  • tcVariableName string

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

  • tealiumVariableName string

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

  • type string

    Possible values: [COUNT_LIST, LIST, UNIQUE, BOOLEAN, STRING, NUMBER]

    Type of data to be retrieved

Responses

OK


Schema
  • advancedProposedValues string
  • createdById int64
  • customEvalCode string
  • dateCreated date-time
  • dateModified date-time
  • description string
  • format string

    Possible values: [NUMBER, STRING, BOOLEAN]

  • gtmVariableName string
  • id int64
  • index int32
  • isConstant boolean
  • isDeleted boolean
  • isDependant boolean
  • isFiltrableVentilable boolean
  • isLearnable boolean
  • isLocalOnly boolean
  • isMappingIdentifier boolean
  • isTargetable boolean
  • method string

    Possible values: [CLIENT, CUSTOM_CODE, GTM, TC, SDK, TEALIUM]

  • name string
  • numberValues int32 deprecated
  • scope string

    Possible values: [PAGE, VISIT, VISITOR]

  • siteId int64
  • tags string[]
  • tcVariableName string
  • tealiumVariableName string
  • type string

    Possible values: [COUNT_LIST, LIST, UNIQUE, BOOLEAN, STRING, NUMBER]

Loading...