type CmsMetadataValue (v202411)

  • CmsMetadataValue represents a key-value pair linked to publisher content within their CMS.

  • Each CmsMetadataValue has a unique ID, a value, an associated key, and a status (active, inactive, archived, or unknown).

  • The cmsMetadataValueId is read-only and assigned by Google, used for targeting purposes.

  • The valueName field holds the actual value of the key-value pair.

  • status reflects the current state of the CmsMetadataValue and is read-only.

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


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

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.