Discussions

Oracle Eloqua Developer Release Notes - 22D

Lou Patrick
Lou Patrick Principal Product Manager, Eloqua APIs & App Developer FrameworkPortland, ORPosts: 174 Bronze Trophy

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.
    • {{Contact.SourceCampaign.Id}}
    • {{Contact.Email.IsSubscribed}}
    • {{Contact.Email.IsBounced}}
    • {{Contact.Email.Format}}
    • {{Contact.Id}}
    • {{Account.Id}}
    • {{CustomObject[<customObjectId>].Id}}
    • {{Event[<eventId>].Id}}

Platform notices

  • With the arrival of Eloqua 22D release (November 2022), the EloquaService SOAP API will be deleted. For more information, see the product notice.

See the Changelog for more details and examples.