Skip to main content
POST
/
api
/
v2
/
network
/
tracker
/
click
Create click
curl --request POST \
  --url 'https://{domain}/api/v2/network/tracker/click?api-key=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "affiliate_id": 1,
  "offer_id": 1,
  "ip": "string",
  "advertiser_id": 1,
  "goal_id": 1,
  "link_id": 1,
  "source_id": 1,
  "creative_id": 1
}
'
{
  "click_id": "<string>"
}

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
affiliate_id
integer
required

Affiliate ID.

offer_id
integer
required

Offer ID.

ip
string
required

Visitor IP address.

advertiser_id
integer
goal_id
integer

Goal ID for CPC tracking.

source_id
integer
creative_id
integer
commission_plan_id
integer
user_agent
string
click_referer
string

HTTP referrer URL.

country_id
integer
redirect_url
string

Redirect URL after tracking.

sub_id1
string
sub_id2
string
sub_id3
string
sub_id4
string
sub_id5
string
aff_param1
string
aff_param2
string
aff_param3
string
aff_param4
string
aff_param5
string
aff_click_id
string

Affiliate's own click identifier.

idfa
string

iOS device identifier.

gaid
string

Android device identifier.

click_date
string<date-time>

Click timestamp (defaults to now).

hash
string

MD5 click hash for uniqueness validation (32 hex chars).

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

Response

Click created.

click_id
string

UUID click identifier.