Flipdish · Schema
CampaignStatistics
Campaign statistics
RestaurantOnline OrderingMobile AppsPoint-of-SaleOrderMenusPaymentsWebhook
Properties
| Name | Type | Description |
|---|---|---|
| VouchersIssued | integer | Deprecated. Number of issued vouchers. This field is always zero. |
| VouchersRedeemed | integer | Deprecated. Number of redeemed vouchers. This field is always zero. This field is always zero. |
| Conversion | number | Deprecated. Conversion of campaign (VouchersIssued / VouchersRedeemed). This field is always zero. |
| SalesGenerated | number | Deprecated. Sales generated by campaign (TotalAmount - FeeChargedToCustomer ie. the discounted sale value). This field is always zero. |
| ReturnOfInvestment | number | Deprecated. Return of investment of campaign (TotalAmount / DiscountAmount). This field is always zero. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-schema/marketing-campaign-statistics-schema.json",
"title": "CampaignStatistics",
"description": "Campaign statistics",
"type": "object",
"properties": {
"VouchersIssued": {
"format": "int32",
"description": "Deprecated. Number of issued vouchers.\r\nThis field is always zero.",
"type": "integer",
"example": 1
},
"VouchersRedeemed": {
"format": "int32",
"description": "Deprecated. Number of redeemed vouchers. This field is always zero.\r\nThis field is always zero.",
"type": "integer",
"example": 1
},
"Conversion": {
"format": "double",
"description": "Deprecated. Conversion of campaign (VouchersIssued / VouchersRedeemed).\r\nThis field is always zero.",
"type": "number",
"example": 1.0
},
"SalesGenerated": {
"format": "double",
"description": "Deprecated.\r\nSales generated by campaign (TotalAmount - FeeChargedToCustomer ie. the discounted sale value).\r\nThis field is always zero.",
"type": "number",
"example": 1.0
},
"ReturnOfInvestment": {
"format": "double",
"description": "Deprecated.\r\nReturn of investment of campaign (TotalAmount / DiscountAmount).\r\nThis field is always zero.",
"type": "number",
"example": 1.0
}
}
}
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/marketing-campaign-statistics"
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.