주의: 이 API의 REST 인터페이스에 대한 문서를 보고 있습니다. 대부분의 공식 클라이언트 라이브러리는 gRPC를 사용합니다. 자세한 내용은
REST 소개를 참조하세요.
CampaignAssetOperation
캠페인 확장 소재에 대한 단일 작업(생성, 업데이트, 삭제)입니다.
JSON 표현 |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (CampaignAsset )
},
"update": {
object (CampaignAsset )
},
"remove": string
// End of list of possible types for union field operation .
} |
필드 |
updateMask |
string (FieldMask format)
업데이트에서 수정되는 리소스 필드를 결정하는 FieldMask입니다. 정규화된 필드 이름의 쉼표로 구분된 목록입니다. 예: "user.displayName,photo"
|
통합 필드 operation . 변경 연산입니다. operation 은 다음 중 하나여야 합니다. |
create |
object (CampaignAsset )
만들기 작업: 새 캠페인 애셋에 필요한 리소스 이름이 없습니다.
|
update |
object (CampaignAsset )
업데이트 작업: 캠페인 애셋에 유효한 리소스 이름이 있어야 합니다.
|
remove |
string
삭제 작업: 삭제된 캠페인 확장 소재의 리소스 이름이 다음 형식으로 되어 있어야 합니다. customers/{customerId}/campaignAssets/{campaignId}~{asset_id}~{fieldType}
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-10-18(UTC)
[null,null,["최종 업데이트: 2024-10-18(UTC)"],[[["This page documents a single operation (create, update, or remove) on a campaign asset, providing the JSON representation and field details."],["The `operation` field determines the type of operation being performed, accepting `create`, `update`, or `remove` as values."],["For `create` operations, a new campaign asset object is provided without a resource name; for `update`, an existing campaign asset object with a valid resource name is required; and for `remove`, the resource name of the campaign asset to be removed is specified."],["`updateMask` is used to specify which fields of the campaign asset should be updated, utilizing FieldMask format."]]],[]]