...
Size | Description | |
1000 | 1 | Understitial (Desktop)/(Mobile) |
3 | 3 | Social Cards (Mobile) |
2 | 2 | Outstream (Desktop/Mobile) |
...
Native
Size | Description | |
fluid | fluid | Native Ad (Desktop/Mobile) |
If you want to display a native format, make sure to add the native attribute in the ad slot.
Code Block | ||||
---|---|---|---|---|
| ||||
<atf-ad-slot id=”my_site_ad_slot_4” atf-format=”content” atf-formatSize=”1000x250” atf-formatNote=”native”>
</atf-ad-slot> |
Footer
Size | Description | |
4 | 4 | Overlay Ads (Desktop)/(Mobile) |
If you want to display a footer format, make sure to add the special attribute in the ad slot.
Code Block | ||||
---|---|---|---|---|
| ||||
<atf-ad-slot id="my_uniqu_slot_ID" atf-format="footer" atf-formatSize="4x4" atf-formatNote="special">
</atf-ad-slot> |
Custom
Custom ad slot is a special format of ad slots. This type is used to provide a predefined script on publisher’s webpage (e.g. video player script).
...