> 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/creator-campaign-faqs.md).

# Creator Campaign FAQs

Creator campaigns let you collaborate with partnered brands on focused goals by completing brand-prompted tasks. Tasks typically involve crafting social media posts dedicated to promoting the brand, where you get to bring in the creative direction and maintain your authenticity with your audience. This article answers your common questions on managing campaign tasks.

<details>

<summary>Can I re-upload a draft that's still pending approval?</summary>

No. After submitting your draft, it moves to the brand's side for approval. The submission button will be greyed out until the brand returns a decision. This is true regardless of whether draft submission was required or not by the brand. However, if the brand rejects your draft, you'll be able to re-submit a new upload.

</details>

<details>

<summary>What if my draft is too large to upload?</summary>

If your file exceeds the upload limit (total size of 350 MB), consider submitting a Google Drive or Dropbox link instead of uploading the file directly. Ensure the shared link is set to allow viewing before submitting. Learn how to [upload drafts, tasks, and deliverables](/partner/what-would-you-like-to-learn-about/campaigns/creator-campaigns/campaign-management/rename-and-submit-creator-campaign-tasks.md).

{% hint style="success" %}
**Note**: You'll only be able to add URLs from domains approved by the brand.
{% endhint %}

</details>

<details>

<summary>How do I attach a Google Drive link to a draft?</summary>

When [submitting a draft manually](/partner/what-would-you-like-to-learn-about/campaigns/creator-campaigns/campaign-management/rename-and-submit-creator-campaign-tasks.md), you can attach a Google Drive link in the *URL* field. The link can be entered in place of, or alongside, a file upload. Ensure the Drive link is set to allow viewing before submitting so the brand can access the content.

Drive links can't be submitted as *deliverables*, since a deliverable must link to your post on the social platform.

</details>

<details>

<summary>Why can't I submit my draft via URL?</summary>

Your brand can restrict what type of URLs you upload in your draft submission. If the URL you're trying to enter is not accepted, there may be a restriction in place. Submit your draft in another form or link a supported URL domain instead.

</details>

<details>

<summary>How do I submit a TikTok deliverable?</summary>

TikTok deliverables can't be submitted manually. You need to connect your TikTok post to the campaign by using a special invite link, then retrieve it on the impact.com platform. See [Submit a TikTok Deliverable](/partner/what-would-you-like-to-learn-about/campaigns/creator-campaigns/social-property-campaign-linking/submit-a-tiktok-deliverable.md) for guidance.

</details>

<details>

<summary>Can my brand reverse an approved task?</summary>

No. Once a deliverable has been approved, neither you nor the brand can modify it after approval. If a deliverable was approved in error, [contact support](/other/reference-documentation/get-help-and-support.md#tickets) for assistance. When submitting the ticket, select the **Creator Campaign** issue category and provide as much detail as possible, including the campaign name, creator name, and task in question.

</details>

<details>

<summary>Can I create a tracking link for a task?</summary>

Yes — if the brand has enabled click and conversion tracking or performance-based payouts for the campaign. Using the program tracking link will still credit for a conversion, but using the task link distinguishes your campaign performance from your program performance.

You can do this in 2 ways:

* From the [dashboard widget](/partner/what-would-you-like-to-learn-about/campaigns/performance-campaigns/generate-tracking-links-for-performance-campaign-tasks.md#generate-tracking-links-from-the-dashboard-widget)
* From the [campaign task slide-out](/partner/what-would-you-like-to-learn-about/campaigns/performance-campaigns/generate-tracking-links-for-performance-campaign-tasks.md#generate-tracking-links-from-task-details)

</details>

<details>

<summary>When do creators get paid for campaign tasks?</summary>

Your campaign commissions go through the same contracting, locking, and clearing steps as other partner payouts. [Learn more](/partner/what-would-you-like-to-learn-about/campaigns/creator-campaigns/campaign-management/campaigns-for-creators-explained.md#understand-creator-campaign-payouts).

</details>

<details>

<summary>Where do I access creator campaign reports?</summary>

Refer to [Content & Campaign Performance Report for Creators](/partner/what-would-you-like-to-learn-about/platform-features/reporting-for-partners/performance-reports-for-creators/content-and-campaign-performance-report-for-creators.md) to review your campaign performance.

</details>

If you have a question that's not listed above, check the rest of [our documentation](/partner/what-would-you-like-to-learn-about/campaigns/creator-campaigns.md) or contact [support](https://app.impact.com/support/portal.ihtml?createTicket=true).


---

# 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/creator-campaign-faqs.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.
