주의: 이 API의 REST 인터페이스에 대한 문서를 보고 있습니다. 대부분의 공식 클라이언트 라이브러리는 gRPC를 사용합니다. 자세한 내용은
REST 소개를 참조하세요.
AdGroupCriterionLabelOperation
광고 그룹 기준 라벨에 대한 단일 작업(만들기, 삭제)입니다.
JSON 표현 |
{
// Union field operation can be only one of the following:
"create": {
object (AdGroupCriterionLabel )
},
"remove": string
// End of list of possible types for union field operation .
} |
필드 |
통합 필드 operation . 변경 작업 operation 은 다음 중 하나여야 합니다. |
create |
object (AdGroupCriterionLabel )
만들기 작업: 새 광고 그룹 라벨에는 리소스 이름이 없습니다.
|
remove |
string
삭제 작업: 삭제할 광고그룹 기준 라벨의 리소스 이름으로, 다음 형식입니다. customers/{customerId}/adGroupCriterionLabels/{adGroupId}~{criterionId}~{label_id}
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-11-05(UTC)
[null,null,["최종 업데이트: 2024-11-05(UTC)"],[[["This documentation describes how to perform single operations (create or remove) on ad group criterion labels using JSON."],["The JSON request must include an `operation` field specifying either \"create\" with an AdGroupCriterionLabel object or \"remove\" with a resource name."],["When creating a new ad group criterion label, no resource name is required; when removing, provide the full resource name in the specified format."]]],[]]