Show / Hide Table of Contents

Class SearchAdReviewCenterAdsRequest

Request object for SearchAdReviewCenterAds method.

Inheritance
object
SearchAdReviewCenterAdsRequest
Implements
IMessage<SearchAdReviewCenterAdsRequest>
IEquatable<SearchAdReviewCenterAdsRequest>
IDeepCloneable<SearchAdReviewCenterAdsRequest>
IBufferMessage
IMessage
IPageRequest
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class SearchAdReviewCenterAdsRequest : IMessage<SearchAdReviewCenterAdsRequest>, IEquatable<SearchAdReviewCenterAdsRequest>, IDeepCloneable<SearchAdReviewCenterAdsRequest>, IBufferMessage, IMessage, IPageRequest

Constructors

SearchAdReviewCenterAdsRequest()

Declaration
public SearchAdReviewCenterAdsRequest()

SearchAdReviewCenterAdsRequest(SearchAdReviewCenterAdsRequest)

Declaration
public SearchAdReviewCenterAdsRequest(SearchAdReviewCenterAdsRequest other)
Parameters
Type Name Description
SearchAdReviewCenterAdsRequest other

Properties

AdReviewCenterAdId

Optional. If provided, only return ads with the given AdReviewCenterAd IDs.

Declaration
public RepeatedField<string> AdReviewCenterAdId { get; }
Property Value
Type Description
RepeatedField<string>

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.

Declaration
public RepeatedField<long> BuyerAccountId { get; }
Property Value
Type Description
RepeatedField<long>

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.

Declaration
public Interval DateTimeRange { get; set; }
Property Value
Type Description
Interval

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.

Declaration
public int PageSize { get; set; }
Property Value
Type Description
int
Implements
IPageRequest.PageSize

PageToken

Optional. The page token to fetch the next page of AdReviewCenterAds. This is the value returned from a previous Search request, or empty.

Declaration
public string PageToken { get; set; }
Property Value
Type Description
string
Implements
IPageRequest.PageToken

Parent

Required. The parent, which owns this collection of AdReviewCenterAds. Format: networks/{network_code}/webProperties/{web_property_code}

Since a network can only have a single web property of each ExchangeSyndicationProduct, you can use the ExchangeSyndicationProduct as an alias for the web property code:

networks/{network_code}/webProperties/display

networks/{network_code}/webProperties/videoAndAudio

networks/{network_code}/webProperties/mobileApp

networks/{network_code}/webProperties/games

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentAsWebPropertyName

WebPropertyName-typed view over the Parent resource name property.

Declaration
public WebPropertyName ParentAsWebPropertyName { get; set; }
Property Value
Type Description
WebPropertyName

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".

Declaration
public RepeatedField<string> SearchText { get; }
Property Value
Type Description
RepeatedField<string>

Status

Required. Only return ads with the given status.

Declaration
public AdReviewCenterAdStatusEnum.Types.AdReviewCenterAdStatus Status { get; set; }
Property Value
Type Description
AdReviewCenterAdStatusEnum.Types.AdReviewCenterAdStatus
In this article
Back to top Generated by DocFX