Adobe Analytics · JSON Structure

Adobe Analytics Bulk Data Insertion Upload Response Structure

Response after a successful file upload

Type: object Properties: 3
AdobeAnalyticsBusiness IntelligenceCustomer IntelligenceDigital MarketingMarketingWeb Analytics

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

Properties

uploadTrackingCode fileSize receivedTime

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Response after a successful file upload",
  "name": "UploadResponse",
  "properties": {
    "uploadTrackingCode": {
      "type": "string",
      "description": "Unique tracking code for this upload"
    },
    "fileSize": {
      "type": "integer",
      "description": "Size of the uploaded file in bytes"
    },
    "receivedTime": {
      "type": "datetime",
      "description": "Timestamp when the file was received"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}