Tutorials

Content Display setup

Content Display is a subset of our Native Ad solution, offering the same integrated experience for teasers but linking to external pages instead of a landing page on the publisher website.

Content Display ads should open the linked page in a new window. Depending on marketing laws and recommendations you may also want to mark the ad as EXTERNAL LINK. This can also be important from a brand credibility perspective.

Setup
adk.config()
    .addTemplate('com.advisible.content-display', adk.template.config()
        .url('teaser.html'))
    .addContainer('native-teaser', adk.container.config()
        .provider('adk.placement'))
    .apply()
    .init(publisherId)
Result