Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
af-margot authored Apr 19, 2022
1 parent 46d3e61 commit 3d7c211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
```

Expand Down

0 comments on commit 3d7c211

Please sign in to comment.