---
title: "ConversionSubscription"
method: POST
path: "/subscription/conversion"
tags: ["Subscriptions"]
---

# ConversionSubscription

`POST /subscription/conversion`

Track conversion event

## Request body

- object
  - `subscriptionId` string, required — <p>The subscriptionId used to update the subscription's tags. (Either subscriptionId or customAttributes.user_id is required)</p>
  - `channelId` string, required — <p>The channel ID.</p>
  - `eventId` string, required — <p>The conversion event ID.</p>
  - `properties` object — <p>The conversion event properties (defined in the conversion event settings in CleverPush). Special properties named <code>amount</code> and <code>currency</code> will be used for the conversion amount.</p>
  - `deepLinkId` string — <p>The deep link ID associated with this conversion (for deep link statistics tracking).</p>

## Response `201`

Success-Response:

- object
  - `success` boolean

---

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