Adobe Analytics · Capability

Adobe Analytics Bulk Data Insertion API — Events

Adobe Analytics Bulk Data Insertion API — Events. 2 operations. Lead operation: Adobe Analytics Upload a Batch Events File. Self-contained Naftiko capability covering one Adobe Analytics business surface.

Run with Naftiko Adobe AnalyticsEvents

What You Can Do

POST
Uploadevents — Adobe Analytics Upload a Batch Events File
/v1/events
POST
Validateevents — Adobe Analytics Validate a Batch Events File
/v1/events/validate

MCP Tools

adobe-analytics-upload-batch-events

Adobe Analytics Upload a Batch Events File

adobe-analytics-validate-batch-events

Adobe Analytics Validate a Batch Events File

read-only

Capability Spec

bulk-data-insertion-events.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Analytics Bulk Data Insertion API — Events
  description: 'Adobe Analytics Bulk Data Insertion API — Events. 2 operations. Lead operation: Adobe Analytics Upload a Batch
    Events File. Self-contained Naftiko capability covering one Adobe Analytics business surface.'
  tags:
  - Adobe Analytics
  - Events
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADOBE_ANALYTICS_API_KEY: ADOBE_ANALYTICS_API_KEY
capability:
  consumes:
  - type: http
    namespace: bulk-data-insertion-events
    baseUri: https://analytics-collection.adobe.io/aa/collect/v1
    description: Adobe Analytics Bulk Data Insertion API — Events business capability. Self-contained, no shared references.
    resources:
    - name: events
      path: /events
      operations:
      - name: uploadevents
        method: POST
        description: Adobe Analytics Upload a Batch Events File
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: x-adobe-idempotency-key
          in: header
          type: string
          description: Optional unique identifier for the upload for deduplication. Duplicate uploads with the same key are
            rejected.
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: events-validate
      path: /events/validate
      operations:
      - name: validateevents
        method: POST
        description: Adobe Analytics Validate a Batch Events File
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ADOBE_ANALYTICS_API_KEY}}'
  exposes:
  - type: rest
    namespace: bulk-data-insertion-events-rest
    port: 8080
    description: REST adapter for Adobe Analytics Bulk Data Insertion API — Events. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/events
      name: events
      description: REST surface for events.
      operations:
      - method: POST
        name: uploadevents
        description: Adobe Analytics Upload a Batch Events File
        call: bulk-data-insertion-events.uploadevents
        with:
          x-adobe-idempotency-key: rest.x-adobe-idempotency-key
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/events/validate
      name: events-validate
      description: REST surface for events-validate.
      operations:
      - method: POST
        name: validateevents
        description: Adobe Analytics Validate a Batch Events File
        call: bulk-data-insertion-events.validateevents
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bulk-data-insertion-events-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Analytics Bulk Data Insertion API — Events. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: adobe-analytics-upload-batch-events
      description: Adobe Analytics Upload a Batch Events File
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: bulk-data-insertion-events.uploadevents
      with:
        x-adobe-idempotency-key: tools.x-adobe-idempotency-key
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-analytics-validate-batch-events
      description: Adobe Analytics Validate a Batch Events File
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: bulk-data-insertion-events.validateevents
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.