How to identify the Bulk Import Missed data's (Rejected or Failed or Missed row details)
Hi,
We are using BULK API to import External Activities to Eloqua
Documents Referred
https://secure.p06.eloqua.com/api/bulk/2.0/activities/imports
We are uploading nearly 5 miliion activities to Eloqua. we want to keep track of missed or failed or rejected rows.
Documents Referred
https://docs.oracle.com/en/cloud/saas/marketing/eloqua-rest-api/api-bulk-2.0-syncs.html
https://secure.p06.eloqua.com/api/bulk/2.0/syncs/{id}/rejects
We used below API to identify rejected records
/api/bulk/2.0/syncs/{id}/rejects
When we imported list of external activities through BULK API, many records not imported to Eloqua, also same records not appeared in rejected list also.