Skip to main content
POST
/
api
/
v2
/
network
/
tracker
/
batch-insert-clicks
Batch insert clicks
curl --request POST \
  --url 'https://{domain}/api/v2/network/tracker/batch-insert-clicks?api-key=' \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "affiliate_id": 1,
    "offer_id": 1,
    "ip": "string",
    "goal_id": 1,
    "link_id": 1,
    "source_id": 1,
    "creative_id": 1
  }
]
'
{
  "click_ids": [
    "<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

Root-level JSON array of click objects (NOT wrapped in an object). Max 1000 clicks per batch.

affiliate_id
integer
required
offer_id
integer
required
ip
string
goal_id
integer
source_id
integer
creative_id
integer
user_agent
string
click_referer
string
sub_id1
string
sub_id2
string
sub_id3
string
sub_id4
string
sub_id5
string
aff_click_id
string
click_date
string<date-time>

Response

Batch result.

click_ids
string[]