KeywordPlanCampaignOperation

키워드 계획 캠페인에 대한 단일 작업 (만들기, 업데이트, 삭제)입니다.

JSON 표현
{
  "updateMask": string,

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

string (FieldMask format)

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

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

통합 필드 operation는 mut 작업. operation은 다음 중 하나여야 합니다.
create

object (KeywordPlanCampaign)

작업 생성: 새 키워드 계획 캠페인에는 리소스 이름이 필요하지 않습니다.

update

object (KeywordPlanCampaign)

업데이트 작업: 키워드 계획 캠페인에 유효한 리소스 이름이 있어야 합니다.

remove

string

삭제 작업: 삭제된 키워드 계획 캠페인의 리소스 이름은 다음과 같은 형식이어야 합니다.

customers/{customerId}/keywordPlanCampaigns/{keywordPlan_campaign_id}