> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/what-would-you-like-to-learn-about/performance-program/beta-performance-campaigns/manage-a-performance-campaign/rename-and-review-performance-campaign-tasks.md).

# Rename & Review Performance Campaign Tasks

{% hint style="warning" %}
**Note:** This functionality is in beta. Contact your CSM or our [support team](https://app.impact.com/support/portal.ihtml?createTicket=true&) if you'd like to test this feature.
{% endhint %}

You can filter through and rename all the tasks assigned to specific partners, and review drafts and deliverables submitted by partners.

#### Find and rename campaign tasks

You might create a campaign with a few tasks, e.g., "Publish onsite/in-app content", and work with multiple partners. These tasks can quickly multiply, and by renaming them, you'll be able to easily distinguish between tasks.

{% hint style="success" %}
**Note:** Once a deliverable is *approved*, the task's description can no longer be modified by you or the partner.
{% endhint %}

1. From the left navigation bar, select ![](/files/CDnwOBeIdds9r3Z6zTnO) **\[Engage] →** **Campaign Manager →** [**Performance**](https://app.impact.com/secure/advertiser/engage/campaigns/performance-campaign-manager-flow.ihtml).
2. On the *Campaign Manager* screen, select the **Active** tab to view all your currently active campaigns.
   * Each campaign provides a summary of the most important insights, like who applied, who you invited, total tasks, and more.
3. Hover over the campaign you want to manage and select **Manage Campaign**.
4. On your selected campaign's screen, select **Tasks**.
   * Refer to the *filter tasks* section to easily filter through all your tasks.

<details>

<summary>Filter by task status</summary>

| Status                   | Description                                                                                               |
| ------------------------ | --------------------------------------------------------------------------------------------------------- |
| **All Placements**       | All the placements included in this campaign.                                                             |
| **Awaiting your review** | Tasks submitted by the partner that require your review. Tasks include drafts and deliverables.           |
| **Awaiting submission**  | Tasks reviewed by you and required to be submitted by the partner. Tasks include drafts and deliverables. |
| **Not Started**          | Tasks that partners have not yet started.                                                                 |
| **Completed**            | Tasks that you have reviewed and marked as completed.                                                     |

</details>

<details>

<summary>Filter by task information</summary>

| Filter name    | Description                                                                                                                                                                                                                                                                                                                                                                                                                    |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Search bar     | Search by the partner's name, partner account ID, task name, or task ID.                                                                                                                                                                                                                                                                                                                                                       |
| Partner        | Filter by a specific partner part of this campaign.                                                                                                                                                                                                                                                                                                                                                                            |
| Placement Type | <p>Filter by a specific task type:</p><p>• Instagram Story or Reel</p><p>• TikTok</p><p>• Facebook Page</p><p>• Twitch</p><p>• Snapchat</p><p>• Pinterest</p><p>• Twitter/X</p><p>• YouTube</p><p>• Create offline content</p><p>• Custom task</p><p>• Onsite / In App Content</p><p>• Onsite / In App Placements and Ads</p><p>• Newsletter</p>                                                                               |
| Status         | <p>Filter by the task's review and approval status:</p><p>• <strong>Rejected Deliverable</strong>: Final deliverables you rejected.</p><p>• <strong>Pending Deliverable</strong>: Final deliverables awaiting your approval.</p><p>• <strong>Rejected Draft</strong>: Drafts you reviewed and rejected.</p><p>• <strong>Approved Draft</strong>: Drafts you reviewed and approved and are ready to move to final approval.</p> |

</details>

5. Hover over the task you want to rename, then select **View Task Details**.
6. In the task slideout, next to *Task Description*, select **Add custom name to this task**.
7. Enter the task name, then select **Save**.

#### Review task drafts and deliverables

{% hint style="success" %}
**Note:** A ![](/files/yR1Zh0haR4sQTRhMNgBs) **\[Checkmark]** next to **Draft**, or **Deliverable** means it is complete.
{% endhint %}

1. Hover over a task and select **View Task Details**.
2. From the task slide-out, view, review, and approve task drafts and deliverables that have been uploaded by partners.
   * You'll receive an in-app notification and an email when a creator saves a draft or submits a deliverable for a campaign.

{% tabs %}
{% tab title="Review a draft" %}

1. Select **Draft**.
   * Here, you can view all the previous drafts.
2. Select the draft to view it in a new tab.
3. Select **Approve** or **Reject** after reviewing the draft.
   * When you reject a draft, you have to provide a reason.
4. Select ![](/files/563FxImgZgGFGxcnnTHL) **\[Attachment]** to add additional files or links or ![](/files/4FQe367rMj0WVYunCeBy) **\[Message]** to send an in-app message to the creator.
   {% endtab %}

{% tab title="Review a deliverable" %}

1. Select **Deliverable**.

2. Select the deliverable to view it in a new tab.

3. Optionally, add a comment with any additional details the partner can view.

4. Select **Approve** or **Reject** after reviewing the deliverable.
   {% endtab %}
   {% endtabs %}

5. Below *Activity*, view the activity log of the selected task.
   * The activity log provides a task history of when tasks were renamed, and when drafts and deliverables were submitted or rejected.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.impact.com/brand/what-would-you-like-to-learn-about/performance-program/beta-performance-campaigns/manage-a-performance-campaign/rename-and-review-performance-campaign-tasks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
