AppLovin · Capability
AppLovin Publisher Monetization
Workflow capability for mobile app publishers monetizing with AppLovin MAX. Combines MAX ad unit management with MAX revenue reporting so a single mediation/ops role can configure waterfalls, run experiments, manage test devices, and pull revenue analytics.
What You Can Do
GET
List ad units
— List ad units.
/v1/ad-units
POST
Create ad unit
— Create an ad unit.
/v1/ad-units
GET
Get ad unit
— Get a single ad unit by ID.
/v1/ad-units/{ad_unit_id}
POST
Update ad unit
— Update an ad unit.
/v1/ad-units/{ad_unit_id}
GET
List test devices
— List test devices.
/v1/test-devices
POST
Create test device
— Register a test device.
/v1/test-devices
GET
Get revenue report
— Get aggregated MAX revenue rows.
/v1/revenue-report
MCP Tools
list-ad-units
List MAX ad units.
read-only
get-ad-unit
Get a MAX ad unit by ID.
read-only
create-ad-unit
Create a new MAX ad unit.
update-ad-unit
Update a MAX ad unit (partial).
idempotent
list-test-devices
List MAX test devices.
read-only
create-test-device
Register a new MAX test device.
get-revenue-report
Get MAX revenue report rows.
read-only