# ImpactRadius module

#### How to Get Your Account SID and Auth Token

The **impact.com Web Services API** uses two credentials for authentication:

* Account SID&#x20;
* Auth Token

You must generate these credentials in your impact.com account before using the ImpactRadius module.

#### Step-by-Step Guide

**1. Open the API Access page**

Navigate to the API credentials section:

<https://app.impact.com/secure/mediapartner/accountSettings/mp-wsapi-flow.ihtml>

**2. Click “Create Access Token”**

This begins the process of generating a new API key pair.

**3. Enter a Token Name**

Choose any descriptive name (e.g., *Content Egg Integration*), then click **Next**.

**4. Contact Information**

Click **Next** to continue.

**5. Configure API Scopes**

On the **Configure API Scopes** screen:

* Enable **Catalogs**
* Select **all API paths** related to catalog access

<figure><img src="/files/gNf3LE5kkF1r46kTcsJ5" alt=""><figcaption></figcaption></figure>

**6. Finish and open your new credential**

After creation, go to to the page for your new access token.

**7. Copy your credentials**

Open the **API Credentials** tab.

There you will find:

* **Account SID**
* **Auth Token**

Copy both values and paste them into the ImpactRadius module settings in Content Egg.

<figure><img src="/files/WWsMMBMyZ7Hvju0WdT1c" alt=""><figcaption></figcaption></figure>


---

# 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://ce-docs.keywordrush.com/modules/affiliate/impactradius.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.
