---
title: "Get Domain Usage"
method: POST
path: "/networks/traffic/usage/domains"
tags: ["Traffic Health"]
---

# Get Domain Usage

`POST /networks/traffic/usage/domains`

Traffic-attributed reporting per tracking domain — how many offers, partners, and offer/partner combinations route through each domain, with that domain's performance metrics. The `reporting` object uses the standard Network Reporting metric set; see the [Reporting](/api-reference/post-networksreportingentitytable) endpoints for the full metric definitions. Send an optional reporting window in the body.

## Request body

- UsageFilter — Optional reporting window. Send an empty object `{}` for the default window.
  - `from` string — Window start, `YYYY-MM-DD`.
  - `to` string — Window end, `YYYY-MM-DD`.
  - `timezone_id` integer — Reporting timezone ID.

## Response `200`

- object
  - `network_domain_reporting` DomainUsage[]
    - `tracking_domain_id` integer
    - `url` string
    - `offer_count` integer
    - `affiliate_count` integer
    - `reporting` object — Standard Network Reporting metric set (clicks, conversions, revenue, payout, profit, and rate metrics). See the Reporting endpoints for the full metric definitions.

---

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