주의: 이 API의 REST 인터페이스에 대한 문서를 보고 있습니다. 대부분의 공식 클라이언트 라이브러리는 gRPC를 사용합니다. 자세한 내용은
REST 소개를 참조하세요.
BiddingDataExclusionOperation
데이터 제외의 단일 작업 (생성, 삭제, 업데이트)입니다.
JSON 표현 |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (BiddingDataExclusion )
},
"update": {
object (BiddingDataExclusion )
},
"remove": string
// End of list of possible types for union field operation .
} |
필드 |
updateMask |
string (FieldMask format)
업데이트에서 수정되는 리소스 필드를 결정하는 FieldMask입니다. 정규화된 필드 이름의 쉼표로 구분된 목록입니다. 예: "user.displayName,photo"
|
통합 필드 operation . 변경 작업 operation 은 다음 중 하나여야 합니다. |
create |
object (BiddingDataExclusion )
만들기 작업: 새 데이터 제외에는 리소스 이름이 없습니다.
|
update |
object (BiddingDataExclusion )
업데이트 작업: 데이터 제외에는 유효한 리소스 이름이 있어야 합니다.
|
remove |
string
삭제 작업: 삭제된 데이터 제외의 리소스 이름이 다음 형식으로 표시됩니다. customers/{customerId}/biddingDataExclusions/{dataExclusionId}
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-03-06(UTC)
[null,null,["최종 업데이트: 2025-03-06(UTC)"],[[["This documentation describes the JSON representation for performing operations (create, update, remove) on a data exclusion within Google Ads."],["The `operation` field determines the action type with options for creation, updating, or removal."],["A `FieldMask` is used within the `updateMask` to specify the fields to modify during updates."],["Resource names are required for update and remove operations, while create operations do not need them."]]],[]]