| Package | Description |
|---|---|
| com.facebook.ads.sdk.signal |
| Modifier and Type | Method and Description |
|---|---|
Content |
Content.brand(String brand)
Sets the Brand of the Product.
|
Content |
Content.category(String category)
Sets the Category of the Product.
|
Content |
Content.deliveryCategory(DeliveryCategory deliveryCategory)
Sets the type of delivery for a purchase event.
|
Content |
Content.description(String description)
Sets the Product Description of the Item.
|
Content |
Content.externalContentId(String externalContentId)
Sets the total tax of the Item.
|
Content |
Content.id(String id)
Sets the Product Id of the Item.
|
Content |
Content.itemPrice(Float itemPrice)
Sets the item price for the Content.
|
Content |
Content.price(Float price)
Sets the total price of the Item.
|
Content |
Content.quantity(Long quantity)
Sets the quantity of the Content/Item.
|
Content |
Content.tax(Float tax)
Sets the total tax of the Item.
|
Content |
Content.title(String title)
Sets the Title of the Item.
|
| Modifier and Type | Method and Description |
|---|---|
CustomData |
CustomData.contents(List<Content> contents)
Sets the contents for the custom data.
|
void |
CustomData.setContents(List<Content> contents)
Sets the contents for the custom data.
|
| Constructor and Description |
|---|
CustomData(Float value,
String currency,
String contentName,
String contentCategory,
List<String> contentIds,
List<Content> contents,
String contentType,
String orderId,
Float predictedLtv,
String numItems,
String status,
String searchString,
DeliveryCategory deliveryCategory,
String itemNumber,
HashMap<String,String> customProperties,
UserData shippingContact,
UserData billingContact,
String externalOrderId,
String originalOrderId,
String message)
params both Business Data API and Conversion API consume
|
Copyright © 2021. All rights reserved.