Bulk API Updates
Bulk API Campaign Fields Endpoint Enhancement
New query parameter type available for the campaign fields endpoint (GET /api/bulk/2.0/campaigns/fields)
- type enables returning source campaign field statements and what fields are available depending on export type
- type can be set to the following values:
- sourceCampaign
- activity
- campaignResponse
Campaign Fields Endpoint
Bulk API Campaign App Export Enhancement
Bulk API campaign app exports can now include campaign ID and fields
- Include the campaign ID using the following statement:
- {{Contact.Campaign.Id}}
- Add the Campaign fields using this syntax:
- {{Contact.Campaign.Field(<FieldName>)}}
Campaign App Export
Developer Updates
Bulk API - When the export file is corrupted “Retry-After” will no longer be returned, and the following will be returned:
- "errorSeverity" : 0
- "error": "Unable to process request due to a permanent error.”
Steps to Enable
You don't need to do anything to enable this feature.
Key Resources
Learn more through the Eloqua Developer Help Center