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

# Dashboard Summary

`POST /advertisers/dashboard/summary`

## Request body

- object
  - `timezone_id` integer, required — Timezone identifier for computing period boundaries.
  - `from` string — Start date for the reporting period. Format `YYYY-MM-DD`.
  - `to` string — End date for the reporting period. Format `YYYY-MM-DD`.
  - `currency_id` string — Currency code for monetary values (e.g. "USD").
  - `compare_from` string — Start date for the comparison period. Format `YYYY-MM-DD`.
  - `compare_to` string — End date for the comparison period. Format `YYYY-MM-DD`.

## Response `200`

- object
  - `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.
  - `cost` 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` 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.
  - `imp` 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.
  - `gross_sales` 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)
