AppLovin · Schema

AppLovin MAX Ad Unit

Schema for an AppLovin MAX ad unit managed via the Ad Unit Management API. An ad unit binds a single ad format inside a publisher application to mediation/waterfall configuration.

AdvertisingMobileAdTechApp MonetizationMediationUser AcquisitionMarketing TechnologyConversion Tracking

Properties

Name Type Description
id string
name string
platform string
package_name string
ad_format string
template_size string
has_active_experiment boolean
disabled boolean
ad_network_settings array
frequency_capping_settings array
bid_floors array
segments array
View JSON Schema on GitHub

JSON Schema

applovin-ad-unit-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/applovin/json-schema/applovin-ad-unit-schema.json",
  "title": "AppLovin MAX Ad Unit",
  "description": "Schema for an AppLovin MAX ad unit managed via the Ad Unit Management API. An ad unit binds a single ad format inside a publisher application to mediation/waterfall configuration.",
  "type": "object",
  "x-schema-source": "documentation",
  "x-source-url": "https://support.axon.ai/en/max/advanced-features/ad-unit-management-api",
  "properties": {
    "id": {"type": "string"},
    "name": {"type": "string"},
    "platform": {"type": "string", "enum": ["ios", "android"]},
    "package_name": {"type": "string"},
    "ad_format": {
      "type": "string",
      "enum": ["INTER", "BANNER", "REWARD", "MREC", "NATIVE"]
    },
    "template_size": {"type": "string"},
    "has_active_experiment": {"type": "boolean"},
    "disabled": {"type": "boolean"},
    "ad_network_settings": {
      "type": "array",
      "items": {"$ref": "#/$defs/AdNetworkSetting"}
    },
    "frequency_capping_settings": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "type": {"type": "string", "enum": ["time", "session"]},
          "day_limit": {"type": "integer"},
          "minute_frequency": {"type": "integer"},
          "session_limit": {"type": "integer"}
        }
      }
    },
    "bid_floors": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "country_group_name": {"type": "string"},
          "cpm": {"type": "number"},
          "countries": {
            "type": "object",
            "additionalProperties": {"type": "number"}
          }
        }
      }
    },
    "segments": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {"type": "string"},
          "name": {"type": "string"},
          "id_type": {"type": "string"},
          "device_type": {"type": "string"},
          "segment_keys": {"type": "array", "items": {"type": "string"}}
        }
      }
    }
  },
  "$defs": {
    "AdNetworkSetting": {
      "type": "object",
      "properties": {
        "ad_network": {"type": "string"},
        "cpm": {"type": "number"},
        "country_targeting_type": {"type": "string", "enum": ["INCLUDE", "EXCLUDE"]},
        "countries": {"type": "array", "items": {"type": "string"}},
        "ad_network_ad_units": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "ad_network_ad_unit_id": {"type": "string"},
              "cpm": {"type": "number"}
            }
          }
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/applovin-ad-unit"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.