compatibility property

String? compatibility
getter/setter pair

Placement compatibility.

DISPLAY and DISPLAY_INTERSTITIAL refer to rendering on desktop, on mobile devices or in mobile apps for regular or interstitial ads respectively. APP and APP_INTERSTITIAL are no longer allowed for new placement insertions. Instead, use DISPLAY or DISPLAY_INTERSTITIAL. IN_STREAM_VIDEO refers to rendering in in-stream video ads developed with the VAST standard. This field is required on insertion. Possible string values are:

  • "DISPLAY"
  • "DISPLAY_INTERSTITIAL"
  • "APP" : Deprecated enum value. No longer supported.
  • "APP_INTERSTITIAL" : Deprecated enum value. No longer supported.
  • "IN_STREAM_VIDEO"
  • "IN_STREAM_AUDIO"

Implementation

core.String? compatibility;