Google Ads Ad Manager V1 Client - Class DelegationType (0.7.0)

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

The delegation type of the MCM child publisher.

Protobuf type google.ads.admanager.v1.DelegationTypeEnum.DelegationType

Namespace

Google \ Ads \ AdManager \ V1 \ DelegationTypeEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DELEGATION_TYPE_UNSPECIFIED

Value: 0

No value specified

Generated from protobuf enum DELEGATION_TYPE_UNSPECIFIED = 0;

MANAGE_ACCOUNT

Value: 1

Indicates the parent network gets complete access to the child network's account.

Generated from protobuf enum MANAGE_ACCOUNT = 1;

MANAGE_INVENTORY

Value: 2

Indicates a subset of the ad requests from the child are delegated to the parent, determined by the tag on the child network's web pages. The parent network does not have access to the child network, as a subset of the inventory could be owned and operated by the child network.

Generated from protobuf enum MANAGE_INVENTORY = 2;