Development Newsletters
Release: 18-11-2020
List of new features and major fixes for this release:
Viewability in tracking scripts
We added to the campaign tracking scripts possibility to count Viewability and Dwell along with impressions. To activate V&D in tracking script you need just mark checkbox above Impression section in Tracking Scripts tab.
Please notice that Impressions with viewability and Dwells tracking scripts will be available only for creatives with "Counting viewability & dwell" option enabled.
In GetTrackingScripts API command you will see a new viewability and impressionsAndViewability event types.
Changes in prebid template
bidCpmAdjustment section has been added to all selected adapters. This option allows the publisher to adjust the bidding price before the bids targeting are set on the ad server tag. This is especially relevant for publishers who choose to let prebid.js send only the top winning bid to the ad server, because the price adjustment is done before the top winning bid is chosen.
Changes in campaigns properties view
In campaigns properies view Last modification field now includes a user login (or three dashes if user login can't be determined). This information will allow users to check who changed campaign settings, which is helpful when you are working with many aliases under one main account.
In GetCampaignInfo API command you can use a new modificationUserLogin field.
New column in Campaigns List
From now you can add a new column in campaigns list view. Column Introduced by will present user login which created campaign. Column will be visible if it will be enabled in Settings tab in Default columns in campaign list section.
In GetCampaignsList API command you can use new enteredUserLogin field (visible when detailsLevel is set to main or all).