Skip to content

Commit

Permalink
Readme - Additional fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
liaz-af committed Sep 13, 2023
1 parent b599ba4 commit 725845c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/ad_revenue_unity_connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ additionalParams.Add("custom", "foo");
additionalParams.Add("custom_2", "bar");
additionalParams.Add("af_quantity", "1");
AppsFlyerAdRevenue.logAdRevenue("facebook",
AppsFlyerAdRevenueMediationNetworkType.AppsFlyerAdRevenueMediationNetworkTypeGoogleAdMob, 0.026,
AppsFlyerAdRevenueMediationNetworkType.AppsFlyerAdRevenueMediationNetworkTypeGoogleAdMob,
0.026,
"USD",
dic);
additionalParams);
```

0 comments on commit 725845c

Please sign in to comment.