MutateCustomConversionGoalResult

The result for the custom conversion goal mutate.

JSON representation
{
  "resourceName": string,
  "customConversionGoal": {
    object (CustomConversionGoal)
  }
}
Fields
resourceName

string

Returned for successful operations.

customConversionGoal

object (CustomConversionGoal)

The mutated CustomConversionGoal with only mutable fields after mutate. The field will only be returned when responseContentType is set to "MUTABLE_RESOURCE".