AppLovin · Schema
AppLovin Creative Set
Schema for a creative set managed via the AppLovin Axon Campaign Management API. A creative set is a collection of creative assets attached to a campaign.
AdvertisingMobileAdTechApp MonetizationMediationUser AcquisitionMarketing TechnologyConversion Tracking
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| campaign_id | string | |
| name | string | |
| type | string | |
| status | string | |
| languages | array | |
| countries | array | |
| product_page | string | |
| assets | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/api-evangelist/applovin/json-schema/applovin-creative-set-schema.json",
"title": "AppLovin Creative Set",
"description": "Schema for a creative set managed via the AppLovin Axon Campaign Management API. A creative set is a collection of creative assets attached to a campaign.",
"type": "object",
"x-schema-source": "documentation",
"x-source-url": "https://support.axon.ai/en/app-discovery/api/axon-campaign-management-api/",
"required": ["campaign_id", "type", "assets"],
"properties": {
"id": {"type": "string"},
"campaign_id": {"type": "string"},
"name": {"type": "string"},
"type": {"type": "string"},
"status": {"type": "string", "enum": ["LIVE", "PAUSED"]},
"languages": {"type": "array", "items": {"type": "string"}},
"countries": {"type": "array", "items": {"type": "string"}},
"product_page": {"type": "string"},
"assets": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {"type": "string"},
"name": {"type": "string"},
"status": {"type": "string"},
"url": {"type": "string", "format": "uri"},
"type": {
"type": "string",
"enum": ["HOSTED_HTML", "VID_LONG_P", "VID_SHORT_P", "IMG_BANNER", "IMG_INTER_P"]
},
"resource_type": {
"type": "string",
"enum": ["image", "html", "video"]
}
}
}
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/applovin-creative-set"
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.