EndExperimentRequest

  • This document describes the request message for the EndExperiment method of the ExperimentService.

  • The experiment field is a required string representing the resource name of the campaign experiment to end.

  • The validate_only field is a boolean that, if true, validates the request without execution.

Request message for ExperimentService.EndExperiment.

Fields

experiment

string

Required. The resource name of the campaign experiment to end.

validate_only

bool

If true, the request is validated but not executed. Only errors are returned, not results.