From 3d7c21176d766f6c1532f6c42fc0e84545d7a17f Mon Sep 17 00:00:00 2001 From: af-margot <48682256+af-margot@users.noreply.github.com> Date: Tue, 19 Apr 2022 10:17:59 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cefa2be..333a921 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ public class AppsFlyerObjectScript : MonoBehaviour dic.Add("custom", "foo"); dic.Add("custom_2", "bar"); dic.Add("af_quantity", "1"); - AppsFlyerAdRevenue.logAdRevenue("facebook", AppsFlyerAdRevenueMediationNetworkType.AppsFlyerAdRevenueMediationNetworkTypeMoPub, 0.026, "USD", dic); + AppsFlyerAdRevenue.logAdRevenue("facebook", AppsFlyerAdRevenueMediationNetworkType.AppsFlyerAdRevenueMediationNetworkTypeGoogleAdMob, 0.026, "USD", dic); } ```