enum AdServingFormat (v202411)

  • LiveStreamEventService uses the LiveStreamEvent object and determines how ads are served during a live stream.

  • AdServingFormat has three possible values: AD_MANAGER_DAI, DIRECT, and UNKNOWN representing Google Ad Manager DAI, Google Ad Manager Ad Serving, and an unknown serving method respectively.

  • The service is part of the Google Ad Manager API and can be found under the namespace https://www.google.com/apis/ads/publisher/v202411.

Indicates how the ads of the live stream should be served.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
AD_MANAGER_DAI The ads are served through Google Ad Manager DAI.
DIRECT The ads are served through Google Ad Manager Ad Serving.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.