AppLovin · JSON Structure

Applovin Conversion Event Structure

JSON structural reference for a CAPI server-to-server conversion event.

Type: Properties: 0
AdvertisingMobileAdTechApp MonetizationMediationUser AcquisitionMarketing TechnologyConversion Tracking

Applovin Conversion Event Structure is a JSON Structure definition published by AppLovin.

Meta-schema:

JSON Structure

Raw ↑
{
  "$id": "https://github.com/api-evangelist/applovin/json-structure/applovin-conversion-event-structure.json",
  "title": "AppLovin Conversion Event Structure",
  "description": "JSON structural reference for a CAPI server-to-server conversion event.",
  "x-source-url": "https://support.axon.ai/en/growth/promoting-your-websites/api/lead-gen-capi/",
  "structure": {
    "name": "enum [page_view, generate_lead]",
    "event_time": "integer (unix epoch ms)",
    "event_source_url": "uri",
    "data": "object | null (object only for generate_lead)",
    "user_data": "UserData",
    "dedupe_id": "string (optional)"
  },
  "child_structures": {
    "EventData": {
      "currency": "string (ISO 4217)",
      "value": "number"
    },
    "UserData": {
      "aleid": "string (optional)",
      "axwrt": "string (optional)",
      "alart": "string (optional)",
      "client_id": "string (optional)",
      "user_id": "string (optional)",
      "email": "string (auto SHA-256 hashed)",
      "phone": "string (auto SHA-256 hashed)",
      "client_ip_address": "string (required)",
      "client_user_agent": "string (required)",
      "esi": "enum [web, app] (required)",
      "country_code": "string",
      "zip": "string",
      "os": "enum [ios, android, desktop_os]",
      "sid": "string",
      "ifa": "string (IDFA / GAID)",
      "idfv": "string"
    }
  },
  "constraints": {
    "user_identifier": "At least one of aleid, axwrt, alart, client_id, user_id, email, or phone must be supplied.",
    "batch_size": "Up to 100 events per request."
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/applovin-conversion-event-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.