Adobe Analytics · Capability
Adobe Analytics Data Collection
Unified workflow for server-side data collection and ingestion combining Bulk Data Insertion for high-volume event uploads with the Analytics API for report suite discovery and validation. Used by data engineers and implementation teams.
What You Can Do
POST
Upload events
— Upload a batch events file.
/v1/events
POST
Validate events
— Validate a batch events file without ingesting.
/v1/events/validate
GET
List report suites
— List report suites to identify collection targets.
/v1/report-suites
GET
Get report suite
— Get report suite details.
/v1/report-suites/{rsid}
GET
List metrics
— List metrics to validate event data mapping.
/v1/metrics
GET
List dimensions
— List dimensions to validate event data mapping.
/v1/dimensions
MCP Tools
upload-events
Upload a gzip-compressed CSV file of batched Analytics event data.
validate-events
Validate a batch events file without ingesting data.
read-only
idempotent
list-report-suites
List report suites to identify data collection targets.
read-only
idempotent
get-report-suite
Get details for a report suite to verify collection configuration.
read-only
idempotent
list-metrics
List available metrics to validate event data mapping.
read-only
idempotent
list-dimensions
List available dimensions to validate event data mapping.
read-only
idempotent
APIs Used
adobe-bulk-data-insertion
adobe-analytics