v1

latestOpenAPI 3.0.32026-07-2226694862.5 KB
Conversion Updates

Create Conversions with Transaction IDs

post/networks/conversions/reporting/transaction_ids

Request body

offer_idinteger required

The offer ID under which the conversions will be created.

event_idinteger required

The offer event ID. Use 0 for the default base conversion event.

transaction_idsstring[] required

List of transaction IDs to create conversions for. Each transaction ID must match a click belonging to the specified offer.

timezone_idinteger required

Timezone ID for the conversions. Can be found using the metadata API.

is_nowboolean required

When true, conversions are recorded as of now. When false, you must provide a date value.

datestring

Specific date and time for the conversions when is_now is false. Format: YYYY-MM-DD HH:mm:ss.

internal_notesstring

Internal notes attached to each conversion. Not visible to affiliates.

revenue_amountnumber

Revenue amount per conversion.

is_revenue_amount_submittedboolean

Whether the revenue_amount value should be applied. Must be true for the revenue_amount to take effect.

payout_amountnumber

Payout amount per conversion.

is_payout_amount_submittedboolean

Whether the payout_amount value should be applied. Must be true for the payout_amount to take effect.

sale_amountnumber

Sale amount value per conversion.

adv1string

Advertiser sub-parameter 1.

adv2string

Advertiser sub-parameter 2.

adv3string

Advertiser sub-parameter 3.

adv4string

Advertiser sub-parameter 4.

adv5string

Advertiser sub-parameter 5.

adv6string

Advertiser sub-parameter 6.

adv7string

Advertiser sub-parameter 7.

adv8string

Advertiser sub-parameter 8.

adv9string

Advertiser sub-parameter 9.

adv10string

Advertiser sub-parameter 10.

emailstring

Email value to attach to each conversion.

coupon_codestring

Coupon code value to attach to each conversion.

order_idstring

Order ID value to attach to each conversion.

Response

resultboolean

Whether the conversions were created successfully.