AdParameterOperation

광고 매개변수에 대한 단일 작업 (만들기, 업데이트, 삭제)

JSON 표현
{
  "updateMask": string,

  // Union field operation can be only one of the following:
  "create": {
    object (AdParameter)
  },
  "update": {
    object (AdParameter)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
필드
updateMask

string (FieldMask format)

FieldMask는 업데이트에서 수정되는 리소스 필드를 결정합니다.

필드의 정규화된 이름을 쉼표로 구분한 목록입니다. 예: "user.displayName,photo"

통합 필드 operation. 변경 연산입니다. operation은 다음 중 하나여야 합니다.
create

object (AdParameter)

만들기 작업: 새 광고 매개변수에 필요한 리소스 이름이 없습니다.

update

object (AdParameter)

업데이트 작업: 광고 매개변수에 유효한 리소스 이름이 있어야 합니다.

remove

string

삭제 작업: 삭제할 광고 매개변수의 리소스 이름은 다음 형식이어야 합니다.

customers/{customerId}/adParameters/{adGroupId}~{criterionId}~{parameterIndex}