Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.53 KB

mantis.md

File metadata and controls

58 lines (43 loc) · 1.53 KB

MANTIS® Ad Network

Please visit our website for more information about us. If you have an issues implementing these tags, please contact us.

Examples

Display Ads

Supported parameters:

  • data-property
  • data-zone
<amp-ad
    width=300
    height=250
    type = "mantis-display"
    data-property = "demo"
    data-zone="medium-rectangle">
</amp-ad>

Content Recommendation

Supported parameters:

  • data-property
  • data-css (Overrides the default CSS embedded by the script)

Depending on your page design, you may need to play with the "heights=" parameter to ensure the styling works for your layout.

<amp-embed
    width=100
    height=283
    type="mantis-recommend"
    layout=responsive
    heights="(min-width:1907px) 56%, (min-width:1100px) 64%, (min-width:780px) 75%, (min-width:480px) 105%, 200%"
    data-property="demo">
</amp-embed>