| Package | Description |
|---|---|
| com.facebook.ads.sdk.businessdataapi | |
| com.facebook.ads.sdk.signal |
| Modifier and Type | Method and Description |
|---|---|
CustomData |
CustomData.billingContact(UserData billingContact)
Sets the billing contact of the order.
|
CustomData |
CustomData.contents(List<Content> contents)
Sets the contents for the custom data.
|
CustomData |
CustomData.currency(String currency)
Sets the currency for the custom data.
|
CustomData |
CustomData.externalOrderId(String externalOrderId)
Sets the unique id of the order.
|
CustomData |
Event.getCustomData()
Gets the custom data object for the current Event.
|
CustomData |
CustomData.message(String message)
Sets the unique id of the original order.
|
CustomData |
CustomData.orderId(String orderId)
Sets the order_id for the custom data.
|
CustomData |
CustomData.originalOrderId(String originalOrderId)
Sets the unique id of the original order.
|
CustomData |
CustomData.shippingContact(UserData shippingContact)
Sets the shipping contact of the order.
|
CustomData |
CustomData.status(String status)
Sets the status of the registration event.
|
CustomData |
CustomData.value(Float value)
Sets the value of the custom data.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.customData(CustomData customData)
Sets the custom data object for the current Event.
|
void |
Event.setCustomData(CustomData customData)
Sets the custom data object for the current Event.
|
| Constructor and Description |
|---|
Event(String eventName,
Long eventTime,
String eventId,
UserData userData,
CustomData customData,
String[] dataProcessingOptions,
Integer dataProcessingOptionsCountry,
Integer dataProcessingOptionsState) |
| Modifier and Type | Method and Description |
|---|---|
CustomData |
CustomData.getBusinessDataCustomData()
Gets the constructed custom data for Business Data API
|
| Modifier and Type | Method and Description |
|---|---|
SignalResponse<CustomData,CustomData> |
Event.getCustomData()
Gets the custom data objects for Business Data API and Conversion API.
|
Copyright © 2021. All rights reserved.