| Package | Description |
|---|---|
| com.facebook.ads.sdk.serverside |
| Modifier and Type | Method and Description |
|---|---|
AttributionModelEnum |
AttributionData.getAttributionModel()
Get attributionModel
|
static AttributionModelEnum |
AttributionModelEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributionModelEnum[] |
AttributionModelEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AttributionData |
AttributionData.attributionModel(AttributionModelEnum attributionModel)
Set attributionModel
|
void |
AttributionData.setAttributionModel(AttributionModelEnum attributionModel)
Set attributionModel
|
| Constructor and Description |
|---|
AttributionData(String scope,
Long visitTime,
String adId,
String adsetId,
String campaignId,
Float attributionShare,
AttributionModelEnum attributionModel,
Integer attributionWindow)
Constructor
|
Copyright © 2024. All rights reserved.