type ContentBundle (v202402)
Service
ContentBundleService
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.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
Field
|
id
|
xsd:long
ID that uniquely identifies the ContentBundle . This attribute is read-only and is
assigned by Google when a content bundle is created.
|
name
|
xsd:string
The name of the ContentBundle . This attribute is required and has a maximum length of
255 characters.
|
status
|
ContentBundleStatus
The ContentBundleStatus of the ContentBundle . This attribute is read-only and
defaults to ContentBundleStatus.INACTIVE.
Enumerations
-
ACTIVE
- The object is active and stats are collected.
-
INACTIVE
- The object is no longer active and no stats collected.
-
ARCHIVED
- The object has been archived.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
lastModifiedDateTime
|
DateTime
The date and time at which this content bundle was last modified. New content that matches this
bundle will not update this field.
This attribute is read-only.
|
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-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["A `ContentBundle` in Google Ad Manager allows publishers to group individual pieces of content based on filter rules and specific content IDs for targeting purposes."],["`ContentBundles` have a unique ID, a user-defined name (up to 255 characters), and a status (active, inactive, archived) that dictates their operational state and data collection."],["The `ContentBundle` is managed via the `ContentBundleService`, which offers methods to create, update, and retrieve bundles."],["Key properties of a `ContentBundle` include its ID, name, status, and last modified date and time, which are accessible for management and reporting."]]],["The `ContentBundleService` manages `ContentBundle`, groupings of individual `Content`. Key actions include `createContentBundles()` and `updateContentBundles()`. A `ContentBundle` includes `Content` based on filter rules and can explicitly include/exclude `Content` IDs. Each `ContentBundle` has a unique `id`, a required `name` (max 255 characters), a `status` (active, inactive, archived, or unknown), and `lastModifiedDateTime`. The `status` defaults to `INACTIVE` upon creation and new `Content` will not update the `lastModifiedDateTime`.\n"]]