[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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. |"]]