enum DelegationType (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
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 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eDefines the \u003ccode\u003eDelegationType\u003c/code\u003e which determines the level of access a parent network has to a child network in an MCM (Multiple Customer Management) relationship.\u003c/p\u003e\n"],["\u003cp\u003eOutlines three possible delegation types: \u003ccode\u003eUNKNOWN\u003c/code\u003e, \u003ccode\u003eMANAGE_ACCOUNT\u003c/code\u003e, and \u003ccode\u003eMANAGE_INVENTORY\u003c/code\u003e, each with varying levels of access and control.\u003c/p\u003e\n"],["\u003cp\u003eSpecifies the namespace for the \u003ccode\u003eDelegationType\u003c/code\u003e enumeration as \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eDescribes how \u003ccode\u003eMANAGE_ACCOUNT\u003c/code\u003e grants full access while \u003ccode\u003eMANAGE_INVENTORY\u003c/code\u003e only provides access to a subset of ad requests based on website tags.\u003c/p\u003e\n"]]],["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"],null,["# enum DelegationType (v202408)\n\n**Service** \n**CompanyService** **Dependencies** \n[ChildPublisher](/ad-manager/api/reference/v202408/CompanyService.ChildPublisher) [ReInviteAction](/ad-manager/api/reference/v202408/CompanyService.ReInviteAction) \n▼\n**DelegationType**\n\nThe type of delegation of the child network to the parent network in MCM.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |\n| `MANAGE_ACCOUNT` | The parent network gets complete access to the child network's account |\n| `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. |"]]