POST
/
app
/
v0
/
log

Body

application/json
action
enum<string>
required

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
ad_log
string
required

The ext.ad_log field in SSP responses

type
enum<string>
required
Available options:
ad_log
price
number | null

Represents the monetary value of the conversion. Include only when an accurate value is available.

Response

200

OK