POST
/
app
/
v0
/
log
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"
}'

Body

application/json
action
required

Event type - One of: clk, imp, conv

Available options:
clk
ad_log
string
required

Ad tracking identifier from Decision API responses (ext.ad_log field)

type
enum<string>
required
Available options:
ad_log
price
number | null

Monetary value of the conversion (optional). Include only when an accurate value is available.

Response

200

OK