Retrieve Bounce Event Details
The ET_BounceEvent object represents a column with a bounce event in a Marketing Cloud account. Use the SDK to interact with this object as described below:
Use the Get method to return information about existing bounce events.
Documentation for the Fuel Java SDK can be found at http://salesforce-marketingcloud.github.io/FuelSDK-Java/
Optionally, you can set the props property when using the Get method in order to limit the number of fields returned. If you don't define the props property, the call returns all fields. You can provide the props property as an array containing any combination of the following values:
- ID
- ObjectID
- PartnerKey
- CreatedDate
- ModifiedDate
- Client.ID
- SendID
- SubscriberKey
- EventDate
- SMTPCode
- BounceCategory
- SMTPReason
- BounceType
- EventType
- TriggeredSendDefinitionObjectID
- BatchID
Documentation for the Fuel Java SDK can be found at http://salesforce-marketingcloud.github.io/FuelSDK-Java/
Optionally, you can set the filter property to limit the number of results returned. If you don't define the props property, the call returns all fields. A filter consists of three key/value pairs:
-
Property: Any of the properties that can be returned for a bounce event
-
SimpleOperator: Valid simple operators include the following:
- equals
- notEquals
- greaterThan
- lessThan
-
Value/DateValue: Use DateValue to match values when using a Date datatype. Otherwise, use Value.
Documentation for the Fuel Java SDK can be found at http://salesforce-marketingcloud.github.io/FuelSDK-Java/