account | DynamicAccount | Yes | - | Select the DV360 advertiser that owns the creative. |
creative_id | string or SelectItem | Yes | - | ID of the DV360 creative to update. Do not repeat it inside update_payload. |
update_payload | object or string | Yes | - | Creative fields to update as a JSON object using the official DV360 v4 camelCase field names, sent as-is. Only the fields named in the update mask are changed. Common editable fields: entityStatus (ENTITY_STATUS_ACTIVE, ENTITY_STATUS_PAUSED, or ENTITY_STATUS_ARCHIVED to retire a creative), displayName, exitEvents, notes, and thirdPartyUrls. Example: {“entityStatus”: “ENTITY_STATUS_PAUSED”} |
update_mask | string | No | - | Optional comma-separated DV360 update mask. When omitted, it is derived from the top-level keys of update_payload. Provide it explicitly for nested masks. |
dry_run | boolean | No | False | When true, do not call DV360. Return the resolved update mask and payload for review. |