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

This code example creates an experiment using a query percentage of 10, which defines what fraction of auctions should go to the control split (90%) vs. the experiment split (10%), then adds experimental bid changes for criteria and ad groups. To get campaigns, run GetCampaigns.cs. To get ad groups, run GetAdGroups.cs. To get criteria, run GetKeywords.cs. Tags: ExperimentService.mutate
Inheritance: ExampleBase
Afficher le fichier Open project: Zocdoc/googleads-adwords-dotnet-lib Class Usage Examples

Méthodes publiques

Méthode 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, long adGroupId, long criterionId ) : void

Runs the code example.

Method Details

Main() public static méthode

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

Run() public méthode

Runs the code example.
public Run ( Google.Api.Ads.AdWords.Lib.AdWordsUser user, long campaignId, long adGroupId, long criterionId ) : void
user Google.Api.Ads.AdWords.Lib.AdWordsUser The AdWords user.
campaignId long Id of the campaign to which experiments are /// added.
adGroupId long Id of the ad group to which experiments are /// added.
criterionId long Id of the criterion for which experiments /// are added.
Résultat void