Adobe is working on improving the 'Try it' functionality. In the meantime, you can authenticate in your own environment to use these API calls.
Download OpenAPI specification:Download
The BDIA endpoint allows clients to send bulk hit/event data into Analytics.
Note: Adobe may add optional request and response members (name/value pairs) to existing API objects at any time and without notice or changes in versioning. Adobe recommends that you refer to the API documentation of any third-party tool you integrate with our APIs so that such additions are ignored in processing if not understood. If implemented properly, such additions are non-breaking changes for your implementation. Adobe will not remove parameters or add required parameters without first providing standard notification through release notes.
Uploaded files must:
OK
Request Error
Unauthorized Access
{- "file_id": "5c04f400-fca5-420c-9c36-b94aaec55e69",
- "visitor_group_id": "myvisitorgroup1",
- "size": 355600,
- "received_date": 1506553535,
- "processing_start_date": 1506553492,
- "processing_end_date": 1506553492,
- "file_reader_complete_date": 1506553492,
- "rows": 10000,
- "invalid_rows": 42,
- "upload_name": "myfile1.gz",
- "status": "string",
- "status_code": "UPLOADED",
- "processing_log": "string",
- "error": "File not in GZIP format",
- "success": "File is valid"
}
This file will not be stored on the server or processed into Analytics. Validate is used only for testing your file format.
OK
Request Error
Unauthorized Access
{- "file_id": "5c04f400-fca5-420c-9c36-b94aaec55e69",
- "visitor_group_id": "myvisitorgroup1",
- "size": 355600,
- "received_date": 1506553535,
- "processing_start_date": 1506553492,
- "processing_end_date": 1506553492,
- "file_reader_complete_date": 1506553492,
- "rows": 10000,
- "invalid_rows": 42,
- "upload_name": "myfile1.gz",
- "status": "string",
- "status_code": "UPLOADED",
- "processing_log": "string",
- "error": "File not in GZIP format",
- "success": "File is valid"
}