Google Ads Ad Manager V1 Client - Class CdnSecurityPolicyOriginForwarding (0.8.0)

Reference documentation and code samples for the Google Ads Ad Manager V1 Client class CdnSecurityPolicyOriginForwarding.

Indicates the type of origin forwarding used to support Akamai authentication policies for LiveStreamEvent.

Protobuf type google.ads.admanager.v1.CdnSecurityPolicyOriginForwardingEnum.CdnSecurityPolicyOriginForwarding

Namespace

Google \ Ads \ AdManager \ V1 \ CdnSecurityPolicyOriginForwardingEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CDN_SECURITY_POLICY_ORIGIN_FORWARDING_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum CDN_SECURITY_POLICY_ORIGIN_FORWARDING_UNSPECIFIED = 0;

CONVENTIONAL

Value: 1

Indicates that conventional origin forwarding is used.

Generated from protobuf enum CONVENTIONAL = 1;

NONE

Value: 2

Indicates that origin forwarding is not being used.

Generated from protobuf enum NONE = 2;

ORIGIN_PATH

Value: 3

Indicates that origin forwarding is set up by passing an origin path query string parameter (necessary for Akamai dynamic packaging to work).

Generated from protobuf enum ORIGIN_PATH = 3;