enum OriginForwardingType (v202508)

  • OriginForwardingType is an enumeration that indicates the type of origin forwarding used to support Akamai authentication policies for LiveStreamEvent.

  • The available types are ORIGIN_PATH, CONVENTIONAL, NONE, and UNKNOWN.

  • ORIGIN_PATH is used for Akamai dynamic packaging, while CONVENTIONAL uses conventional origin forwarding.

  • NONE indicates that origin forwarding is not being used, and UNKNOWN is returned for values not exposed by the API version.

Indicates the type of origin forwarding used to support Akamai authentication policies for LiveStreamEvent


Namespace
https://www.google.com/apis/ads/publisher/v202508
Enumeration Description
ORIGIN_PATH Indicates that origin forwarding is set up by passing an originpath query string parameter (necessary for Akamai dynamic packaging to work)
CONVENTIONAL Indicates that conventional origin forwarding is used.
NONE Indicates that origin forwarding is not being used.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.