> For the complete documentation index, see [llms.txt](https://integrations.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://integrations.impact.com/integration-guides/for-brands/checklist-plugin-integrations/nopcommerce-integration.md).

# nopCommerce Integration

{% hint style="warning" %}
**Integrating with nopCommerce is in QA**

The impact.com integration with nopCommerce is currently in QA. Should your experience not match the guide below, please reach out to your CSM (or [contact support](https://app.impact.com/support/portal.ihtml?createTicket=true)).
{% endhint %}

nopCommerce is an open-source eCommerce platform based on Microsoft's ASP.NET Core framework and MS SQL Server Database. It provides a catalog frontend and an administration tool backend, allowing shopping cart creation.

#### Integration Limitations

* This integration was built by nopCommerce, so questions that arise from support or bugs raised will need to go to nopCommerce. You can reach out to impact.com directly and we will share your query with nopCommerce, but we cannot promise any delivery times for queries.

### Setup Instructions

{% stepper %}
{% step %}

### Step 1. Login to your nopCommerce account

1. Access the impact.com app by replacing *yourdomain* with your company-specific domain in this URL: <https://yourdomain.nopcommerce.com/Admin/Impact/Configure>.
2. Please reach out to your CSM (or [contact support](https://app.impact.com/support/portal.ihtml?createTicket=true)) if you need help with logging in.
   {% endstep %}

{% step %}

### Step 2. Add your impact.com credentials

<div data-with-frame="true"><figure><img src="https://files.readme.io/6997735-nopCommerce.jpg" alt="" width="563"><figcaption></figcaption></figure></div>

{% hint style="info" %}
**You must be logged in to impact.com**

The variables below require you to be logged in to impact.com in order for them to populate. Select the **Log In** button at the top-right of the screen if the variables in the tables below have not populated.
{% endhint %}

1. Fill in the relevant account data on the *Configure - Impact* screen: Account SID, Authorization Token, Program ID, Action Tracker ID, and Universal Tracking Script. Refer to the *account data* table below to easily retrieve this information.

**Your impact.com account values appear in the table below. Use these exactly as shown:**

| Account Data             | Description                                                                                                                                                                                                                                                                                                                     |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Impact Account SID`     | In the impact.com platform, from the top navigation bar, select ![](/files/NAwewjCC7OYTjHnAmreE) **\[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/NAwewjCC7OYTjHnAmreE) **\[User profile] → Settings →** [**API**](https://app.impact.com/secure/advertiser/api/fr/api-access-tokens-ui.ihtml) and copy your Auth Token.                                                                               |
| `Program ID`             | Enter your **Program ID** value. To find this value, select your brand name in the top-left corner of the impact.com app. Your **Program ID** is the numerical value under the program name. ![](/files/21KqDdTZMTpdwMjoDwie)                                                                                                   |
| `Event Type ID`          | In the impact.com platform, from the top navigation bar, select ![](/files/NAwewjCC7OYTjHnAmreE) **\[User profile] → Settings →** [**Event Types**](https://app.impact.com/secure/advertiser/tracking-settings/actiontracker/view-actiontracker-flow.ihtml). Copy the number in parenthesis next to the name of the event type. |
| `Universal Tracking Tag` | From the top navigation bar, select ![](/files/NAwewjCC7OYTjHnAmreE) **\[User profile] → Settings →** [**General**](https://app.impact.com/secure/advertiser/fr/general-tracking-settings.ihtml). Paste your entire unique UTT code into this field.                                                                            |

2. Select **Save**. You'll receive confirmation that impact.com has been installed.
   {% endstep %}
   {% endstepper %}

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
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://integrations.impact.com/integration-guides/for-brands/checklist-plugin-integrations/nopcommerce-integration.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.
