POST
/
app
/
v0
/
log
curl --request POST \
  --url https://your_a2_service/app/v0/log \
  --header 'Content-Type: application/json' \
  --data '{
  "action": "clk",
  "ad_log": "<string>",
  "price": 123,
  "type": "ad_log"
}'

Body

application/json
action
required

이벤트 유형 - clk, imp, conv 중 하나

Available options:
clk
ad_log
string
required

Decision API 응답의 광고 추적 식별자(ext.ad_log 필드)

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

전환의 금전적 가치(선택사항). 정확한 값이 있을 때만 포함하세요.

Response

200

OK