---
title: "Create a conversion"
method: POST
path: "/Advertisers/{AccountSID}/Conversions"
tags: ["Conversions"]
---

# Create a conversion

`POST /Advertisers/{AccountSID}/Conversions`

Submit a conversion event. Requires at least one attribution key (e.g., ClickId, CustomerId), 
event date, campaign ID, and order ID.

## Path parameters

- `AccountSID` string, required

## Response `200`

OK

- ConversionResponse
  - `Status` string — Indicates whether the conversion was successfully queued.
  - `QueuedUri` string, uri-reference — The unique reference to the queued submission.

## Other responses

- `400` — Bad Request - Invalid parameters provided.

---

[API](https://skmtc.net/impact/apis/brand-api-account-information.md) · [All operations](https://skmtc.net/impact/apis/brand-api-account-information/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/impact/brand-api-account-information/revisions/c53422ebb833/schema)
