| Package | Description |
|---|---|
| com.facebook.ads.sdk.signal |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.customData(CustomData customData)
Sets the custom data objects for Business Data API and Conversion API.
|
Event |
Event.dataProcessingOptions(String[] dataProcessingOptions)
Sets the dataProcessingOptions for the current event.
|
Event |
Event.DataProcessingOptionsCountry(Integer dataProcessingOptionsCountry)
Sets the dataProcessingOptionsCountry for the current event.
|
Event |
Event.DataProcessingOptionsState(Integer dataProcessingOptionsState)
Sets the dataProcessingOptionsstate for the current event.
|
Event |
Event.eventId(String eventId)
Sets the event Id for the current Event.
|
Event |
Event.eventName(String eventName)
Sets the Event Name for the current Event.
|
Event |
Event.eventSourceUrl(String eventSourceUrl)
Sets the browser url source for the current event.
|
Event |
Event.eventTime(Long eventTime)
Sets the Event Time when the current Event happened.
|
Event |
Event.optOut(Boolean optOut)
Sets the optOut feature for the current event.
|
Event |
Event.userData(UserData userData)
Sets the user data objects for Business Data API and Conversion API.
|
| Modifier and Type | Method and Description |
|---|---|
EventRequest |
EventRequest.data(List<Event> data)
Set a list of Event objects
|
void |
EventRequest.setData(List<Event> data)
Set a list of Event objects
|
| Constructor and Description |
|---|
EventRequest(String pixelId,
String pageId,
APIContext context,
List<Event> data,
String testEventCode,
String partnerAgent,
String namespaceId,
String uploadId,
String uploadTag,
String uploadSource,
HttpServiceInterface httpServiceClient) |
Copyright © 2024. All rights reserved.