PromoteExperiment

  • The PromoteExperiment method promotes a trial campaign by applying its changes to the base campaign.

  • This method returns a long-running operation to track the experiment promotion, with errors retrievable via ListExperimentAsyncErrors if it fails.

  • The operation's metadata contains the resource name of the created experiment.

  • The method requires the https://www.googleapis.com/auth/adwords OAuth scope.

PromoteExperiment

rpc PromoteExperiment(PromoteExperimentRequest) returns (Operation)

Promotes the trial campaign thus applying changes in the trial campaign to the base campaign. This method returns a long running operation that tracks the promotion of the experiment campaign. If it fails, a list of errors can be retrieved using the ListExperimentAsyncErrors method. The operation's metadata will be a string containing the resource name of the created experiment.

List of thrown errors: AuthenticationError AuthorizationError ExperimentError HeaderError InternalError QuotaError RequestError

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/adwords

For more information, see the OAuth 2.0 Overview.