---
title: "Dashboard Summary"
method: POST
path: "/affiliates/dashboard/summary"
tags: ["Affiliate Reporting"]
---

# Dashboard Summary

`POST /affiliates/dashboard/summary`

## Request body

- object
  - `timezone_id` integer, required — Timezone identifier for the summary calculations.
  - `from` string — Optional start date. Format `YYYY-MM-DD`.
  - `to` string — Optional end date. Format `YYYY-MM-DD`.
  - `currency_id` string — Currency code for monetary values (e.g. "USD").
  - `compare_from` string — Optional comparison start date. Format `YYYY-MM-DD`.
  - `compare_to` string — Optional comparison end date. Format `YYYY-MM-DD`.

## Response `200`

- object
  - `revenue` DashboardMetric — A dashboard metric with period comparisons and trend.
    - `today` number — Value for today.
    - `yesterday` number — Value for yesterday.
    - `current_month` number — Value for the current month to date.
    - `last_month` number — Value for the previous month.
    - `trending_percentage` number — Percentage change indicating the trend direction.
  - `click` DashboardMetric — A dashboard metric with period comparisons and trend.
    - `today` number — Value for today.
    - `yesterday` number — Value for yesterday.
    - `current_month` number — Value for the current month to date.
    - `last_month` number — Value for the previous month.
    - `trending_percentage` number — Percentage change indicating the trend direction.
  - `conversion` DashboardMetric — A dashboard metric with period comparisons and trend.
    - `today` number — Value for today.
    - `yesterday` number — Value for yesterday.
    - `current_month` number — Value for the current month to date.
    - `last_month` number — Value for the previous month.
    - `trending_percentage` number — Percentage change indicating the trend direction.
  - `cvr` DashboardMetricNoTrend — A dashboard metric with period comparisons but no trending percentage. Used for rate metrics like CVR and EVR.
    - `today` number — Value for today.
    - `yesterday` number — Value for yesterday.
    - `current_month` number — Value for the current month to date.
    - `last_month` number — Value for the previous month.
  - `events` DashboardMetric — A dashboard metric with period comparisons and trend.
    - `today` number — Value for today.
    - `yesterday` number — Value for yesterday.
    - `current_month` number — Value for the current month to date.
    - `last_month` number — Value for the previous month.
    - `trending_percentage` number — Percentage change indicating the trend direction.
  - `evr` DashboardMetricNoTrend — A dashboard metric with period comparisons but no trending percentage. Used for rate metrics like CVR and EVR.
    - `today` number — Value for today.
    - `yesterday` number — Value for yesterday.
    - `current_month` number — Value for the current month to date.
    - `last_month` number — Value for the previous month.
  - `impression` DashboardMetric — A dashboard metric with period comparisons and trend.
    - `today` number — Value for today.
    - `yesterday` number — Value for yesterday.
    - `current_month` number — Value for the current month to date.
    - `last_month` number — Value for the previous month.
    - `trending_percentage` number — Percentage change indicating the trend direction.
  - `redirect_revenue` DashboardMetric — A dashboard metric with period comparisons and trend.
    - `today` number — Value for today.
    - `yesterday` number — Value for yesterday.
    - `current_month` number — Value for the current month to date.
    - `last_month` number — Value for the previous month.
    - `trending_percentage` number — Percentage change indicating the trend direction.
  - `on_hold_potential_revenue` DashboardMetric — A dashboard metric with period comparisons and trend.
    - `today` number — Value for today.
    - `yesterday` number — Value for yesterday.
    - `current_month` number — Value for the current month to date.
    - `last_month` number — Value for the previous month.
    - `trending_percentage` number — Percentage change indicating the trend direction.
  - `on_hold_conversion_count` DashboardMetric — A dashboard metric with period comparisons and trend.
    - `today` number — Value for today.
    - `yesterday` number — Value for yesterday.
    - `current_month` number — Value for the current month to date.
    - `last_month` number — Value for the previous month.
    - `trending_percentage` number — Percentage change indicating the trend direction.

---

[API](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
