AI-generated Key Takeaways
-
CompanionDeliveryOption is used for line items with an environmentType of VIDEO_PLAYER to specify how companions are delivered.
-
The available delivery options for companions include OPTIONAL, AT_LEAST_ONE, ALL, and UNKNOWN.
-
OPTIONAL allows creative sets to serve with zero or more matching companions.
-
AT_LEAST_ONE requires at least one companion to be served for the creative set to be used.
-
ALL requires all companions in the set to be served, though it can still serve to inventory with more fillable companions.
The delivery option for companions. Used for line items whose environmentType is EnvironmentType.VIDEO_PLAYER.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
| Enumeration | Description |
|---|---|
OPTIONAL
|
Companions are not required to serve a creative set. The creative set can serve to inventory that has zero or more matching companions. |
AT_LEAST_ONE
|
At least one companion must be served in order for the creative set to be used. |
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. |
UNKNOWN
|
The delivery type is unknown. |