Type: ad-ssp content network advertising
Content Alliance Advertising
Support layout
- reponsive
- fixed-height
Example
embedded ssp ads on the page
<mip-ad type="ad-ssp" data-site-id="xxxxxxxxtodo" data-block-id="xxxx" > </mip-ad>
floating ssp ads on the page
Floating ssp ads need to use mip-fixed elements and fixed-height
<mip-fixed type="top" > <mip-ad type="ad-ssp" data-site-id="xxxxxxxxtodo" data-block-id="xxxx" layout="fixed-height" height="75px" > </mip-ad> </mip-fixed>
Attribute
type
Description: Advertisement type
Required option: Yes
Type: String
Value: ad-ssp
Default value: None
data-site-id
Description: website id, visible in the ssp delivery code
Required option: Yes
Type: string
data-block-id
Description: Advertising id, visible in the ssp delivery code
Required option: Yes
Type: String