# Integrate with nopCommerce

{% hint style="success" %}
**Note:** The impact.com integration with nopCommerce is currently in QA. Should your experience not match the guide below, 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

#### Step 1. Log in 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. Reach out to your CSM (or [contact support](https://app.impact.com/support/portal.ihtml?createTicket=true)) if you need help with logging in.

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

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

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.

<table><thead><tr><th width="267.625">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Impact Account SID *</strong></td><td>In the impact.com platform, from the top navigation bar, select <img src="/files/qPLiENtq33ewHc3tmEP4" alt=""> <strong>[User profile] → Settings →</strong> <a href="https://app.impact.com/secure/advertiser/api/fr/api-access-tokens-ui.ihtml"><strong>API</strong></a> and copy your Account SID.</td></tr><tr><td><strong>Auth Token *</strong></td><td>In the impact.com platform, from the top navigation bar, select <img src="/files/qPLiENtq33ewHc3tmEP4" alt=""> <strong>[User profile] → Settings →</strong> <a href="https://app.impact.com/secure/advertiser/api/fr/api-access-tokens-ui.ihtml"><strong>API</strong></a> and copy your Auth Token.</td></tr><tr><td><strong>Program ID</strong></td><td><p>Enter your <strong>Program ID</strong> value. To find this value, select your brand name in the top-left corner of the impact.com app. Your <strong>Program ID</strong> is the numerical value under the program name.</p><p><img src="https://files.readme.io/2edc9a646ec0744579c7d80854773dc742f408e01c48224be1fb9756c4d524f0-program_id.png" alt="Program ID screenshot"></p></td></tr><tr><td><strong>Sale Event ID (Action Tracker ID)*</strong></td><td>In the impact.com platform, from the top navigation bar, select <img src="/files/UDyrrRTGbHJFFllCZxyw" alt=""> <strong>[User profile] → Settings →</strong> <a href="https://app.impact.com/secure/advertiser/tracking-settings/actiontracker/view-actiontracker-flow.ihtml"><strong>Event Types</strong></a>. Copy the number in parenthesis next to the name of the event type.</td></tr><tr><td><strong>Universal Tracking Tag (UTT)</strong></td><td>In the impact.com platform, navigate to your <a href="https://app.impact.com/secure/advertiser/fr/general-tracking-settings.ihtml"><strong>UTT</strong></a> and copy the entire unique code snippet.</td></tr></tbody></table>

2. 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/plugin-integrations/e-commerce/integrate-with-nopcommerce.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.
