SerenAI

Pay Per Call Agentic Commerce

PublisherAnalyticsTotals

Aggregated totals for publisher analytics

Properties

PropertyTypeRequiredDescription
failed_invocations integer Yes
overall_success_rate number Yes
successful_invocations integer Yes
total_invocations integer Yes
total_revenue_atomic integer Yes
total_revenue_usd string Yes
total_templates integer Yes
unique_agents_served integer Yes
View JSON Schema
{
  "type": "object",
  "description": "Aggregated totals for publisher analytics",
  "required": [
    "total_templates",
    "total_invocations",
    "successful_invocations",
    "failed_invocations",
    "overall_success_rate",
    "unique_agents_served",
    "total_revenue_atomic",
    "total_revenue_usd"
  ],
  "properties": {
    "failed_invocations": {
      "type": "integer",
      "format": "int64"
    },
    "overall_success_rate": {
      "type": "number",
      "format": "double"
    },
    "successful_invocations": {
      "type": "integer",
      "format": "int64"
    },
    "total_invocations": {
      "type": "integer",
      "format": "int64"
    },
    "total_revenue_atomic": {
      "type": "integer",
      "format": "int64"
    },
    "total_revenue_usd": {
      "type": "string"
    },
    "total_templates": {
      "type": "integer",
      "format": "int64"
    },
    "unique_agents_served": {
      "type": "integer",
      "format": "int64"
    }
  }
}