[COMPONENT: AdPlacements]
[COMPONENT: MuteAudio]
Enable verbose logs with the following call:
[COMPONENT: VerboseLogging]
[COMPONENT: CreativeIDNetworkName]
You can retrieve the name of the DSP for a MAX ad served from AppLovin Exchange via the ad’s dspName property:
You can access impression-level user revenue data on the client side. You can use this data to compare different sources and campaigns. You can also access this data by using the MAX user revenue API.
[COMPONENT: AdRevenueAttribution]
You can retrieve the revenue amount in all ad lifecycle callbacks. The following example shows how to do this in the “ad revenue paid” callback:
[COMPONENT: WaterfallInformationAPI]
[COMPONENT: AdLoadStateValues]
| value | explanation |
|---|---|
| 0 | Ad Load Not Attempted |
| 1 | Ad Loaded |
| 2 | Ad Failed To Load |
You can set a placement name for each ad unit (for example, “Rewarded VideoLevels”, “INTER_levelEnd”, or “RewardedVideoCoinStore”). This can help you gather statistics for different placement categories. The following snippets show you how to set the placement name for different ad formats.
You can share impression-level ad revenue data with your mobile measurement partner of choice, such as Adjust for all supported networks.
You can retrieve the creative ID and the network name of displayed ads from mediated networks. Refer to the Creative Debugger documentation for more information.
You can mute audio for some mediated SDK networks when you launch your app. The networks that support this feature via the AppLovin SDK are:
{props.iosNetworksIncluded ?? true ?
For other networks, consult your network’s account team to learn whether this feature is available and how to access it.
The following code snippets show how you mute audio on those networks that support this feature:
To verify that you enabled verbose logs, check for the line that reads Verbose Logging On: true in the initialization section of the AppLovin SDK logs:
AppLovin SDK tags its logs with the tag “/AppLovinSdk: [AppLovinSdk]”.
The Waterfall Information API tells you about the current waterfall for an ad (one that has loaded or failed to load). The API returns the ad load state, latency, credentials, and mediated network information for each ad in the waterfall. If an ad in the waterfall fails to load, the API provides error information.
“Take Ad-Revenue Attribution to the Next Level With MAX” from AppLovin’s Blog