AI-generated Key Takeaways
-
This page describes the CdnConfigurationService, which provides methods for managing CdnConfiguration objects.
-
Key operations include creating, retrieving by statement, performing actions, and updating CdnConfiguration objects.
-
Various errors can occur, such as those related to API version, authentication, CDN configuration specific issues, collection size, common errors, features, internal API issues, invalid URLs, null values, parsing, permissions, PQL context and syntax, quotas, required collections and fields, server issues, statement errors, and string format and length issues.
-
The
createCdnConfigurationsoperation creates new CdnConfiguration objects. -
The
getCdnConfigurationsByStatementoperation retrieves CdnConfiguration objects based on a PQL statement, currently limited to LIVE_STREAM_SOURCE_CONTENT types. -
The
performCdnConfigurationActionoperation allows performing actions on CdnConfiguration objects filtered by a statement. -
The
updateCdnConfigurationsoperation updates existing CdnConfiguration objects.
Provides methods for creating, updating and retrieving CdnConfiguration objects.
- Production WSDL
-
https://ads.google.com/apis/ads/publisher/v202502/CdnConfigurationService?wsdl - Namespace
-
https://www.google.com/apis/ads/publisher/v202502 - Operations
- Errors
-
- ApiVersionError
- AuthenticationError
- CdnConfigurationError
- CollectionSizeError
- CommonError
- FeatureError
- InternalApiError
- InvalidUrlError
- NotNullError
- ParseError
- PermissionError
- PublisherQueryLanguageContextError
- PublisherQueryLanguageSyntaxError
- QuotaError
- RequiredCollectionError
- RequiredError
- ServerError
- StatementError
- StringFormatError
- StringLengthError
createCdnConfigurations
Creates new CdnConfiguration objects.
Parameters
| Field | Type | Description |
|---|---|---|
cdnConfigurations
|
|
Response
| Field | Type | Description |
|---|---|---|
rval
|
|
getCdnConfigurationsByStatement
Gets a CdnConfigurationPage of CdnConfiguration objects that satisfy the given Statement.query. Currently only CDN Configurations of type CdnConfigurationType.LIVE_STREAM_SOURCE_CONTENT will be returned. The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id
|
CdnConfiguration.id |
name
|
CdnConfiguration.name |
Parameters
| Field | Type | Description |
|---|---|---|
statement
|
|
Response
| Field | Type | Description |
|---|---|---|
rval
|
|
performCdnConfigurationAction
Performs actions on CdnConfiguration objects that match the given Statement.query.
Parameters
| Field | Type | Description |
|---|---|---|
cdnConfigurationAction
|
|
|
filterStatement
|
|
Response
| Field | Type | Description |
|---|---|---|
rval
|
|
updateCdnConfigurations
Updates the specified CdnConfiguration objects.
Parameters
| Field | Type | Description |
|---|---|---|
cdnConfigurations
|
|
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
|
CdnConfigurationError
|
Errors associated with CdnConfigurations.
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. InternalApiErrors
are generally not the result of an invalid request or message sent by the
client.
Enumerations
|
InvalidUrlError
|
Lists all errors associated with URLs.
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
|
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
|