---
title: "GetWebBannerStatistics"
method: GET
path: "/channel/{channelId}/web-banners/{id}/statistics"
tags: ["WebBanner"]
---

# GetWebBannerStatistics

`GET /channel/{channelId}/web-banners/{id}/statistics`

Get Web Banner Statistics

## Path parameters

- `channelId` string, required
- `id` string, required

## Query parameters

- `startDate` string, required
- `endDate` string, required

## Response `200`

Success-Response:

- object
  - `statistics` object[], required — <p>The statistics of the web banner</p>
    - `date` string, required
    - `totalClicked` number, required
    - `totalDelivered` number, required
    - `totalClosed` number, required
    - `totalBounces` number, required
    - `totalConversions` number, required
  - `metadata` object
    - `query` object
      - `startDate` string
      - `endDate` string

---

[API](https://skmtc.dev/cleverpush/apis/cleverpush-api-reference.md) · [All operations](https://skmtc.dev/cleverpush/apis/cleverpush-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cleverpush/cleverpush-api-reference/revisions/64ed799d2f1b/schema)
