Skip to content

Responsiveness, Digitrust redirects, companyName, locator iframe

Choose a tag to compare

@SupahNickie SupahNickie released this 19 Sep 15:07
· 453 commits to release since this release
ee3ec74

This version incorporates Adform's responsiveness work, which should help the CMP scale properly on mobile devices. It also sets the Digitrust redirect to be true so that, if given positive consent, Digitrust can upsert user information in their system and write a first party cookie in the browser. companyName has also been added as a configuration option for simpler publisher configuration, and finally the CMP adds in functionality for creating a locator iframe in accordance with the IAB specification.

New Config Options

  • companyName (default null)
  • digitrust (value is an object)
    = redirects: true|false (default true)

Example:

{
  companyName: "Mike's Publishing House",
  digitrust: {
    redirects: true
  }
}