- Production WSDL
-
https://ads.google.com/apis/ads/publisher/v202008/CreativeReviewService?wsdl
- Namespace
-
https://www.google.com/apis/ads/publisher/v202008
- Operations
- Errors
-
- ApiVersionError
- AuthenticationError
- CollectionSizeError
- CommonError
- FeatureError
- InternalApiError
- NotNullError
- ParseError
- PermissionError
- PublisherQueryLanguageContextError
- PublisherQueryLanguageSyntaxError
- QuotaError
- RequiredCollectionError
- RequiredError
- ServerError
- StatementError
- StringFormatError
- StringLengthError
getCreativeReviewsByStatement
Gets a CreativeReviewPage of CreativeReview objects that satisfy the given Statement.query. This will allow you to review creatives that have displayed (or could have displayed) on your pages or apps in the last 30 days. To ensure that you are always reviewing the most important creatives first, the CreativeReview objects are ranked according to the number of impressions that they've received.
Parameters
Field | Type | Description |
---|---|---|
statement
|
|
a Publisher Query Language statement used to specify the page of CreativeReview to be fetch. Only LIMIT is supported. |
Response
Field | Type | Description |
---|---|---|
rval
|
|
the CreativeReviews that match the given filter |
performCreativeReviewAction
Performs actions on CreativeReview objects that match the given Statement.query. You can use actions to approve (allow) or disapprove (block) creatives, as seen in the corresponding CreativeReview objects. You can also archive creatives to allow you to retrieve new CreativeReview objects while previously retrieved CreativeReview objects are in pending approval.
Parameters
Field | Type | Description |
---|---|---|
creativeReviewAction
|
|
the action to perform |
filterStatement
|
|
a Publisher Query Language statement used to filter a set of creative
reviews. Only "WHERE id = <value>" and "WHERE id IN <list>" are supported. |
Response
Field | Type | Description |
---|---|---|
rval
|
|
the result of the action performed |
Errors
Error | Reasons |
---|---|
ApiVersionError
|
Enumerations
|
AuthenticationError
|
Enumerations
|
CollectionSizeError
|
Enumerations
|
CommonError
|
Enumerations
|
FeatureError
|
Enumerations
|
InternalApiError
|
Enumerations
|
NotNullError
|
Enumerations
|
ParseError
|
Enumerations
|
PermissionError
|
Enumerations
|
PublisherQueryLanguageContextError
|
Enumerations
|
PublisherQueryLanguageSyntaxError
|
Enumerations
|
QuotaError
|
Enumerations
|
RequiredCollectionError
|
Enumerations
|
RequiredError
|
Enumerations
|
ServerError
|
Enumerations
|
StatementError
|
Enumerations
|
StringFormatError
|
Enumerations
|
StringLengthError
|
Enumerations
|