C# Class Google.Api.Ads.AdWords.Examples.CSharp.v201306.GetAdGroupBidSimulations

This code example gets bid landscapes for an ad group. To get ad groups, run GetAdGroups.cs. Tags: DataService.getAdGroupBidLandscape
Inheritance: ExampleBase
Exibir arquivo Open project: Zocdoc/googleads-adwords-dotnet-lib Class Usage Examples

Public Methods

Method Description
Main ( string args ) : void

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

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

Runs the specified user.

Method Details

Main() public static method

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

Run() public method

Runs the specified user.
public Run ( Google.Api.Ads.AdWords.Lib.AdWordsUser user, long adGroupId ) : void
user Google.Api.Ads.AdWords.Lib.AdWordsUser The user.
adGroupId long Id of the ad group for which bid simulations are /// retrieved.
return void