# Copy of WooCommerce Integration

{% hint style="info" %}
**This is a self-serve integration guide**

This self-serve guide allows you to integrate with WooCommerce in the simplest manner. You can view details for the more detailed [WooCommerce integration guide here](https://integrations.impact.com/impact-brand/docs/integrate-with-woocommerce).
{% endhint %}

Follow the steps below to integrate impact.com with your WooCommerce store.

#### Install impact.com in WooCommerce

1. In your [WooCommerce dashboard](https://woocommerce.com/my-account/), expand the left navigation menu and select **Plugins → Add New**.

<figure><img src="/files/HKQ0zpmvF2S8RApm7c8R" alt="" width="375"><figcaption></figcaption></figure>

2. Use the search box in the upper right corner to search for ***Impact Partnership Cloud***. Verify you've found the correct plugin (see the screenshot below) and select **Install Now**.

<figure><img src="/files/Uk8mzmkZI8FPiStZMzbo" alt="" width="563"><figcaption></figcaption></figure>

3. After the plugin installs, select **Activate**.

<figure><img src="/files/pX2W4EYxBukZ0w5PN6JE" alt="" width="563"><figcaption></figcaption></figure>

4. Select **Impact settings**.

<figure><img src="/files/Lp0U4nt4j9MGY0OMXKpb" alt="" width="264"><figcaption></figcaption></figure>

5. Provide WooCommerce API access to the platform. Select **here** in the second sentence to do so.

<figure><img src="/files/AdkUPeqeGo0VPaExv4QG" alt="" width="563"><figcaption></figcaption></figure>

6. Navigate to the bottom of the landing page to *Already have an impact.com account?* and select **Set up your integration**.

<figure><img src="/files/PsogFwNt0eeQ1X5xnASK" alt="" width="563"><figcaption></figcaption></figure>

7. Review the access request from impact.com, then select **Approve**.

<figure><img src="/files/AoxLifyGIqVfZiNt9cO4" alt="" width="563"><figcaption></figcaption></figure>

8. Add your impact.com account information in the relevant fields:

<figure><img src="/files/mokTtqqSn67YuZCE8lAK" alt="" width="563"><figcaption></figcaption></figure>

> Your impact.com account values appear in the table below — use these exactly in WooCommerce:

| Account Data             | Description                                                                                                                                                                                                                                        |
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Impact Account SID`     | In the impact.com platform, from the top navigation bar, select ![](/files/qPLiENtq33ewHc3tmEP4) **\[User profile] → Settings →** [**API**](https://app.impact.com/secure/advertiser/api/fr/api-access-tokens-ui.ihtml) and copy your Account SID. |
| `Auth Token`             | In the impact.com platform, from the top navigation bar, select ![](/files/qPLiENtq33ewHc3tmEP4) **\[User profile] → Settings →** [**API**](https://app.impact.com/secure/advertiser/api/fr/api-access-tokens-ui.ihtml) and copy your Auth Token.  |
| `Program ID`             | <code class="expression">visitor.isSet ? visitor.claims.programId : "Log in to your impact.com account to view the value."</code>                                                                                                                  |
| `Event Type ID`          | <code class="expression">visitor.isSet ? visitor.claims.singleSaleEventId : "Log in to your impact.com account to view the value."</code>                                                                                                          |
| `Universal Tracking Tag` | <code class="expression">visitor.isSet ? visitor.claims.utt : "Log in to your impact.com account to view the value."</code>                                                                                                                        |

9. Select **Save Changes**. Your impact.com account is now integrated with your WooCommerce account.
10. Return to your Onboarding checklist in impact.com and check off **Connect your WooCommerce Account**. Proceed with the rest of the checklist steps.

### End-to-End Testing

Once the impact.com app is fully installed, you can begin end-to-end testing to ensure everything is working properly. Learn how to proceed with [End-to-End Testing](/integration-guides/end-to-end-tests.md).

<br>


---

# Agent Instructions: 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:

```
GET https://integrations.impact.com/integration-guides/for-brands/checklist-plugin-integrations/expressions/copy-of-woocommerce-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
