Page Summary
-
The
EndExperimentRPC immediately ends an experiment by updating its scheduled end date to the time of the request. -
This RPC method requires an
EndExperimentRequestand returns an empty response. -
Calling
EndExperimentcan result in various errors, including AuthenticationError, AuthorizationError, and ExperimentError. -
Authorization for using this RPC requires the
https://www.googleapis.com/auth/adwordsOAuth scope.
EndExperiment |
|
|---|---|
|
Immediately ends an experiment, changing the experiment's scheduled end date and without waiting for end of day. End date is updated to be the time of the request. 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.