- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- AdReviewCenterAdStatus
- Interval
- AdReviewCenterAd
- ExchangeSyndicationProduct
- Try it!
API to search for AdReviewCenterAds.
HTTP request
GET https://admanager.googleapis.com/v1/{parent}/adReviewCenterAds:search
Path parameters
Parameters | |
---|---|
parent |
Required. The parent, which owns this collection of AdReviewCenterAds. Format: networks/{networkCode}/webProperties/{webPropertyCode} Since a network can only have a single web property of each
|
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of AdReviewCenterAds to return. The service may return fewer than this value. If unspecified, at most 50 AdReviewCenterAds will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000. |
pageToken |
Optional. The page token to fetch the next page of AdReviewCenterAds. This is the value returned from a previous Search request, or empty. |
status |
Required. Only return ads with the given status. |
adReviewCenterAdId[] |
Optional. If provided, only return ads with the given AdReviewCenterAd IDs. |
dateTimeRange |
Optional. If provided, only return ads that served within the given date range (inclusive). The date range must be within the last 30 days. If not provided, the date range will be the last 30 days. |
searchText[] |
Optional. If provided, restrict the search to AdReviewCenterAds associated with the text (including any text on the ad or in the destination URL). If more than one value is provided, the search will combine them in a logical AND. For example, ['car', 'blue'] will match ads that contain both "car" and "blue", but not an ad that only contains "car". |
buyerAccountId[] |
Optional. If provided, restrict the search to creatives belonging to one of the given Adx buyer account IDs. Only applicable to RTB creatives. Adx buyer account IDs can be found via the ProgrammaticBuyerService. |
Request body
The request body must be empty.
Response body
Response object for adReviewCenterAds.search
method.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"adReviewCenterAds": [
{
object ( |
Fields | |
---|---|
adReviewCenterAds[] |
The AdReviewCenterAds that match the search request. |
nextPageToken |
A token, which can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/admanager
For more information, see the OAuth 2.0 Overview.
AdReviewCenterAdStatus
Specifies the status of an AdReviewCenterAd.
Enums | |
---|---|
AD_REVIEW_CENTER_AD_STATUS_UNSPECIFIED |
Not specified value |
ALLOWED |
This ad has been explicitly allowed to serve. |
BLOCKED |
This ad has been explicitly blocked from serving. |
UNREVIEWED |
This ad is allowed to serve by default and has not been reviewed. |
Interval
Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive).
The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time.
JSON representation |
---|
{ "startTime": string, "endTime": string } |
Fields | |
---|---|
startTime |
Optional. Inclusive start of the interval. If specified, a Timestamp matching this interval will have to be the same or after the start. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
endTime |
Optional. Exclusive end of the interval. If specified, a Timestamp matching this interval will have to be before the end. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
AdReviewCenterAd
Represents an ad that can be acted on or viewed in the Ad Review Center. AdReviewCenterAd
.
JSON representation |
---|
{ "name": string, "adReviewCenterAdId": string, "productType": enum ( |
Fields | |
---|---|
name |
Identifier. The resource name of the AdReviewCenterAd. Format: |
adReviewCenterAdId |
Output only. |
productType |
Output only. Specifies the ExchangeSyndicationProduct for this AdReviewCenterAd. |
status |
The status of the AdReviewCenterAd. |
previewUrl |
Output only. The preview URL that can be embedded or accessed directly which will present the rendered contents of the ad. (This URL expires 72 hours after being retrieved.). |
ExchangeSyndicationProduct
Ad Exchange syndication product.
Enums | |
---|---|
EXCHANGE_SYNDICATION_PRODUCT_UNSPECIFIED |
No value specified |
DISPLAY |
Property serves in-browser. |
MOBILE_APP |
Property serves on mobile applications (includes JS and SDK). |
VIDEO_AND_AUDIO |
Property serves video (includes audio). |
GAMES |
Property serves for games. |