Skip to main content
POST
/
dmp
/
v0
/
log
/dmp/v0/log
curl --request POST \
  --url https://your_a2_service/dmp/v0/log \
  --header 'Content-Type: application/json' \
  --data '
{
  "ad_log": "<string>",
  "price": 123
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.aiderx.io/llms.txt

Use this file to discover all available pages before exploring further.

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<double> | null

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

Response

200

OK