C# 클래스 Google.Api.Ads.AdWords.Examples.CSharp.v201306.GetAllDisapprovedAdsWithAwql

This code example retrieves all the disapproved ads in a given campaign using AWQL. See https://developers.google.com/adwords/api/docs/guides/awql for AWQL documentation. Tags: AdGroupAdService.get
상속: ExampleBase
파일 보기 프로젝트 열기: Zocdoc/googleads-adwords-dotnet-lib 1 사용 예제들

공개 메소드들

메소드 설명
Main ( string args ) : void

Main method, to run this code example as a standalone application.

Run ( Google.Api.Ads.AdWords.Lib.AdWordsUser user, long campaignId ) : void

Runs the code example.

메소드 상세

Main() 공개 정적인 메소드

Main method, to run this code example as a standalone application.
public static Main ( string args ) : void
args string The command line arguments.
리턴 void

Run() 공개 메소드

Runs the code example.
public Run ( Google.Api.Ads.AdWords.Lib.AdWordsUser user, long campaignId ) : void
user Google.Api.Ads.AdWords.Lib.AdWordsUser The AdWords user.
campaignId long Id of the campaign for which disapproved ads /// are retrieved.
리턴 void