주의: 이 API의 REST 인터페이스에 대한 문서를 보고 있습니다. 대부분의 공식 클라이언트 라이브러리는 gRPC를 사용합니다. 자세한 내용은
REST 소개를 참조하세요.
ConversionActionOperation
전환 액션에 대한 단일 작업 (만들기, 업데이트, 삭제)입니다.
JSON 표현 |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (ConversionAction )
},
"update": {
object (ConversionAction )
},
"remove": string
// End of list of possible types for union field operation .
} |
필드 |
updateMask |
string (FieldMask format)
업데이트에서 수정되는 리소스 필드를 결정하는 FieldMask입니다. 정규화된 필드 이름의 쉼표로 구분된 목록입니다. 예: "user.displayName,photo"
|
통합 필드 operation . 변경 작업 operation 은 다음 중 하나여야 합니다. |
create |
object (ConversionAction )
만들기 작업: 새 전환 액션에는 리소스 이름이 없습니다.
|
update |
object (ConversionAction )
업데이트 작업: 전환 액션에 유효한 리소스 이름이 있어야 합니다.
|
remove |
string
삭제 작업: 삭제된 전환 액션의 리소스 이름이 다음 형식으로 표시됩니다. customers/{customerId}/conversionActions/{conversionActionId}
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 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 a single operation (create, update, or remove) on a Google Ads conversion action using JSON."],["Operations are defined using a JSON object that includes an `updateMask` and an `operation` field specifying the action type and details."],["The `operation` field can be one of `create`, `update`, or `remove`, each with specific requirements for providing resource names and data."],["For `create`, a new conversion action object is provided without a resource name; for `update`, an existing conversion action with a resource name is updated; and for `remove`, only the resource name of the conversion action to be removed is needed."]]],[]]