Skip to main content
POST
/
api
/
v2
/
network
/
tracking
/
conv-click-id
Create conversion by click ID
curl --request POST \
  --url 'https://{domain}/api/v2/network/tracking/conv-click-id?api-key=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "click_id": "string",
  "revenue": 1,
  "payout": 1,
  "amount": 1,
  "conv_status": "string",
  "goal_id": 1
}
'
{
  "status": "success",
  "code": 200,
  "name": "OK",
  "message": "<string>",
  "info": {
    "status": "<string>",
    "message": "<string>",
    "lead_id": "<string>",
    "transaction_id": "<string>",
    "conv_status": "<string>",
    "affiliate_id": 123,
    "offer_id": 123,
    "goal_id": 123,
    "additional": {}
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.scaleo.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api-key
string
query
required

API key passed as query parameter. User must have api_status enabled.

Body

application/json
click_id
string
required

(Required) Click ID from the clicks table. Used to resolve affiliate, offer, and geo data.

revenue
number
payout
number
amount
number
conv_status
string

Conversion status. Values: pending, approved, rejected, hold.

goal_id
integer

Goal ID. If not provided, default goal is used.

goal_alias
string

Goal alias. Alternative to goal_id.

aff_click_id
string

Affiliate click ID (external).

adv_order_id
string
adv_user_id
string
adv_track_id
string
track_id
string
idfa
string
gaid
string
promo_code
string
aff_param1
string
aff_param2
string
aff_param3
string
aff_param4
string
aff_param5
string
sub_id1
string
sub_id2
string
sub_id3
string
sub_id4
string
sub_id5
string
adv_param1
string
adv_param2
string
adv_param3
string
adv_param4
string
adv_param5
string
email
string
firstname
string
lastname
string
address
string
city
string
region
string
country
string
postcode
string
phone
string
gender
string
birthday
string
vertical
string
ip
string

IP address. If provided, overrides geo data from the click.

public_notes
string
private_notes
string
click_referer_url
string
conversion_referer_url
string
timestamp
string

Conversion timestamp. Format: Y-m-d H:i:s.

click_timestamp
string

Click timestamp override. Format: Y-m-d H:i:s.

custom1
string
custom2
string
custom3
string
custom4
string
custom5
string
custom6
string
custom7
string
custom8
string
custom9
string
custom10
string
deliver_lead
string

Deliver lead to advertiser LMS. Values: yes, no. Default: no.

Response

Conversion created.

status
string
Example:

"success"

code
integer
Example:

200

name
string
Example:

"OK"

message
string
info
object