Skip to content

Commit 165d972

Browse files
authored
Merge pull request #33 from appodeal/feature/inapp_refactoring_readme
feature/inapp-refactoring-readme
2 parents c587f29 + cff76dd commit 165d972

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -916,6 +916,14 @@ Appodeal.validateInAppPurchase(
916916
onInAppPurchaseValidateFail: (purchase, errors) {});
917917
```
918918

919+
| Parameter | Description | Usage |
920+
|----------------------|--------------------------------------------------------|---------------------------|
921+
| orderId | Product purchased unique order id for the transaction. | Adjust/AppsFlyer |
922+
| price | In-app event revenue. | Adjust/AppsFlyer/Appodeal |
923+
| currency | In-app event currency. | Adjust/AppsFlyer/Appodeal |
924+
| transactionId | Product purchased transaction id. | Adjust/AppsFlyer |
925+
| additionalParameters | Additional parameters of the in-app event. | |
926+
919927
* For Play Store:
920928

921929
```dart
@@ -938,6 +946,21 @@ Appodeal.validateInAppPurchase(
938946
onInAppPurchaseValidateFail: (purchase, errors) {});
939947
```
940948

949+
| Parameter | Description | Usage |
950+
|----------------------|--------------------------------------------------------------------------------------------------------------------|---------------------------|
951+
| purchaseType | Purchase type. Must be InAppPurchase.Type.InApp or InAppPurchase.Type.Subs | Adjust/AppsFlyer |
952+
| publicKey | [Public key from Google Developer Console.](https://support.google.com/googleplay/android-developer/answer/186113) | AppsFlyer |
953+
| signature | Transaction signature (returned from Google API when the purchase is completed). | Adjust/AppsFlyer |
954+
| purchaseData | Product purchased in JSON format (returned from Google API when the purchase is completed). | AppsFlyer |
955+
| purchaseToken | Product purchased token (returned from Google API when the purchase is completed). | Adjust |
956+
| purchaseTimestamp | Product purchased timestamp (returned from Google API when the purchase is completed). | Adjust |
957+
| developerPayload | Product purchased developer payload (returned from Google API when the purchase is completed). | Adjust ||
958+
| orderId | Product purchased unique order id for the transaction (returned from Google API when the purchase is completed). | Adjust |
959+
| sku | Stock keeping unit id. | Adjust |
960+
| price | In-app event revenue. | Adjust/AppsFlyer/Appodeal |
961+
| currency | In-app event currency. | Adjust/AppsFlyer/Appodeal |
962+
| additionalParameters | Additional parameters of the in-app event. | |
963+
941964
##### Event tracking
942965

943966
Appodeal SDK allows you to send events to analytic services such as Firebase, AppsFlyer, Adjust and Meta using a single

0 commit comments

Comments
 (0)