Immediately ends a campaign 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 CampaignExperimentError HeaderError InternalError QuotaError RequestError
HTTP request
POST https://googleads.googleapis.com/v11/{campaignExperiment=customers/*/campaignExperiments/*}:end
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
campaignExperiment |
Required. The resource name of the campaign experiment to end. |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "validateOnly": boolean } |
Fields | |
---|---|
validateOnly |
If true, the request is validated but not executed. Only errors are returned, not results. |
Response body
If successful, the response body is empty.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adwords
For more information, see the OAuth 2.0 Overview.