Skip to main content
POST
/
advertising
/
api
/
v1
/
ads
/
click
Record ad click
curl --request POST \
  --url https://www.closient.com/advertising/api/v1/ads/click \
  --header 'Content-Type: application/json' \
  --data '
{
  "campaign_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "offer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "success": true
}

Body

application/json
campaign_id
string<uuid>
required

UUID of the campaign that was clicked.

offer_id
string<uuid> | null

UUID of the offer that was clicked.

Response

200 - application/json

OK

success
boolean
required