Adobe Analytics · JSON Structure

Adobe Analytics Data Repair Server Call Estimate Structure

Estimate of server calls for a proposed data repair job

Type: object Properties: 5
AdobeAnalyticsBusiness IntelligenceCustomer IntelligenceDigital MarketingMarketingWeb Analytics

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

Properties

reportSuiteId dateRangeStart dateRangeEnd serverCallEstimate validationToken

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Estimate of server calls for a proposed data repair job",
  "name": "ServerCallEstimate",
  "properties": {
    "reportSuiteId": {
      "type": "string",
      "description": "The report suite ID for the estimate"
    },
    "dateRangeStart": {
      "type": "date",
      "description": "Start date of the repair range"
    },
    "dateRangeEnd": {
      "type": "date",
      "description": "End date of the repair range"
    },
    "serverCallEstimate": {
      "type": "integer",
      "description": "Estimated number of server calls (rows) that will be scanned"
    },
    "validationToken": {
      "type": "string",
      "description": "Token required when creating the repair job"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}