This code example sets a bid modifier for the mobile platform on given campaign. The campaign must be an enhanced type of campaign. To get campaigns, run GetCampaigns.cs. To enhance a campaign, run SetCampaignEnhanced.cs.
More...
|
static void | Main (string[] args) |
| Main method, to run this code example as a standalone application. More...
|
|
This code example sets a bid modifier for the mobile platform on given campaign. The campaign must be an enhanced type of campaign. To get campaigns, run GetCampaigns.cs. To enhance a campaign, run SetCampaignEnhanced.cs.
static void Google.Api.Ads.AdWords.Examples.CSharp.v201809.SetBidModifier.Main |
( |
string[] |
args | ) |
|
|
inlinestatic |
Main method, to run this code example as a standalone application.
- Parameters
-
args | The command line arguments. |
void Google.Api.Ads.AdWords.Examples.CSharp.v201809.SetBidModifier.Run |
( |
AdWordsUser |
user, |
|
|
long |
campaignId, |
|
|
double |
bidModifier |
|
) |
| |
|
inline |
override string Google.Api.Ads.AdWords.Examples.CSharp.v201809.SetBidModifier.Description |
|
get |
Returns a description about the code example.
The documentation for this class was generated from the following file: