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

This code example gets all alerts for all clients of an MCC account. The effective user (ClientCustomerId or AuthToken) must be an MCC user to get results. This code example won't work with Test Accounts. See https://developers.google.com/adwords/api/docs/test-accounts Tags: AlertService.get
Наследование: ExampleBase
Показать файл Открыть проект Примеры использования класса

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

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

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

Run ( Google.Api.Ads.AdWords.Lib.AdWordsUser user ) : 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 ) : void
user Google.Api.Ads.AdWords.Lib.AdWordsUser The AdWords user.
Результат void