Ads API .NET library
|
This code example retrieves all the disapproved ads in a given campaign. More...
Public Member Functions | |
void | Run (AdWordsUser user, long campaignId) |
Runs the code example. More... | |
Static Public Member Functions | |
static void | Main (string[] args) |
Main method, to run this code example as a standalone application. More... | |
Properties | |
override string | Description [get] |
Returns a description about the code example. More... | |
![]() | |
abstract string | Description [get] |
Returns a description about the code example. More... | |
This code example retrieves all the disapproved ads in a given campaign.
|
inlinestatic |
Main method, to run this code example as a standalone application.
args | The command line arguments. |
|
inline |
Runs the code example.
user | The AdWords user. |
campaignId | Id of the campaign for which disapproved ads are retrieved. |
References Google.Api.Ads.AdWords.v201809.Paging.Default, Google.Api.Ads.AdWords.v201809.AdGroupAdPage.entries, Google.Api.Ads.AdWords.v201809.Predicate.Equals(), Google.Api.Ads.AdWords.v201809.PolicyTopicEvidence.evidenceTextList, Google.Api.Ads.Common.Lib.AdsUser.GetService(), Google.Api.Ads.AdWords.v201809.Selector.paging, Google.Api.Ads.AdWords.v201809.PolicyTopicEntry.policyTopicEvidences, Google.Api.Ads.AdWords.v201809.Paging.startIndex, and Google.Api.Ads.AdWords.v201809.Page.totalNumEntries.
|
get |
Returns a description about the code example.