Ads API .NET library
|
This code example adds a label to multiple campaigns. More...
Public Member Functions | |
void | Run (AdWordsUser user, long campaignId1, long campaignId2, long labelId) |
Runs the code example. More... | |
Static Public Member Functions | |
static void | Main (string[] args) |
Main method, to run this code example as a standalone application. More... | |
Properties | |
override string | Description [get] |
Returns a description about the code example. More... | |
![]() | |
abstract string | Description [get] |
Returns a description about the code example. More... | |
This code example adds a label to multiple campaigns.
|
inlinestatic |
Main method, to run this code example as a standalone application.
args | The command line arguments. |
|
inline |
Runs the code example.
user | The AdWords user. |
campaignId1 | Id of the campaign to which labels are added. |
campaignId2 | Id of the campaign to which labels are added. |
labelId | ID of the label to apply. |
References Google.Api.Ads.Common.Lib.AdsUser.GetService(), and Google.Api.Ads.AdWords.v201809.CampaignLabelReturnValue.value.
|
get |
Returns a description about the code example.