PromoteExperiment

  • The PromoteExperiment method promotes a trial campaign's changes to the base campaign.

  • This method returns a long-running operation to track the experiment's promotion.

  • Errors from a failed promotion can be retrieved using the ListExperimentAsyncErrors method.

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

  • This method requires the https://www.googleapis.com/auth/adwords OAuth scope for authorization.

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.