List daily account activity summaries
GET /account_activity_summaries
GET /account_activity_summaries
Operation
GET
/account_activity_summaries
Returns Markdown digests of the preceding 7 days for publishers and agencies in the caller's scope. Each summary covers advertiser status changes, transactions, new deals, performance, commission drops, network health, and recommended next steps. Paid accounts only; free-tier callers receive 403. Most recent first.
Operation ID:
listAccountActivitySummaries
·
Tags: Reports
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
summary_date
|
query | No | string | Filter to a single day (YYYY-MM-DD). |
account_type
|
query | No | string | Filter by account type. |
account_id
|
query | No | integer | Filter to a specific publisher or agency id within your scope. |
limit
|
query | No | integer | Maximum number of summaries to return. |
Request Body
No request body is defined for this operation.
Responses
Content Types
application/json
{
"description": "Account activity summaries",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"account_activity_summaries": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"account_type": {
"type": "string",
"enum": [
"Publisher",
"Agency"
]
},
"account_id": {
"type": "integer"
},
"account_name": {
"type": "string",
"nullable": true
},
"summary_date": {
"type": "string",
"format": "date"
},
"period_start": {
"type": "string",
"format": "date-time"
},
"period_end": {
"type": "string",
"format": "date-time"
},
"generated_at": {
"type": "string",
"format": "date-time"
},
"status_changes_text": {
"type": "string",
"description": "Markdown section covering advertiser status changes."
},
"performance_text": {
"type": "string",
"description": "Markdown section covering 90-day performance."
},
"connected_networks_text": {
"type": "string",
"description": "Markdown section covering connected networks and sync health."
},
"commission_drops_text": {
"type": "string",
"description": "Markdown section covering week-over-week commission drops."
},
"key_points_text": {
"type": "string",
"description": "Markdown Key points section summarizing the week."
},
"markdown": {
"type": "string",
"description": "Combined Markdown digest assembled from all sections."
}
},
"required": [
"id",
"account_type",
"account_id",
"summary_date",
"period_start",
"period_end",
"generated_at",
"status_changes_text",
"performance_text",
"connected_networks_text",
"commission_drops_text",
"key_points_text",
"markdown"
]
}
},
"meta": {
"type": "object",
"properties": {
"count": {
"type": "integer"
}
},
"required": [
"count"
]
}
},
"required": [
"account_activity_summaries",
"meta"
]
}
}
}
}
{
"$ref": "#/components/responses/Unauthorized"
}
{
"$ref": "#/components/responses/Forbidden"
}
API Playground
Run this GET request with your API key, or open it in a new tab. Path uses sample IDs where the OpenAPI path has {parameters}.
Sign in to enable live testing with your API key.
| Action | Method | Endpoint | Description |
|---|---|---|---|
| List daily account activity summaries | GET |
/api/v1/account_activity_summaries |
OpenAPI operationId: listAccountActivitySummaries. |
GET /api/v1/account_activity_summaries
OpenAPI
List daily account activity summaries