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

740 Views Asked by At

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?

1

There are 1 best solutions below

3
On BEST ANSWER

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