videoActiveViewOptOut property

bool? videoActiveViewOptOut
getter/setter pair

Whether Verification and ActiveView are disabled for in-stream video creatives for this placement.

The same setting videoActiveViewOptOut exists on the site level -- the opt out occurs if either of these settings are true. These settings are distinct from DirectorySites.settings.activeViewOptOut or Sites.siteSettings.activeViewOptOut which only apply to display ads. However, Accounts.activeViewOptOut opts out both video traffic, as well as display ads, from Verification and ActiveView.

Implementation

core.bool? videoActiveViewOptOut;