Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards
SOLVED

Bulk Data Insertion Api Responsed Positive but No Data Found in Workspace

Avatar

Level 1

I am trying to insert data in report suit using Bulk Data Insertion API.
CSV file content:

reportSuiteIDvisitorIDuserAgentPageUrleVar3eVar4prop9
timestamp
butterflymarketinglimitedbs23-pocfb_campaign_101Mozilla/5.0https://example.com/pageA1Name-A11112025-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.


RohanSt_0-1758552863189.png

RohanSt_1-1758552899462.png

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor and Adobe Champion

Hi @RohanSt ,

 

For Data Insertion API data to load into a report suite, you have to make sure that report suite configuration is selected as Timestamp Optional. Can you please confirm if that setting is correct? More than once, this has been the reason for me that I didn't see data come through in a BDIA enabled report suite.

 

More info - https://experienceleague.adobe.com/en/docs/analytics/admin/admin-tools/manage-report-suites/edit-rep...

 

Best,

Isha

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor and Adobe Champion

Hi @RohanSt ,

 

For Data Insertion API data to load into a report suite, you have to make sure that report suite configuration is selected as Timestamp Optional. Can you please confirm if that setting is correct? More than once, this has been the reason for me that I didn't see data come through in a BDIA enabled report suite.

 

More info - https://experienceleague.adobe.com/en/docs/analytics/admin/admin-tools/manage-report-suites/edit-rep...

 

Best,

Isha

Avatar

Level 1

RohanSt_0-1758609046844.png

This is the timestamp configuration page. 

Avatar

Level 1

It worked. It doesn't make sense as I was added the timestamp in payload.

Avatar

Community Advisor and Adobe Champion

I am glad that it worked. So by making report suite timestamp optional, you are provisioning it to be able to receive hits that have timestamp on import file. For traditional analytics hits, report suite would usually get the timestamp from browser/app etc. Hope it clarifies it better.

 

Best,

Isha