Hi,
I am using bulk API 2.0 to import data from our system to Eloqua. I have successfully created an import that pushes contact data in Eloqua but I have following questions:
1. I am creating an import definition and pushing data against import. I have set IsSyncTriggeredOnImport to true so it automatically syncs data. The status of sync changes from pending to active and then to success. This is taking from 1-5 seconds. What should be the minimum poll time interval?
2. As per document Bulk API performs an UPSERT operation. Currently, I am using sync log to check count of contacts created and updated. Is there any other way to check whether an contact was updated or created?