C# Класс Google.Api.Ads.AdWords.Examples.CSharp.v201306.DownloadCriteriaReportWithAwql

This code example gets and downloads a criteria Ad Hoc report from an AWQL query. See https://developers.google.com/adwords/api/docs/guides/awql for AWQL documentation.
Наследование: ExampleBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Main ( string args ) : void

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

Run ( Google.Api.Ads.AdWords.Lib.AdWordsUser user, string fileName ) : 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, string fileName ) : void
user Google.Api.Ads.AdWords.Lib.AdWordsUser The AdWords user.
fileName string The file to which the report is downloaded. ///
Результат void