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