Uwaga: przeglądasz dokumentację interfejsu REST interfejsu API. Większość oficjalnych bibliotek klienta używa gRPC. Więcej informacji znajdziesz we
wprowadzeniu do REST.
CampaignAssetOperation
pojedyncza operacja (tworzenie, aktualizacja, usuwanie) na komponencie kampanii;
Zapis 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 .
} |
Pola |
updateMask |
string (FieldMask format)
FieldMask określający, które pola zasobu są modyfikowane w ramach aktualizacji. Jest to lista pełnych nazw pól rozdzielona przecinkami. Przykład: "user.displayName,photo" .
|
Pole unii operation . Operacja przekształcania. operation może być tylko jednym z tych elementów: |
create |
object (CampaignAsset )
Operacja tworzenia: nowy komponent kampanii nie wymaga podawania nazwy zasobu.
|
update |
object (CampaignAsset )
Operacja aktualizacji: komponent kampanii powinien mieć prawidłową nazwę zasobu.
|
remove |
string
Operacja usuwania – w przypadku usuniętego komponentu kampanii oczekiwana jest nazwa zasobu w tym formacie: customers/{customerId}/campaignAssets/{campaignId}~{asset_id}~{fieldType}
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-10-18 UTC.
[null,null,["Ostatnia aktualizacja: 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."]]],[]]