Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 1.66 KB

adincube.md

File metadata and controls

68 lines (49 loc) · 1.66 KB

AdinCube

Visit dashboard.adincube.com to create a publisher account and get access to our AMP ads.

Examples

In content

Uses fixed size by the given width and height.

<amp-ad
  width="300"
  height="250"
  type="adincube"
  data-ad-type="in_content"
  data-site-key="TEST_WEBSITE_KEY"
>
</amp-ad>

Sticky banner

Uses fixed size by the given width and height.

<amp-sticky-ad layout="nodisplay">
  <amp-ad
    width="320"
    height="50"
    type="adincube"
    data-ad-type="sticky_banner"
    data-site-key="TEST_WEBSITE_KEY"
  >
  </amp-ad>
</amp-sticky-ad>

Refer to the amp-sticky-ad documentation to see how to implement this ad.

Configuration

For details on the configuration semantics, please contact the ad network or refer to their documentation.

Required parameters

  • data-ad-type - type of the ad
  • data-site-key - unique key attached to a website

Optional parameters

  • data-params - additional config parameters