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

This code example adds various types of targeting criteria to a campaign. To get a list of campaigns, run GetCampaigns.cs. Tags: CampaignCriterionService.mutate
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 campaignId ) : void

Runs the code example.

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 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 to which targeting criteria /// are added.
return void