# Copy of BigCommerce Integration

{% hint style="info" %}
**This is a self-serve integration guide.** For a more comprehensive setup, see the [BigCommerce integration guide](https://integrations.impact.com/impact-brand/docs/integrate-with-bigcommerce).
{% endhint %}

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

#### Install impact.com in BigCommerce

Before beginning, [**log in to BigCommerce**](https://login.bigcommerce.com/login) for the best experience.

1. Navigate to the [**Partner Manager by impact.com app**](https://www.bigcommerce.com/apps/impact-partnership-cloud) in the BigCommerce App Store and select **GET THIS APP**.

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

2. If prompted, select **Log in**.

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

3. In your BigCommerce account, select **Install**.

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

4. Review the required permissions, terms of service, and privacy policy, then select **Confirm**.

<div data-with-frame="true"><figure><img src="/files/60mE9L8ml0ah2zkyCc8W" alt="" width="563"><figcaption></figcaption></figure></div>

5. Select **Click here** under *Existing Customer* to continue.

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

6. Add your impact.com account information in the relevant fields. Your impact.com account values appear in the table below — copy and paste these values exactly in BigCommerce:

| 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>                                                                                                                        |

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

7. Select **Save**. You'll receive confirmation that impact.com has been installed.

### 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).


---

# 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-bigcommerce-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.
