For the complete documentation index, see llms.txt. This page is also available as Markdown.

Video

SSP ➡️ DSP

CJ MezzoMedia SSP calls the Report API to the DSP as follows. The response delivered to the SSP must be in JSON array format and is case-sensitive. If there are any special considerations or additional requirements when calling the DSP API, please share them during the integration discussion.

1. API Endpoint

request Url
Description

http://{DSP domain}

DSP media API endpoint that can be called by your system

API Request Parameters

Parameter
Scope
Description
Sample

key

optional

Used if DSP needs to define a value per SSP

44800908

sdate

required

Start date for daily query (yyyy-mm-dd)

2019-01-01

edate

required

End date for daily query (yyyy-mm-dd)

2019-01-01

2. API Response

Parameter
Description

date

Date (e.g., 2018-10-02)

pubid

Target site ID or app ID

request

Request count

imps

Impression count

view

View count

q1

start count

q2

firstQuartile count

q3

midpoint count

q4

thirdQuartile count

q5

complete count

click

click count

revenue

Media revenue (VAT excluded)

Please share if there are additional fields

Report API Sample

Sample url
Description

{DSP URL}?key={keyvalue}&sdate=2018-09-30&edate=2018-10-03

When key is included

{DSP URL}?sdate=2018-09-30&edate=2018-10-03

When key is not included

Example

Last updated