type CmsMetadataValue (v202505)

  • CmsMetadataValue is a key-value pair associated with content from a publisher's CMS.

  • Each CmsMetadataValue has an ID (cmsMetadataValueId), a value name (valueName), an associated key (key), and a status (status).

  • The cmsMetadataValueId and status fields are read-only and provided by Google.

  • The status field indicates the current state of the CMS metadata value and can be ACTIVE, INACTIVE, ARCHIVED, or UNKNOWN.

Key value pair associated with a piece of content from a publisher's CMS.


Namespace
https://www.google.com/apis/ads/publisher/v202505

Field

cmsMetadataValueId

xsd:long

The ID of this CMS metadata value, to be used in targeting. This field is read-only and provided by Google.

valueName

xsd:string

The value of this key-value pair.

key

CmsMetadataKey

status

CmsMetadataValueStatus

The status of this CMS metadata value. This attribute is read-only.


Enumerations
ACTIVE
INACTIVE
ARCHIVED
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.