[[["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\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. |"]]