| Package | Description |
|---|---|
| com.facebook.ads.sdk.signal |
| Modifier and Type | Method and Description |
|---|---|
CustomData |
CustomData.billingContact(UserData billingContact)
Sets the billingcontact for Purchase/Update Order event.
|
CustomData |
CustomData.contentCategory(String contentCategory)
Sets the contentcategory for the custom data.
|
CustomData |
CustomData.contentIds(List<String> contentIds)
Sets the contentids for the custom data.
|
CustomData |
CustomData.contentName(String contentName)
Sets the content name for the custom data.
|
CustomData |
CustomData.contents(List<Content> contents)
Sets the contents for the custom data.
|
CustomData |
CustomData.contentType(String contentType)
Sets the content type for the custom data.
|
CustomData |
CustomData.currency(String currency)
Sets the currency for the custom data.
|
CustomData |
CustomData.customProperties(HashMap<String,String> customProperties)
Sets the search string for the custom data.
|
CustomData |
CustomData.deliveryCategory(DeliveryCategory deliveryCategory)
Sets the type of delivery for a purchase event.
|
CustomData |
CustomData.externalOrderId(String externalOrderId)
Sets the unique id of the order.
|
CustomData |
CustomData.itemNumber(String itemNumber)
Sets the item number.
|
CustomData |
CustomData.message(String message)
Sets the unique id of the original order.
|
CustomData |
CustomData.numItems(String numItems)
Sets the number of items for the custom data.
|
CustomData |
CustomData.orderId(String orderId)
Sets the orderid for the custom data.
|
CustomData |
CustomData.originalOrderId(String originalOrderId)
Sets the unique id of the original order.
|
CustomData |
CustomData.predictedLtv(Float predictedLtv)
Sets the predicted LifeTimeValue for the custom data.
|
CustomData |
CustomData.searchString(String searchString)
Sets the search string for the custom data.
|
CustomData |
CustomData.shippingContact(UserData shippingContact)
Sets the shippingcontact for Purchase/Update Order event.
|
CustomData |
CustomData.status(String status)
Sets status of the registration in Registration event or status of the order
in Purchase/UpdateOrder 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 objects for Business Data API and Conversion API.
|
void |
Event.setCustomData(CustomData customData)
Sets the custom data objects for Business Data API and Conversion API.
|
| Constructor and Description |
|---|
Event(String eventName,
Long eventTime,
String eventSourceUrl,
Boolean optOut,
String eventId,
UserData userData,
CustomData customData,
String[] dataProcessingOptions,
Integer dataProcessingOptionsCountry,
Integer dataProcessingOptionsState) |
Copyright © 2024. All rights reserved.