AI-generated Key Takeaways
-
A ContentBundle is a grouping of individual Content items defined by filter rules and explicit inclusions or exclusions.
-
Each ContentBundle has a unique ID, a required name with a maximum length of 255 characters, a read-only status (defaults to INACTIVE), and a read-only last modified date/time.
-
ContentBundle status can be ACTIVE, INACTIVE, ARCHIVED, or UNKNOWN.
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/v202411
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
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
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.

