Provides methods for querying CMS metadata keys and values.
A CMS metadata value corresponds to one key value pair ingested from a publisher's CMS and is used to target all the content with which it is associated in the CMS.
- Production WSDL
-
https://ads.google.com/apis/ads/publisher/v202402/CmsMetadataService?wsdl
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
- Operations
- Errors
-
- ApiVersionError
- AuthenticationError
- CollectionSizeError
- CommonError
- FeatureError
- InternalApiError
- MetadataMergeSpecError
- NotNullError
- ParseError
- PermissionError
- PublisherQueryLanguageContextError
- PublisherQueryLanguageSyntaxError
- QuotaError
- RangeError
- RequiredCollectionError
- RequiredError
- ServerError
- StatementError
- StringFormatError
- StringLengthError
- UniqueError
getCmsMetadataKeysByStatement
Returns a page of CmsMetadataKeys matching the specified Statement. The following fields are supported for filtering:
PQL Property | Object Property |
---|---|
id
|
CmsMetadataKey.cmsMetadataKeyId |
cmsKey
|
CmsMetadataKey.keyName |
status
|
CmsMetadataKey.status |
Parameters
Field | Type | Description |
---|---|---|
statement
|
|
Response
Field | Type | Description |
---|---|---|
rval
|
|
getCmsMetadataValuesByStatement
Returns a page of CmsMetadataValues matching the specified Statement. The following fields are supported for filtering:
PQL Property | Object Property |
---|---|
id
|
CmsMetadataValue.cmsMetadataValueId |
cmsValue
|
CmsMetadataValue.valueName |
cmsKey
|
CmsMetadataValue.key |
cmsKeyId
|
CmsMetadataValue.key |
status
|
CmsMetadataValue.status |
Parameters
Field | Type | Description |
---|---|---|
statement
|
|
Response
Field | Type | Description |
---|---|---|
rval
|
|
performCmsMetadataKeyAction
Performs actions on CmsMetadataKey objects that match the given Statement.query.
Parameters
Field | Type | Description |
---|---|---|
keyAction
|
|
|
filterStatement
|
|
Response
Field | Type | Description |
---|---|---|
rval
|
|
performCmsMetadataValueAction
Performs actions on CmsMetadataValue objects that match the given Statement.query.
Parameters
Field | Type | Description |
---|---|---|
valueAction
|
|
|
filterStatement
|
|
Response
Field | Type | Description |
---|---|---|
rval
|
|
Errors
Error | Reasons |
---|---|
ApiVersionError
|
Errors related to the usage of API versions.
Enumerations
|
AuthenticationError
|
An error for an exception that occurred when authenticating.
Enumerations
|
CollectionSizeError
|
Error for the size of the collection being too large
Enumerations
|
CommonError
|
A place for common errors that can be used across services.
Enumerations
|
FeatureError
|
Errors related to feature management. If you attempt using a feature that is not available to
the current network you'll receive a FeatureError with the missing feature as the trigger.
Enumerations
|
InternalApiError
|
Indicates that a server-side error has occured. InternalApiError s
are generally not the result of an invalid request or message sent by the
client.
Enumerations
|
MetadataMergeSpecError
|
Errors associated with metadata merge specs.
Enumerations
|
NotNullError
|
Caused by supplying a null value for an attribute that cannot be null.
Enumerations
|
ParseError
|
Lists errors related to parsing.
Enumerations
|
PermissionError
|
Errors related to incorrect permission.
Enumerations
|
PublisherQueryLanguageContextError
|
An error that occurs while executing a PQL query contained in
a Statement object.
Enumerations
|
PublisherQueryLanguageSyntaxError
|
An error that occurs while parsing a PQL query contained in a
Statement object.
Enumerations
|
QuotaError
|
Describes a client-side error on which a user is attempting
to perform an action to which they have no quota remaining.
Enumerations
|
RangeError
|
A list of all errors associated with the Range constraint.
Enumerations
|
RequiredCollectionError
|
A list of all errors to be used for validating sizes of collections.
Enumerations
|
RequiredError
|
Errors due to missing required field.
Enumerations
|
ServerError
|
Errors related to the server.
Enumerations
|
StatementError
|
An error that occurs while parsing Statement objects.
Enumerations
|
StringFormatError
|
A list of error code for reporting invalid content of input strings.
Enumerations
|
StringLengthError
|
Errors for Strings which do not meet given length constraints.
Enumerations
|
UniqueError
|
An error for a field which must satisfy a uniqueness constraint |