English
Records ad interaction events for advertising optimization and analytics.
Supported event types:
Note: Returns 200 OK for all requests. Invalid schemas are silently ignored.
cURL
curl --request POST \ --url https://your_a2_service/app/v0/log \ --header 'Content-Type: application/json' \ --data '{ "action": "clk", "ad_log": "<string>", "price": 123, "type": "ad_log" }'
OK
Was this page helpful?