Snapchat · Schema

Campaign

A Campaign defines a business objective and organizes Ad Squads. It provides aggregate statistics for all ad squads within it.

AdvertisingARAugmented RealityMarketingMessagingSocial-Media

Properties

Name Type Description
id string The unique identifier of the campaign
updated_at string Timestamp of last update
created_at string Timestamp of creation
name string The name of the campaign
ad_account_id string The ID of the parent ad account
status string The status of the campaign
daily_budget_micro integer Daily budget in micro-currency units
lifetime_spend_cap_micro integer Lifetime spend cap in micro-currency units
start_time string The start time of the campaign
end_time string The end time of the campaign
objective_v2_properties object The objective properties for the campaign using the v2 objective format, which replaces the deprecated objective field.
View JSON Schema on GitHub

JSON Schema

snapchat-campaign-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Campaign",
  "title": "Campaign",
  "type": "object",
  "description": "A Campaign defines a business objective and organizes Ad Squads. It provides aggregate statistics for all ad squads within it.",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the campaign"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp of last update"
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp of creation"
    },
    "name": {
      "type": "string",
      "description": "The name of the campaign"
    },
    "ad_account_id": {
      "type": "string",
      "description": "The ID of the parent ad account"
    },
    "status": {
      "type": "string",
      "description": "The status of the campaign",
      "enum": [
        "ACTIVE",
        "PAUSED"
      ]
    },
    "daily_budget_micro": {
      "type": "integer",
      "format": "int64",
      "description": "Daily budget in micro-currency units"
    },
    "lifetime_spend_cap_micro": {
      "type": "integer",
      "format": "int64",
      "description": "Lifetime spend cap in micro-currency units"
    },
    "start_time": {
      "type": "string",
      "format": "date-time",
      "description": "The start time of the campaign"
    },
    "end_time": {
      "type": "string",
      "format": "date-time",
      "description": "The end time of the campaign"
    },
    "objective_v2_properties": {
      "type": "object",
      "description": "The objective properties for the campaign using the v2 objective format, which replaces the deprecated objective field.",
      "properties": {
        "objective": {
          "type": "string",
          "description": "The campaign objective type"
        }
      }
    }
  }
}

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-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 email required.

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