Adobe Analytics · JSON Structure

Adobe Analytics Data Repair Repair Filter Structure

Optional filter to limit which rows are affected by the repair

Type: object Properties: 2
AdobeAnalyticsBusiness IntelligenceCustomer IntelligenceDigital MarketingMarketingWeb Analytics

RepairFilter is a JSON Structure definition published by Adobe Analytics, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

condition matchValue

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Optional filter to limit which rows are affected by the repair",
  "name": "RepairFilter",
  "properties": {
    "condition": {
      "type": "string",
      "description": "The filter condition type",
      "enum": [
        "contains",
        "streq",
        "startswith"
      ]
    },
    "matchValue": {
      "type": "string",
      "description": "The value to match against for filtering"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}