AContentBundleis a grouping of individualContent. AContentBundleis defined as including theContentthat 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 theContentBundle. Format:networks/{networkCode}/contentBundles/{contentBundleId}
displayName
string
Required. The name of theContentBundle. This attribute is required and has a maximum length of 255 characters.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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. |"]]