Ad Log
/dmp/v0/log
Records ad interaction events for advertising optimization and analytics.
Supported event types:
- Impressions (imp): Records ad view events
- Clicks (clk): Records ad click events
- Conversions (conv): Records post-view conversion events including purchases, installations, and subscriptions
Note: Returns 200 OK for all requests. Invalid schemas are silently ignored.
POST
/dmp/v0/log
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
Event type - One of: clk, imp, conv
Available options:
clk Ad tracking identifier from Decision API responses (ext.ad_log field)
Available options:
ad_log Monetary value of the conversion (optional). Include only when an accurate value is available.
Response
200
OK
Previous
Record Activity LogRecords user activity logs for advertising optimization and analytics.
Supported activity types:
- `activity.item_view`: Records product detail page views
- `activity.add_cart`: Records cart addition events
- `activity.page_view`: Records page navigation events
- `activity.search`: Records search query events
- `activity.purchase`: Records completed purchases
Note: Returns 200 OK for all requests. Invalid schemas are silently ignored.
Next
/dmp/v0/log
