{ "opencollection": "1.0.0", "info": { "name": "Bulk Data Insertion API (BDIA)", "version": "1.0" }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Upload file for processing", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:globalCompanyId/bulk_data_insertion/events", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" }, { "name": "x-adobe-vgid", "value": "" } ], "params": [ { "name": "globalCompanyId", "value": "", "type": "path", "description": "The Global Company ID for the Adobe Analytics organization" }, { "name": "debug", "value": "", "type": "query", "description": "Store debug information for the first 10 hits of the file" } ] }, "docs": "Upload a batch file to Analytics for processing. Uploaded files must:\n * Be 100 MB or less compressed (using gzip)\n* Follow the CSV formatting rules and include the required fields as specified in the documentation" }, { "info": { "name": "Upload file for validation", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:globalCompanyId/bulk_data_insertion/events/validate", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "globalCompanyId", "value": "", "type": "path", "description": "The Global Company ID for the Adobe Analytics organization" } ] }, "docs": "Upload batch file for Analytics validation. This file is not stored on the server or processed into Analytics. Validation is only for testing file format." } ] } ], "bundled": true }