> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/what-would-you-like-to-learn-about/account-administration/program-settings/tracking-settings/set-up-permitted-domains-for-deep-linking.md).

# Set Up Permitted Domains for Deep Linking

If you want partners to be able to deep link to specific pages on your website, you must provide impact.com with the domains to which partners can send traffic (impact.com refers to these as "permitted domains"). You should do this regardless of whether you know what specific domains you want traffic arriving at or not.

#### Using non-permitted domains

If partners don't use the permitted domains you provide in their deep links, all traffic they drive using that link will be sent to a generic impact.com page with no options to head to your website. If you aren't sure what domains to list here, reach out to your teammates who manage your website. If they aren't sure or if there are no specific domains they come back with, you should enter the defaults (which are provided below).

#### Set permitted domains

1. From the top navigation bar, select ![](/files/2qeX6EqajzdOPiwzfeV5) **\[User profile] → Settings**.
2. On the right, under *Tracking*, select **Gateway**.
3. Next to *Deep Linking*, toggle on ![](/files/OoA2qxPalfCYKZvmxuU6) **Allow Partners to deep link to specific pages on my site**.
4. Under *Permitted Domains*, if you don't have specific domains to add, enter the following default domains:

   | Domain                                                     | Example       |
   | ---------------------------------------------------------- | ------------- |
   | \[Your website domain].\[Your website top-level domain]    | impact.com    |
   | \*.\[Your website domain].\[Your website top-level domain] | \*.impact.com |
5. Alternatively, if you do have your own permitted domains to enter here, follow these formatting guidelines:
   * Do not include any paths or slashes (`/`) in your permitted domain. Exclude anything including and after the slash following the URL's domain.
   * If a URL might include a subdomain (e.g., `www.`) when used to deep link, you must include both versions of the URL. In this case, follow the format that the default permitted domains (above) use.
   * Don't include the default permitted domains (above) if you provide your own specific domains.
6. Select **Save**.

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

#### Fix common partner-facing error messages

{% tabs %}
{% tab title="Example 1" %}
{% hint style="info" %}
**Error message:** The link you clicked on is malformed. Contact the editor of the originating page.
{% endhint %}

This error could be because you don't have deep linking enabled. To enable it, do the following:

1. From the top navigation bar, select ![](/files/2qeX6EqajzdOPiwzfeV5) **\[User profile] → Settings**.
2. On the right, in the the *Tracking* section, select **Gateway**.
3. In the *Deep Linking* section select ![](/files/n8XBBtdrMrCOZaZ7tsvI) **\[Edit]** and ![](/files/OoA2qxPalfCYKZvmxuU6) **\[Toggle on]** **Allow Partners to deep link to specific pages on my site**.
4. Specify the base domains to which you allow partners to deep link.
   * Domains should be comma-separated with no spaces. Wildcard characters are supported. E.g., yoursite.,\*.yoursite.
5. Select **Save**.

Alternatively, you may not have block rules set up. To check whether you do:

1. From the top navigation bar, select ![](/files/2qeX6EqajzdOPiwzfeV5) **\[User profile] → Settings**.
2. On the right, in the *Technical* section, select [Blocking & Redirect](https://app.impact.com/secure/advertiser/tracking-settings/manage-block-redirect-rules-flow.ihtml?).
3. Ensure that you have a block rule set up. Learn more on how to [Configure Block Routing Rules](/brand/what-would-you-like-to-learn-about/platform-features/blocking-and-redirect-rules/configure-block-routing-rules.md).
   {% endtab %}

{% tab title="Example 2" %}
{% hint style="info" %}
**Error message:** The link you clicked on has expired. We apologize for any inconvenience.
{% endhint %}

The partner may be blocklisted from your program. If you want to remove the partner from the blocklist, [contact support](https://app.impact.com/secure/advertiser/support/customer-support-portal-flow.ihtml).
{% endtab %}
{% endtabs %}


---

# 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://help.impact.com/brand/what-would-you-like-to-learn-about/account-administration/program-settings/tracking-settings/set-up-permitted-domains-for-deep-linking.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.
