RevContent · Schema

WidgetTarget

A per-campaign, per-widget targeting row with its enabled flag and bid override.

Native AdvertisingContent RecommendationAd NetworkPublisher MonetizationProgrammatic AdvertisingAdvertising TechnologyCampaign ManagementAudience TargetingConversion TrackingMarketing

Properties

Name Type Description
widget_id string Widget id
domain string Widget Domain
enabled string Content status ('disabled','enabled')
bid_type string Campaign bid type
bid string Target bid amount
avg_cpc string Average CPC for selected target (Returned for CPC bids)
impressions string Total number of impressions for selected target (Returned for CPC bids)
viewable_impressions string Total number of viewable impressions for selected target
clicks string Total number of clicks for selected target
conversions string Total number of conversion for selected target
ctr string CTR for selected target
cost string Cost for selected target
cost_per_conv string Cost per conversion for selected target
return string Return for selected target
profit string Profit for selected target
View JSON Schema on GitHub

JSON Schema

widget-target.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/revcontent/refs/heads/main/json-schema/widget-target.json",
  "title": "WidgetTarget",
  "description": "A per-campaign, per-widget targeting row with its enabled flag and bid override.",
  "type": "object",
  "properties": {
    "widget_id": {
      "type": "string",
      "description": "Widget id"
    },
    "domain": {
      "type": "string",
      "description": "Widget Domain"
    },
    "enabled": {
      "type": "string",
      "description": "Content status ('disabled','enabled')"
    },
    "bid_type": {
      "type": "string",
      "description": "Campaign bid type"
    },
    "bid": {
      "type": "string",
      "description": "Target bid amount"
    },
    "avg_cpc": {
      "type": "string",
      "description": "Average CPC for selected target (Returned for CPC bids)"
    },
    "impressions": {
      "type": "string",
      "description": "Total number of impressions for selected target (Returned for CPC bids)"
    },
    "viewable_impressions": {
      "type": "string",
      "description": "Total number of viewable impressions for selected target"
    },
    "clicks": {
      "type": "string",
      "description": "Total number of clicks for selected target"
    },
    "conversions": {
      "type": "string",
      "description": "Total number of conversion for selected target"
    },
    "ctr": {
      "type": "string",
      "description": "CTR for selected target"
    },
    "cost": {
      "type": "string",
      "description": "Cost for selected target"
    },
    "cost_per_conv": {
      "type": "string",
      "description": "Cost per conversion for selected target"
    },
    "return": {
      "type": "string",
      "description": "Return for selected target"
    },
    "profit": {
      "type": "string",
      "description": "Profit for selected target"
    }
  },
  "required": [
    "widget_id",
    "domain",
    "enabled",
    "bid_type",
    "bid",
    "avg_cpc",
    "impressions",
    "viewable_impressions",
    "clicks",
    "conversions",
    "ctr",
    "cost",
    "cost_per_conv",
    "return",
    "profit"
  ],
  "x-source": "https://api.revcontent.io/docs/stats/api_data.json#GetBoostWidgets"
}

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/widget-target"
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.