---
title: "Get Reporting Summary"
method: POST
path: "/networks/reporting/entity/summary"
tags: ["Reporting"]
---

# Get Reporting Summary

`POST /networks/reporting/entity/summary`

## Request body

- object
  - `from` string, required — Start date (format: YYYY-MM-DD).
  - `to` string, required — End date (format: YYYY-MM-DD).
  - `timezone_id` integer, required — Timezone ID for the report.
  - `currency_id` string, required — Currency code for reporting metrics.
  - `columns` object[] — Columns to group/pivot data by. The summary totals are not affected by the columns value; however, filters and metric_filters still apply. This field is optional but typically included when using this endpoint alongside the entity/table endpoint.
    - `column` string, required — The dimension to group by.
  - `query` object — Optional filters to narrow the report scope.

## Response `200`

- object
  - `imp` integer — Total impressions.
  - `total_click` integer — Total clicks.
  - `unique_click` integer — Unique clicks.
  - `invalid_click` integer — Invalid clicks.
  - `duplicate_click` integer — Duplicate clicks.
  - `gross_click` integer — Gross clicks (total + invalid + duplicate).
  - `ctr` number — Click-through rate.
  - `cv` integer — Total conversions.
  - `invalid_cv_scrub` integer — Scrubbed/throttled conversions.
  - `view_through_cv` integer — View-through conversions.
  - `total_cv` integer — Total conversions including scrubbed and view-through.
  - `event` integer — Total events.
  - `cvr` number — Conversion rate.
  - `evr` number — Event rate.
  - `cpc` number — Cost per click.
  - `cpm` number — Cost per mille (thousand impressions).
  - `cpa` number — Cost per action.
  - `epc` number — Earnings per click.
  - `rpc` number — Revenue per click.
  - `rpa` number — Revenue per action.
  - `rpm` number — Revenue per mille (thousand impressions).
  - `payout` number — Total payout.
  - `revenue` number — Total revenue.
  - `event_revenue` number — Revenue from events.
  - `gross_sales` number — Gross sales amount.
  - `profit` number — Total profit.
  - `margin` number — Profit margin percentage.
  - `roas` number — Return on ad spend.
  - `avg_sale_value` number — Average sale value.
  - `media_buying_cost` number — Media buying cost.
  - `on_hold_potential_revenue` integer — Potential revenue from on-hold conversions.
  - `on_hold_potential_payout` integer — Potential payout from on-hold conversions.
  - `on_hold_conversion_count` integer — Number of on-hold conversions.
  - `public_events` integer — Total public events.

---

[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)
