Bulk Data Insertion Api Responsed Positive but No Data Found in Workspace
I am trying to insert data in report suit using Bulk Data Insertion API.
CSV file content:
| reportSuiteID | visitorID | userAgent | PageUrl | eVar3 | eVar4 | prop9 | timestamp |
| butterflymarketinglimitedbs23-poc | fb_campaign_101 | Mozilla/5.0 | https://example.com/page | A1 | Name-A1 | 111 | 2025-09-22T11:00:00.000Z |
api response:
{
file_id: 'e188eaa6-7b43-46d8-a97b-bac50d99b48c',
visitor_group_id: 'meta_campaigns_1758552430530',
size: 198,
received_date: 1758552431,
rows: 1,
invalid_rows: 0,
upload_name: 'events.csv.gz',
status: 'File received, awaiting processing',
status_code: 'UPLOADED',
processing_log: 'Processing complete: 1 rows will be submitted. No invalid rows.\n',
idempotency_key: 'e188eaa6-7b43-46d8-a97b-bac50d99b48c'
}
The problem is I see no data inserted into report suit.
What could possible gone wrong?
Ask me, If you need for information.



