Oracle Eloqua Developer Release Notes - 22D
A list of developer-facing new features, significant recent changes, and platform notices for Oracle Eloqua release 22D:
New features
Bulk API
- Bulk API contact app exports can now include source Campaign ID and fields. When a contact is moved from a Campaign Canvas to a Program Canvas the source Campaign Canvas will now be tracked. The Source Campaign ID and fields can then be included in a Bulk API Contact app export within the Program Canvas. Include the Campaign ID using the following statement:
{{Contact.SourceCampaign.Id}}
. Add the source Campaign fields using this syntax:{{Contact.SourceCampaign.Field(<FieldName>)}}
- All Special Fields (e.g. Id) are now included in Fields endpoints.
0