> 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/partner/what-would-you-like-to-learn-about/campaigns/creator-campaigns/campaign-management/manage-campaign-tasks-as-a-creator.md).

# Manage Campaign Tasks as a Creator

## Find your campaign tasks

You can find task instructions and submit drafts and deliverables according to specified due dates.

1. From the top navigation menu, select **Discover** → **Find Campaigns**.
2. Select the [**Participating**](https://app.impact.com/secure/mediapartner/marketplace/influencer-marketplace-flow.ihtml?execution=e1s1#status=PARTICIPATING) tab.
3. Hover over a campaign you are working on, then select **Manage Tasks**.
   * Alternatively, select a campaign, and from the slide-out, alternate between **Tasks** and **Details**.
4. On the *My Campaign Tasks* screen, you can filter tasks or view task details.

   * Refer to the *Filter your tasks* section below.

   <div data-with-frame="true"><figure><img src="/files/S4Z6eTh6sDkqwCxCU7fx" alt=""><figcaption></figcaption></figure></div>

## Filter your tasks

You can filter and view specific task details for the tasks assigned to you.

You can filter tasks by status:

* `All tasks`: All the tasks assigned to you.
* `Awaiting review`: Tasks, including drafts and deliverables, that require a review.
* `Awaiting submission`: Tasks already reviewed, that require to be submitted.
* `Not started`: Tasks that you haven't started.
* `Incomplete`: Tasks that you have yet to complete.
* `Completed`: All the tasks that have been reviewed and marked as approved.

<details>

<summary>Task filters</summary>

| Filter     | Description                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Search bar | Search by the brand or campaign name.                                                                                                                                                                                                                                                                                                                                                                                                         |
| Task Type  | Filter your tasks by social network.                                                                                                                                                                                                                                                                                                                                                                                                          |
| Brand      | Filter by the specific brand with whom you're partnered.                                                                                                                                                                                                                                                                                                                                                                                      |
| Campaign   | Filter by specific campaigns you're working on.                                                                                                                                                                                                                                                                                                                                                                                               |
| Status     | <p>Filter by the task's review and approval status:</p><p>• <code>Rejected Deliverable</code>: The final deliverable rejected by the brand.</p><p>• <code>Pending Deliverable</code>: Final deliverable awaiting approval by the brand.</p><p>• <code>Rejected Draft</code>: Draft reviewed and rejected by the brand.</p><p>• <code>Approved Draft</code>: Draft reviewed and approved by the brand and ready to move to final approval.</p> |
| Cadence    | Filter ongoing tasks by when they must be submitted.                                                                                                                                                                                                                                                                                                                                                                                          |

</details>

<details>

<summary>Table reference</summary>

| Column name      | Description                                                                                                                                                             |
| ---------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Task Type        | View the task type. E.g., Instagram Reel, YouTube Video, etc.                                                                                                           |
| Cadence          | View when the ongoing task must be submitted.                                                                                                                           |
| Brand            | View the brand's logo and name.                                                                                                                                         |
| Task Description | View the custom name assigned to your task.                                                                                                                             |
| Campaign         | View the campaign's name.                                                                                                                                               |
| Draft            | View the draft status.                                                                                                                                                  |
| Deliverable      | View the deliverable status.                                                                                                                                            |
| Metrics          | View the metrics status. In the case that you've not connected your social platform, this is the due date by which you need to send proof of task metrics to the brand. |
| Status           | View the overall task status.                                                                                                                                           |

</details>

## Rename your campaign tasks

You may handle multiple campaign tasks associated with one platform, e.g., "Publish on Instagram". These tasks can quickly multiply, and by renaming them, you'll be able to easily distinguish between them.

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

1. From the top navigation menu, select **Discover** → **Find Campaigns**.
2. Select the [**Participating**](https://app.impact.com/secure/mediapartner/marketplace/influencer-marketplace-flow.ihtml?execution=e1s1#status=PARTICIPATING) tab.
3. Hover over a campaign, then select **Manage Tasks**.
4. On the *My Campaign Tasks* screen, hover over a task and select **View Task Details**.
   * Refer to [task filters and statuses](#filter-your-tasks) to easily look for tasks.
5. In the task slide-out, next to *Task Description*, select **Add custom name to this task**.
6. Enter the task name, then select **Save**.

<div data-with-frame="true"><figure><img src="/files/iOLN3Svyd5a5ZoP9A84Y" alt="" width="375"><figcaption></figcaption></figure></div>


---

# 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/partner/what-would-you-like-to-learn-about/campaigns/creator-campaigns/campaign-management/manage-campaign-tasks-as-a-creator.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.
