| Package | Description |
|---|---|
| com.facebook.ads.sdk.businessdataapi | |
| com.facebook.ads.sdk.signal |
| Modifier and Type | Method and Description |
|---|---|
UserData |
UserData.address(String address)
Sets the address for the user data.
|
UserData |
UserData.city(String city)
Sets the city for the user data.
|
UserData |
UserData.countryCode(String countryCode)
Sets the country for the user data.
|
UserData |
UserData.dataOfBirth(String dateOfBirth)
Sets the date of birth for the user data.
|
UserData |
UserData.email(String email)
Sets the email address for the user data field.
|
UserData |
UserData.externalId(String externalId)
Sets the external id for the user data.
|
UserData |
UserData.firstName(String firstName)
Sets the first name for the user data.
|
UserData |
CustomData.getBillingContact()
Gets the billing contact of the order.
|
UserData |
CustomData.getShippingContact()
Gets the shipping contact of the order.
|
UserData |
Event.getUserData()
Gets the user data object for the current Event.
|
UserData |
UserData.lastName(String lastName)
Sets the last name for the user data.
|
UserData |
UserData.phone(String phone)
Sets the phone number for the user data.
|
UserData |
UserData.state(String state)
Sets the state for the user data.
|
UserData |
UserData.zipcode(String zipcode)
Sets the zip/postal code for the user data.
|
| Modifier and Type | Method and Description |
|---|---|
CustomData |
CustomData.billingContact(UserData billingContact)
Sets the billing contact of the order.
|
void |
CustomData.setBillingContact(UserData billingContact)
Sets the billing contact of the order.
|
void |
CustomData.setShippingContact(UserData shippingContact)
Sets the shipping contact of the order.
|
void |
Event.setUserData(UserData userData)
Sets the user data object for the current Event.
|
CustomData |
CustomData.shippingContact(UserData shippingContact)
Sets the shipping contact of the order.
|
Event |
Event.userData(UserData userData)
Sets the user data object for the current Event.
|
| Constructor and Description |
|---|
CustomData(Float value,
String currency,
List<Content> contents,
String orderId,
String status,
UserData shippingContact,
UserData billingContact,
String externalOrderId,
String originalOrderId,
String message) |
Event(String eventName,
Long eventTime,
String eventId,
UserData userData,
CustomData customData,
String[] dataProcessingOptions,
Integer dataProcessingOptionsCountry,
Integer dataProcessingOptionsState) |
| Modifier and Type | Method and Description |
|---|---|
UserData |
UserData.getBusinessDataUserData()
Gets user data for business data api
|
| Modifier and Type | Method and Description |
|---|---|
SignalResponse<UserData,UserData> |
CustomData.getBillingContact()
Gets the billingcontact for Purchase/Update Order event.
|
SignalResponse<UserData,UserData> |
CustomData.getShippingContact()
Gets the shippingcontact for Purchase/Update Order event.
|
SignalResponse<UserData,UserData> |
Event.getUserData()
Gets the user data objects for Business Data API and Conversion API.
|
Copyright © 2021. All rights reserved.