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

This code example illustrates how to retrieve all the ad groups for a campaign. To create an ad group, run AddAdGroup.cs. Tags: AdGroupService.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, 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 ad groups are /// retrieved.
Результат void