쿠팡 일별 리포트 API
쿠팡 CPS 관련 일별 리포트를 아래의 API를 통해 제공해 드립니다.
URL
https://sspi-cps-report.adpopcorn.com/dailyreport?reportkey=xxxxxx1k0i1d4a6e2i5g0ajwyobrks&startdate=20210816&enddate=20210816&reporttype=1
Method
GET
Content-Type
application/json
Parameter
파라미터
설명
필수
예시
startdate
시작일
Y
20210815
enddate
종료일
Y
20210816
reportkey
인증을 위한 매체별 리포트 키(SSP 사업팀에 문의)
Y
xxxxxx1k0i1d4a6e2i5g0ajwyobrks
reporttype
리포트타입
N
1(default) or 2 or 3
reporttype
설명
1
sub_id 별 리포트 (default)
2
sub_id 별 publisher_id를 구분한 리포트. 단, 클릭 데이터가 제공되지 않음
3
쿠팡 리포트 API를 통해 수집된 데이터. 전일 데이터는 익일 오후 12시 30분 이후 조회 가능
제약 사항
조회 기간은 최대 7일 입니다.
Response
key
Type
설명
result
boolean
리포트 조회 결과
resultCode
int
리포트 조회 결과 코드
resultMessage
string
리포트 조회 결과 메시지
report
array of object
리포트 (아래 예시 참고)
json
서버 응답 코드
Code
Message
1
성공
100
에러
1001
필수 파라미터가 누락되었습니다
1002
요청 파라미터가 없습니다
1003
리포트키가 유효하지 않습니다
Last updated
Was this helpful?