Responsiveness, Digitrust redirects, companyName, locator iframe
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
}
}