interstitialTargeting property

String? interstitialTargeting
getter/setter pair

The interstitial targeting specified for this configuration.

The unset value will allow bid requests to be sent regardless of whether they are for interstitials or not. Possible string values are:

  • "INTERSTITIAL_TARGETING_UNSPECIFIED" : Unspecified interstitial targeting. Represents an interstitial-agnostic selection.
  • "ONLY_INTERSTITIAL_REQUESTS" : Only bid requests for interstitial inventory should be sent.
  • "ONLY_NON_INTERSTITIAL_REQUESTS" : Only bid requests for non-interstitial inventory should be sent.

Implementation

core.String? interstitialTargeting;