Skip to content

Commit

Permalink
Docs: fixed adrevenue titles
Browse files Browse the repository at this point in the history
  • Loading branch information
liaz-af committed Dec 15, 2024
1 parent 39737a1 commit ab7adf9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Docs/RN_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ The list of available methods for this plugin is described below.
- [enableTCFDataCollection](#enabletcfdatacollection)
- [setConsentData](#setconsentdata)
- [logAdRevenue](#logadrevenue)
- [Parameters](#parameters)
- [Usage Example for React Native:](#usage-example-for-react-native)
- [Android Only APIs](#android-only-apis)
- [setCollectAndroidID](#setcollectandroidid)
- [setCollectIMEI](#setcollectimei)
Expand Down Expand Up @@ -808,13 +806,11 @@ Use this method to log your ad revenue.</br>
By attributing ad revenue, app owners gain the complete view of user LTV and campaign ROI.
Ad revenue is generated by displaying ads on rewarded videos, offer walls, interstitials, and banners in an app.

#### Parameters

| Param | Type |
| -------------- | ---------------------------------------------------------- |
| **`data`** | `AFAdRevenueData` |

#### Usage Example for React Native:
*Example:*

```javascript
const adRevenueData = {
Expand Down

0 comments on commit ab7adf9

Please sign in to comment.