| Package | Description |
|---|---|
| com.facebook.ads.sdk.serverside |
| Modifier and Type | Method and Description |
|---|---|
Content |
Content.brand(String brand)
Set brand
|
Content |
Content.category(String category)
Set category
|
Content |
Content.deliveryCategory(DeliveryCategory deliveryCategory)
Set a Type of delivery for a purchase event.
|
Content |
Content.description(String description)
Set description
|
Content |
Content.itemPrice(Float itemPrice)
Set Item Price.
|
Content |
Content.productId(String productId)
Set Product Id
|
Content |
Content.quantity(Long quantity)
Set number of product.
|
Content |
Content.title(String title)
Set Title
|
| Modifier and Type | Method and Description |
|---|---|
List<Content> |
CustomData.getContents()
A list of Content objects that contain the product IDs associated with the event plus
information about the products.
|
| Modifier and Type | Method and Description |
|---|---|
CustomData |
CustomData.addContent(Content content)
Add a Content objects that contain the product IDs associated with the event plus information
about the products.
|
| Modifier and Type | Method and Description |
|---|---|
CustomData |
CustomData.contents(List<Content> contents)
Set a list of Content objects that contain the product IDs associated with the event plus
information about the products.
|
void |
CustomData.setContents(List<Content> contents)
Set a list of Content objects that contain the product IDs associated with the event plus
information about the products.
|
| 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)
Constructor.
|
Copyright © 2020. All rights reserved.