Snapchat · Schema

CustomData

Custom data associated with the conversion event, such as purchase amount, currency, and product information.

AdvertisingARAugmented RealityMarketingMessagingSocial-Media

Properties

Name Type Description
currency string ISO 4217 currency code (e.g., USD, EUR).
price number The value or price associated with the event.
transaction_id string A unique transaction identifier for deduplication.
search_string string The search query string for SEARCH events.
sign_up_method string The method used for sign-up (e.g., email, google, facebook).
num_items integer Number of items associated with the event.
payment_info_available integer Whether payment info is available (1 or 0).
contents array Array of product or content items associated with the event.
View JSON Schema on GitHub

JSON Schema

snapchat-customdata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomData",
  "title": "CustomData",
  "type": "object",
  "description": "Custom data associated with the conversion event, such as purchase amount, currency, and product information.",
  "properties": {
    "currency": {
      "type": "string",
      "description": "ISO 4217 currency code (e.g., USD, EUR).",
      "pattern": "^[A-Z]{3}$"
    },
    "price": {
      "type": "number",
      "format": "double",
      "description": "The value or price associated with the event."
    },
    "transaction_id": {
      "type": "string",
      "description": "A unique transaction identifier for deduplication."
    },
    "search_string": {
      "type": "string",
      "description": "The search query string for SEARCH events."
    },
    "sign_up_method": {
      "type": "string",
      "description": "The method used for sign-up (e.g., email, google, facebook)."
    },
    "num_items": {
      "type": "integer",
      "description": "Number of items associated with the event."
    },
    "payment_info_available": {
      "type": "integer",
      "description": "Whether payment info is available (1 or 0).",
      "enum": [
        0,
        1
      ]
    },
    "contents": {
      "type": "array",
      "description": "Array of product or content items associated with the event.",
      "items": {
        "$ref": "#/components/schemas/ContentItem"
      }
    }
  }
}

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/snapchat-customdata"
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 email required.

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