C# Класс Google.Api.Ads.AdWords.Examples.CSharp.v201306.PromoteExperiment

This example promotes an experiment, which permanently applies all the experiment changes made to its related ad groups, criteria and ads. To create an experiment, run AddExperiment.vb. Tags: ExperimentService.mutate
Наследование: ExampleBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Main ( string args ) : void

Main method, to run this code example as a standalone application.

Run ( Google.Api.Ads.AdWords.Lib.AdWordsUser user, long experimentId ) : void

Runs the code example.

Описание методов

Main() публичный статический Метод

Main method, to run this code example as a standalone application.
public static Main ( string args ) : void
args string The command line arguments.
Результат void

Run() публичный Метод

Runs the code example.
public Run ( Google.Api.Ads.AdWords.Lib.AdWordsUser user, long experimentId ) : void
user Google.Api.Ads.AdWords.Lib.AdWordsUser The AdWords user.
experimentId long Id of the experiment to be promoted.
Результат void