Skip to content
Justin edited this page Dec 4, 2013 · 1 revision

Analytics 로그 API

분석을 위해 로그를 쌓기 위한 API이다. 로그가 쌓인 후 분석은 별도로 플래터와 협의하여 처리하여야 한다.

  • Path: /:version/logs
  • Authentication Header: X-APP-KEY
  • Method: POST
  • Request Body: JSON
Name Type Description
event_id String 어떠한 종류의 event인지 구분하기 위한 값. 클라이언트에서 정해서 사용.
data JSON Object 로그 데이터
  • Response Body: JSON
Name Type Description
result_code Number Error Code 참고
result_message Option[String] 실패한 경우에 메시지 있을 수 있음

Clone this wiki locally