Unarchive Audience
unarchive_audienceUnarchive (restore) a previously archived custom audience on the Metadata platform. Use this tool when the user wants to unarchive, restore, or reactivate a custom audience.
You can identify the audience either by its numeric custom_audience_id or by its name.
If only the audience name is provided, the tool will search existing audiences to resolve the correct ID before unarchiving.
PARAMETERS:
• custom_audience_id (optional): The numeric ID of the custom audience to unarchive.
• audience_name (optional): The name of the custom audience to unarchive. Used to look up the ID if custom_audience_id is not provided.
At least one of custom_audience_id or audience_name must be provided.
RESPONSE:
• actionStatus: "SUCCEEDED" if the audience was unarchived successfully.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audience_name | No | The name of the custom audience to unarchive. If provided without custom_audience_id, the tool will search for the audience by name to resolve the ID. | |
| custom_audience_id | No | The numeric ID of the custom audience to unarchive. |