Create click
Clicks
Create click
Creates a single click transaction via the API. Returns a click_id (UUID) that can be used to attribute conversions.
POST
Create click
Authorizations
Preferred authentication method. Pass the API key in the X-API-Key HTTP request header. The user account must have api_status enabled.
Body
application/json
Affiliate ID.
Offer ID.
Visitor IP address.
Goal ID for CPC tracking.
HTTP referrer URL.
Redirect URL after tracking.
Affiliate's own click identifier.
iOS device identifier.
Android device identifier.
Click timestamp (defaults to now).
MD5 click hash for uniqueness validation (32 hex chars).
Response
Click created.
UUID click identifier.