---
title: "Create Conversions with Transaction IDs"
method: POST
path: "/networks/conversions/reporting/transaction_ids"
tags: ["Conversion Updates"]
---

# Create Conversions with Transaction IDs

`POST /networks/conversions/reporting/transaction_ids`

## Request body

- object
  - `offer_id` integer, required — The offer ID under which the conversions will be created.
  - `event_id` integer, required — The offer event ID. Use `0` for the default base conversion event.
  - `transaction_ids` string[], required — List of transaction IDs to create conversions for. Each transaction ID must match a click belonging to the specified offer.
  - `timezone_id` integer, required — Timezone ID for the conversions. Can be found using the [metadata API](/api-reference/get-metatimezones).
  - `is_now` boolean, required — When `true`, conversions are recorded as of now. When `false`, you must provide a `date` value.
  - `date` string — Specific date and time for the conversions when `is_now` is `false`. Format: `YYYY-MM-DD HH:mm:ss`.
  - `internal_notes` string — Internal notes attached to each conversion. Not visible to affiliates.
  - `revenue_amount` number — Revenue amount per conversion.
  - `is_revenue_amount_submitted` boolean — Whether the `revenue_amount` value should be applied. Must be `true` for the `revenue_amount` to take effect.
  - `payout_amount` number — Payout amount per conversion.
  - `is_payout_amount_submitted` boolean — Whether the `payout_amount` value should be applied. Must be `true` for the `payout_amount` to take effect.
  - `sale_amount` number — Sale amount value per conversion.
  - `adv1` string — Advertiser sub-parameter 1.
  - `adv2` string — Advertiser sub-parameter 2.
  - `adv3` string — Advertiser sub-parameter 3.
  - `adv4` string — Advertiser sub-parameter 4.
  - `adv5` string — Advertiser sub-parameter 5.
  - `adv6` string — Advertiser sub-parameter 6.
  - `adv7` string — Advertiser sub-parameter 7.
  - `adv8` string — Advertiser sub-parameter 8.
  - `adv9` string — Advertiser sub-parameter 9.
  - `adv10` string — Advertiser sub-parameter 10.
  - `email` string — Email value to attach to each conversion.
  - `coupon_code` string — Coupon code value to attach to each conversion.
  - `order_id` string — Order ID value to attach to each conversion.

## Response `200`

- object
  - `result` boolean — Whether the conversions were created successfully.

---

[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/versions/39242cee0e32/schema)
