enum DelegationType (v202408)
The type of delegation of the child network to the parent network in MCM.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Enumeration |
Description |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version.
|
MANAGE_ACCOUNT
|
The parent network gets complete access to the child network's account
|
MANAGE_INVENTORY
|
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.
|
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 2024-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["Defines the `DelegationType` which determines the level of access a parent network has to a child network in an MCM (Multiple Customer Management) relationship."],["Outlines three possible delegation types: `UNKNOWN`, `MANAGE_ACCOUNT`, and `MANAGE_INVENTORY`, each with varying levels of access and control."],["Specifies the namespace for the `DelegationType` enumeration as `https://www.google.com/apis/ads/publisher/v202408`."],["Describes how `MANAGE_ACCOUNT` grants full access while `MANAGE_INVENTORY` only provides access to a subset of ad requests based on website tags."]]],["The `CompanyService` utilizes `ChildPublisher` and `ReInviteAction` dependencies. `DelegationType` defines the relationship between parent and child networks in Multi-Customer Management (MCM). Possible delegation types are `UNKNOWN`, `MANAGE_ACCOUNT` (parent has full access), and `MANAGE_INVENTORY` (parent manages a subset of child's ad requests). The `UNKNOWN` is for API version non-exposure. The namespace is specified as `https://www.google.com/apis/ads/publisher/v202408`.\n"]]