> 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/platform-features/action-management/create-test-actions-for-partners.md).

# Test Action Tracking as a Partner

Test your impact.com tracking links before you start driving live traffic to brand websites or assets. This ensures you'll be credited accurately for the actions or conversions you drive. By testing early, you can address tracking issues before real conversions start flooding in and without muddying your real revenue data.

## When to run this test

* A brand you're working with asks you to help test their new tracking setup.
* You notice an unexplained drop in conversion rate with a specific brand or suspect you aren't getting credited for sales you drove.
* You want to verify that the reporting information you add to your tracking links passes correctly into your reporting.

## Start the test

{% stepper %}
{% step %}

### Create a tracking link

Start by generating a tracking link for the brand whose setup you want to test.

1. If you plan to initiate a test action yourself, [communicate with the brand](/partner/what-would-you-like-to-learn-about/platform-features/working-with-brands/contacting-a-brand.md) first.
   * This allows them to look out for the incoming test action and avoid reversing it until you've confirmed the test results.
2. [Follow the steps to create a tracking link](/partner/what-would-you-like-to-learn-about/platform-features/tracking/tracking-links/create-and-manage-links/create-tracking-links.md) for the brand.
   {% endstep %}

{% step %}

### Trigger a test action

Next, simulate a customer action like a purchase using your tracking link so the system can attempt to track it.

1. Open a new browser window, then copy and paste the tracking link you created. The link will direct you to the brand’s website landing page.
2. Complete an action or a conversion event (like a purchase) on the brand's website.
3. Record the *Order ID* so you can look out for it in reporting.

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

{% hint style="warning" %}
**Important:** Clear your browser cache and cookies before each test action and be sure any ad-blocking browser extensions are disabled.
{% endhint %}
{% endstep %}

{% step %}

### Confirm that the action tracked

Make sure the system captured the event, logged the action, and credited you for driving it.

1. Be prepared to wait up to 48 hours, because there can be a delay between when the action occurs and when you see it appear on impact.com.
2. Check the [Advanced Action Listing report](/partner/what-would-you-like-to-learn-about/platform-features/reporting-for-partners/advanced-action-listing-report-for-partners.md) for the *Order ID*.
   * If you're testing a click event or your own reporting parameters rather than a conversion like a purchase or signup, the following reports may also be useful:
     * [Individual Click Action Listing report](/partner/what-would-you-like-to-learn-about/platform-features/reporting-for-partners/click-reports/individual-click-action-listing-report-for-partners.md)
     * [Payable Click Data report](/partner/what-would-you-like-to-learn-about/platform-features/reporting-for-partners/click-reports/payable-click-data-report-for-partners.md)
3. Share your findings with the brand.
   * If you don’t see the test action within 48 hours, report the tracking discrepancy to your brand (include any *Order IDs* in your follow-up).
   * If you do see the action, consider sharing a screenshot to confirm the test's success.

<div data-with-frame="true"><figure><img src="/files/P0lmdzhFbJmsPoj3mJCA" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Reverse the test action

After confirming your test conversion tracked correctly, you or the brand must reverse the transaction to prevent invalid payouts.

* **Option 1:** Reverse the action yourself by selecting **Reverse** from the *Actions* column in the *Pending Actions* screen.
  * See [Where Can I See My Pending Actions as a Partner?](/partner/what-would-you-like-to-learn-about/platform-features/action-management/where-can-i-see-my-pending-actions-as-a-partner.md) for more information.
* **Option 2**: If you're hesitant to reverse an action yourself, or if the brand initiated the test, you could request them to reverse the action instead.
  * Monitor the *Pending Actions* screen to make sure the action is reversed. See [Where Can I See My Pending Actions as a Partner?](/partner/what-would-you-like-to-learn-about/platform-features/action-management/where-can-i-see-my-pending-actions-as-a-partner.md) for more information.
    {% endstep %}
    {% endstepper %}


---

# 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/platform-features/action-management/create-test-actions-for-partners.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.
