AppLovin · Schema

AppLovin Axon Campaign

Schema for an AppLovin AppDiscovery (Axon) advertising campaign as managed via the Campaign Management API.

AdvertisingMobileAdTechApp MonetizationMediationUser AcquisitionMarketing TechnologyConversion Tracking

Properties

Name Type Description
id integer Campaign identifier (forbidden on create, required on update).
name string Campaign name.
type string Currently APP is the only supported type.
status string Campaign delivery status.
platform string
package_name string Bundle identifier (iOS) or package name (Android).
itunes_id integer Apple iTunes app identifier.
start_date string
end_date string
bidding_strategy string
budget object
goal object
tracking object
targeting array
View JSON Schema on GitHub

JSON Schema

applovin-campaign-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/applovin/json-schema/applovin-campaign-schema.json",
  "title": "AppLovin Axon Campaign",
  "description": "Schema for an AppLovin AppDiscovery (Axon) advertising campaign as managed via the Campaign Management API.",
  "type": "object",
  "x-schema-source": "documentation",
  "x-source-url": "https://support.axon.ai/en/app-discovery/api/axon-campaign-management-api/",
  "required": ["name", "type", "platform", "start_date", "bidding_strategy", "budget", "goal", "tracking", "targeting"],
  "properties": {
    "id": {
      "type": "integer",
      "description": "Campaign identifier (forbidden on create, required on update)."
    },
    "name": {
      "type": "string",
      "description": "Campaign name."
    },
    "type": {
      "type": "string",
      "enum": ["APP"],
      "description": "Currently APP is the only supported type."
    },
    "status": {
      "type": "string",
      "enum": ["LIVE", "PAUSED"],
      "description": "Campaign delivery status."
    },
    "platform": {
      "type": "string",
      "enum": ["IOS", "ANDROID"]
    },
    "package_name": {
      "type": "string",
      "description": "Bundle identifier (iOS) or package name (Android)."
    },
    "itunes_id": {
      "type": "integer",
      "description": "Apple iTunes app identifier."
    },
    "start_date": {
      "type": "string",
      "format": "date-time"
    },
    "end_date": {
      "type": "string",
      "format": "date-time"
    },
    "bidding_strategy": {
      "type": "string",
      "enum": ["TARGET_GOAL_WITH_CPI_BILLING", "AUTO_BIDDING_WITH_CPM_BILLING"]
    },
    "budget": {
      "type": "object",
      "properties": {
        "daily_budget_for_all_countries": {"type": "string"},
        "country_code_to_daily_budget": {
          "type": "object",
          "additionalProperties": {"type": "string"}
        }
      }
    },
    "goal": {
      "type": "object",
      "required": ["goal_type"],
      "properties": {
        "goal_type": {
          "type": "string",
          "enum": ["CPI", "CPE", "CPP", "AD_ROAS", "CHK_ROAS", "BLD_ROAS"]
        },
        "goal_value_for_all_countries": {"type": "string"},
        "country_code_to_goal_value": {
          "type": "object",
          "additionalProperties": {"type": "string"}
        },
        "roas_day_target": {"type": "string"}
      }
    },
    "tracking": {
      "type": "object",
      "required": ["tracking_method"],
      "properties": {
        "tracking_method": {
          "type": "string",
          "enum": ["ADJUST", "APPSFLYER", "APSALAR", "BRANCH", "KOCHAVA", "TENJIN"]
        },
        "impression_url": {"type": "string", "format": "uri"},
        "click_url": {"type": "string", "format": "uri"}
      }
    },
    "targeting": {
      "type": "array",
      "items": {
        "type": "object",
        "required": ["country_code"],
        "properties": {
          "country_code": {"type": "string"},
          "region_codes": {"type": "array", "items": {"type": "string"}},
          "metro_names": {"type": "array", "items": {"type": "string"}}
        }
      }
    }
  }
}

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-campaign"
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.