cURL
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 }
Record an ad click event and deduct from the campaign budget.
UUID of the campaign that was clicked.
UUID of the offer that was clicked.
OK