enum OriginForwardingType (v202408)
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/v202408
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\u003eThe \u003ccode\u003eOriginForwardingType\u003c/code\u003e enumeration defines how origin forwarding is used for Akamai authentication with LiveStreamEvents in Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eIt includes options for forwarding via origin path, conventional methods, no forwarding, or an unknown type.\u003c/p\u003e\n"],["\u003cp\u003eThis setting is part of the CdnConfigurationService within the Ad Manager API and is linked to SecurityPolicySettings.\u003c/p\u003e\n"]]],["The `CdnConfigurationService` uses `OriginForwardingType` to define how origin forwarding supports Akamai authentication for `LiveStreamEvent`. This type can be set to `ORIGIN_PATH` (using an origin path query string), `CONVENTIONAL` (standard forwarding), or `NONE` (no forwarding). `UNKNOWN` indicates an unsupported API version. This service relies on `SecurityPolicySettings` and details the setup needed for Akamai dynamic packaging.\n"],null,["# enum OriginForwardingType (v202408)\n\n**Service** \n**CdnConfigurationService** **Dependencies** \n[SecurityPolicySettings](/ad-manager/api/reference/v202408/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/v202408/LiveStreamEventService.LiveStreamEvent)\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\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. |"]]