AI-generated Key Takeaways
-
OriginForwardingType
determines how origin forwarding is used for Akamai authentication policies in live stream events. -
It offers three main options:
ORIGIN_PATH
for dynamic packaging,CONVENTIONAL
for standard forwarding, andNONE
to disable forwarding. -
UNKNOWN
is returned if the API version doesn't expose the actual value.
Indicates the type of origin forwarding used to support Akamai authentication policies for LiveStreamEvent
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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. |