A2-Log API
/app/v0/log
ad_log
A2 requires comprehensive log integration for optimal advertising modeling and precise metric tracking.
The ext.ad_log
field in SSP responses is used for log tracking.
action_log
You can define various event types to track and analyze user behavior.
A2 can utilize this user data to enhance the precision of advertising targeting.
user_log
A2 operates as a self-hosted solution, enabling full utilization of your first-party data.
POST
Body
application/json
Adlog types must be one of the following:
clk - Click
When a user clicks an ad.
imp - Impression
When an ad is actually displayed to a user
- NOTE: (Optional) Impression logs are not mandatory in A2, but are recommended for accurate metric measurement.
conv - Conversion
When a user completes a desired activity (conversion) after viewing an ad.
- Conversions can include, but are not limited to, the following activities:
- Product purchase
- Adding to cart
- App installation
- Service subscription
- Download
- Link click
- Content consumption for a certain period
Available options:
clk
, imp
, conv
The ext.ad_log
field in SSP responses
Available options:
ad_log
Represents the monetary value of the conversion. Include only when an accurate value is available.
Response
200
OK