enum OriginForwardingType (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Service
CdnConfigurationService
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eOriginForwardingType\u003c/code\u003e determines how origin forwarding is used for Akamai authentication policies in live stream events.\u003c/p\u003e\n"],["\u003cp\u003eIt offers three main options: \u003ccode\u003eORIGIN_PATH\u003c/code\u003e for dynamic packaging, \u003ccode\u003eCONVENTIONAL\u003c/code\u003e for standard forwarding, and \u003ccode\u003eNONE\u003c/code\u003e to disable forwarding.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUNKNOWN\u003c/code\u003e is returned if the API version doesn't expose the actual value.\u003c/p\u003e\n"]]],["The `CdnConfigurationService` utilizes `OriginForwardingType` to manage Akamai authentication policies for `LiveStreamEvent`. This service's dependency, `SecurityPolicySettings`, defines how origin forwarding is implemented. There are four options: `ORIGIN_PATH` (using an originpath query string), `CONVENTIONAL` (standard forwarding), `NONE` (no forwarding), and `UNKNOWN` (value not exposed by the API). The `OriginForwardingType` is part of the namespace `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# enum OriginForwardingType (v202411)\n\n**Service** \n**CdnConfigurationService** **Dependencies** \n[SecurityPolicySettings](/ad-manager/api/reference/v202411/CdnConfigurationService.SecurityPolicySettings) \n▼\n**OriginForwardingType**\n\nIndicates the type of origin forwarding used to support Akamai authentication policies for\n[LiveStreamEvent](/ad-manager/api/reference/v202411/LiveStreamEventService.LiveStreamEvent)\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|----------------|---------------------------------------------------------------------------------------------------------------------------------------------|\n| `ORIGIN_PATH` | Indicates that origin forwarding is set up by passing an originpath query string parameter (necessary for Akamai dynamic packaging to work) |\n| `CONVENTIONAL` | Indicates that conventional origin forwarding is used. |\n| `NONE` | Indicates that origin forwarding is not being used. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]