Ad Log
/app/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
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
Was this page helpful?
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