Operation

GET /account_activity_summaries/{id}

Returns one persisted daily digest by id, including the full Markdown body. Scoped through Pundit; paid accounts only.

Operation ID: getAccountActivitySummary · Tags: Reports

Parameters

Name In Required Type Description
id path Yes integer Account activity summary id.

Request Body

No request body is defined for this operation.

Responses

Content Types

  • application/json
{
  "description": "Account activity summary",
  "content": {
    "application/json": {
      "schema": {
        "type": "object",
        "properties": {
          "account_activity_summary": {
            "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"
            ]
          }
        },
        "required": [
          "account_activity_summary"
        ]
      }
    }
  }
}

{
  "$ref": "#/components/responses/Unauthorized"
}

{
  "$ref": "#/components/responses/Forbidden"
}

{
  "$ref": "#/components/responses/NotFound"
}

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
Fetch a single daily account activity summary GET /api/v1/account_activity_summaries/1 OpenAPI operationId: getAccountActivitySummary.
GET /api/v1/account_activity_summaries/1 OpenAPI

Fetch a single daily account activity summary


    
Ask Dex AIIntegration help

If this page feels TLDR, ask Dex AI.

Dex AI speaks your language, and all the other languages you may not. It will write the integration for you with the right endpoint and headers in one plain-English answer.