REST Resource: networks.contentBundles
Stay organized with collections
Save and categorize content based on your preferences.
Resource: ContentBundle
A ContentBundle
is a grouping of individual Content
. A ContentBundle
is defined as including the Content
that match certain filter rules along with the option to explicitly include or exclude certain Content IDs.
JSON representation |
{
"name": string,
"displayName": string
} |
Fields |
name |
string
Identifier. The resource name of the ContentBundle . Format: networks/{networkCode}/contentBundles/{contentBundleId}
|
displayName |
string
Required. The name of the ContentBundle . This attribute is required and has a maximum length of 255 characters.
|
Methods |
|
API to retrieve a ContentBundle object. |
|
API to retrieve a list of ContentBundle objects. |
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-20 UTC.
[null,null,["Last updated 2025-08-20 UTC."],[],[],null,["# REST Resource: networks.contentBundles\n\n- [Resource: ContentBundle](#ContentBundle)\n - [JSON representation](#ContentBundle.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: ContentBundle\n-----------------------\n\nA [ContentBundle](/ad-manager/api/beta/reference/rest/v1/networks.contentBundles#ContentBundle) is a grouping of individual [Content](/ad-manager/api/beta/reference/rest/v1/networks.content#Content). A [ContentBundle](/ad-manager/api/beta/reference/rest/v1/networks.contentBundles#ContentBundle) is defined as including the [Content](/ad-manager/api/beta/reference/rest/v1/networks.content#Content) that match certain filter rules along with the option to explicitly include or exclude certain Content IDs.\n\n| JSON representation |\n|---------------------------------------------------|\n| ``` { \"name\": string, \"displayName\": string } ``` |\n\n| Fields ||\n|---------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The resource name of the [ContentBundle](/ad-manager/api/beta/reference/rest/v1/networks.contentBundles#ContentBundle). Format: `networks/{networkCode}/contentBundles/{contentBundleId}` |\n| `displayName` | `string` Required. The name of the [ContentBundle](/ad-manager/api/beta/reference/rest/v1/networks.contentBundles#ContentBundle). This attribute is required and has a maximum length of 255 characters. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------|----------------------------------------------------|\n| ### [get](/ad-manager/api/beta/reference/rest/v1/networks.contentBundles/get) | API to retrieve a `ContentBundle` object. |\n| ### [list](/ad-manager/api/beta/reference/rest/v1/networks.contentBundles/list) | API to retrieve a list of `ContentBundle` objects. |"]]