---
title: "Create_WebBanner"
method: POST
path: "/channel/{channelId}/web-banners"
tags: ["WebBanner"]
---

# Create_WebBanner

`POST /channel/{channelId}/web-banners`

Create WebBanner

## Path parameters

- `channelId` string, required

## Request body

- object
  - `name` string, required
  - `contentState` object, required
  - `buttonStyle` object, required
  - `startsAt` string, required
  - `endsAt` string, required
  - `timeout` number, required
  - `status` string, required
  - `matchPath` string, required
  - `matchDomain` string, required
  - `matchQuery` object, required
  - `noMatchPath` string, required
  - `matchFunction` string, required
  - `trafficPercentage` number, required
  - `scrollPercentage` number, required
  - `showOnlySubscribers` boolean, required
  - `customCss` string, required
  - `darkenBackground` boolean, required
  - `exitIntent` boolean, required
  - `exitIntentForMobile` boolean, required
  - `enableRegularDisplayForMobile` boolean, required
  - `minimumVisits` number, required
  - `attributes` object[], required
  - `oncePerClick` boolean, required
  - `frequency` string, required
  - `frequencyInterval` number, required
  - `tags` string[], required
  - `excludeTags` string[], required
  - `topics` string[], required
  - `excludeTopics` string[], required
  - `topicsLogic` string, required
  - `tagsLogic` string, required

## Response `200`

Success-Response:

- object
  - `webBannerId` string
  - `status` boolean
  - `String` string, required — <p>containing webBannerId</p>
  - `Boolean` boolean, required — <p>value containing status field</p>

---

[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/c2dffd898fd9/schema)
