eloquaeloqua-bulk-api

Eloqua - How to obtain 'Form Submit' activity information, including Campaign name, using BULK API


I would like to obtain 'Form Submit' activity information using the BULK API.

This link provides a list of activity fields I can specify as a part of the export definition. It includes the 'CampaignId'. I would additionally like to obtain the Campaign name associated with this CampaignId. Is there a way to achieve this via the same BULK API export definition or do I have to make additional BULK API/REST API calls?


Solution

  • You would need to make an additional REST API call to retrieve the Campaign Name using the GET /assets/campaign/{id} endpoint.