E-Planning SSP can be implemented through Prebid.js and compete as any source within it.
...
How to Get the ci Parameter
To obtain the ci value for your account, access the platform with your ID and then follow these steps:
- Click on Implementation
- Click on the Implementation for display chart
- Select Pre-bid
- Copy the displayed value
...
To do so, configure the adUnits you want to auction as video by adding mediaType video and the context (instream/outstream). Currently mixed banner and video auctions are not supported, therefore if an adUnit supports video then banner adUnits will be skipped. Video takes precedence over Banner, so if an adUnit is configured in both modes it will only be auctioned for videofor both contexts only video will be auctioned. If you want to auction both banner and video adUnits in the same page, create a separate auction for each mediaType.
In all contexts our adapter will return a VAST document, so it is up to the publisher to implement a video player for rendering.
...
The corresponding inventory is automatically generated in our platform. Once implementation has completed and E-Planning starts receiving traffic, you will find your sites and spaces within the platform. The platform automatically creates a space for each size received. Given this, if your site is example.com, you will get a taxonomy of this type:
example.com
- 300x250
- 728x90
- 160x600
This configuration can be modified to use the real names of each space within the platform. However, we strongly advise against its use unless it is necessary as the granularity of the created inventory may make its configuration something ambitious. Nonetheless, if you insist in its activation, you can do it through the optional ml parameter that must be added in the Prebid.js configuration.
Additional Docs
You can find additional information on Prebid.js and E-Planning in Prebid.js. We recommend the following external links for further reference:
...