bulk_rename_objects
Rename multiple Meta Ads campaigns, ad sets, or ads in one API call by providing object IDs and new names as a JSON array.
Instructions
Rename multiple Meta Ads objects in one call.
Args: renames_json: JSON array of rename specs: [{object_id: '...', new_name: '...', object_type: 'campaign|adset|ad'}, ...]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| renames_json | Yes |