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 code example.
|
Method | Description | |
---|---|---|
DisplayTree ( |
Displays the product partition tree.
|
public static Main ( string args ) : void | ||
args | string | The command line arguments. |
return | void |
public Run ( Google.Api.Ads.AdWords.Lib.AdWordsUser user, long adGroupId ) : void | ||
user | Google.Api.Ads.AdWords.Lib.AdWordsUser | The AdWords user. |
adGroupId | long | The ad group to which product partition is /// added. |
return | void |