Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202311.CreativeReviewService Class Reference
Inheritance diagram for Google.Api.Ads.AdManager.v202311.CreativeReviewService:
Google.Api.Ads.AdManager.v202311.ICreativeReviewService Google.Api.Ads.AdManager.v202311.CreativeReviewServiceInterface

Public Member Functions

 CreativeReviewService ()
 Creates a new instance of the CreativeReviewService class. More...
 
 CreativeReviewService (string endpointConfigurationName)
 Creates a new instance of the CreativeReviewService class. More...
 
 CreativeReviewService (string endpointConfigurationName, string remoteAddress)
 Creates a new instance of the CreativeReviewService class. More...
 
 CreativeReviewService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the CreativeReviewService class. More...
 
 CreativeReviewService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the CreativeReviewService class. More...
 
virtual
Google.Api.Ads.AdManager.v202311.CreativeReviewPage 
getCreativeReviewsByStatement (Google.Api.Ads.AdManager.v202311.Statement statement)
 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. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202311.CreativeReviewPage
getCreativeReviewsByStatementAsync (Google.Api.Ads.AdManager.v202311.Statement statement)
 
virtual
Google.Api.Ads.AdManager.v202311.UpdateResult 
performCreativeReviewAction (Google.Api.Ads.AdManager.v202311.CreativeReviewAction creativeReviewAction, Google.Api.Ads.AdManager.v202311.Statement filterStatement)
 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. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202311.UpdateResult
performCreativeReviewActionAsync (Google.Api.Ads.AdManager.v202311.CreativeReviewAction creativeReviewAction, Google.Api.Ads.AdManager.v202311.Statement filterStatement)
 

Constructor & Destructor Documentation

Google.Api.Ads.AdManager.v202311.CreativeReviewService.CreativeReviewService ( )
inline

Creates a new instance of the CreativeReviewService class.

Google.Api.Ads.AdManager.v202311.CreativeReviewService.CreativeReviewService ( string  endpointConfigurationName)
inline

Creates a new instance of the CreativeReviewService class.

Google.Api.Ads.AdManager.v202311.CreativeReviewService.CreativeReviewService ( string  endpointConfigurationName,
string  remoteAddress 
)
inline

Creates a new instance of the CreativeReviewService class.

Google.Api.Ads.AdManager.v202311.CreativeReviewService.CreativeReviewService ( string  endpointConfigurationName,
System.ServiceModel.EndpointAddress  remoteAddress 
)
inline

Creates a new instance of the CreativeReviewService class.

Google.Api.Ads.AdManager.v202311.CreativeReviewService.CreativeReviewService ( System.ServiceModel.Channels.Binding  binding,
System.ServiceModel.EndpointAddress  remoteAddress 
)
inline

Creates a new instance of the CreativeReviewService class.

Member Function Documentation

virtual Google.Api.Ads.AdManager.v202311.CreativeReviewPage Google.Api.Ads.AdManager.v202311.CreativeReviewService.getCreativeReviewsByStatement ( Google.Api.Ads.AdManager.v202311.Statement  statement)
inlinevirtual

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.

This feature is not yet openly available. Publishers will need to apply for access for this feature through their account managers.

Implements Google.Api.Ads.AdManager.v202311.CreativeReviewServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202311.CreativeReviewPage> Google.Api.Ads.AdManager.v202311.CreativeReviewService.getCreativeReviewsByStatementAsync ( Google.Api.Ads.AdManager.v202311.Statement  statement)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202311.UpdateResult Google.Api.Ads.AdManager.v202311.CreativeReviewService.performCreativeReviewAction ( Google.Api.Ads.AdManager.v202311.CreativeReviewAction  creativeReviewAction,
Google.Api.Ads.AdManager.v202311.Statement  filterStatement 
)
inlinevirtual

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.

Implements Google.Api.Ads.AdManager.v202311.CreativeReviewServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202311.UpdateResult> Google.Api.Ads.AdManager.v202311.CreativeReviewService.performCreativeReviewActionAsync ( Google.Api.Ads.AdManager.v202311.CreativeReviewAction  creativeReviewAction,
Google.Api.Ads.AdManager.v202311.Statement  filterStatement 
)
inlinevirtual

The documentation for this class was generated from the following file: