companionDeliveryType property

String? companionDeliveryType
getter/setter pair

Specifies roadblocking in a main companion lineitem.

Output only. Possible string values are:

  • "COMPANION_DELIVERY_TYPE_UNSPECIFIED" : A placeholder for an unspecified companion delivery type.
  • "DELIVERY_OPTIONAL" : Companions are not required to serve a creative set. The creative set can serve an inventory that has zero or more matching companions.
  • "DELIVERY_AT_LEAST_ONE" : At least one companion must be served in order for the creative set to be used.
  • "DELIVERY_ALL" : All companions in the set must be served in order for the creative set to be used. This can still serve to inventory that has more companions than can be filled.

Implementation

core.String? companionDeliveryType;