> 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/platform-features/tracking/set-up-tracking/accept-clicks-on-landing-pages.md).

# Accept Clicks on Landing Pages

Landing-page URL click tracking lets your partners append impact.com URL parameters to your landing page URL, allowing click tracking without redirecting through impact.com first. This is especially useful when partner placements restrict or bypass traditional tracking-link redirects, for example comparison shopping partners who promote products in search results and need to send shoppers directly to your landing page.

## Enable tracking settings

To use landing-page URL click tracking:

1. From the top navigation bar, select ![](/files/xS6bxmV4GXmCOUBUoAMq) **\[User profile] → Settings**.
2. On the right, under *Tracking*, select [**General**](https://app.impact.com/secure/advertiser/fr/general-tracking-settings.ihtml)**.**
3. Under *Attribution*, enable **Accept impact.com click parameters on landing pages**.
4. Select **Save**.

## Requirements

Your landing page must have a compatible landing-page integration, such as the Universal Tracking Tag, PageLoad API, or a compatible e-commerce integration. See [Tracking Best Practices](/brand/what-would-you-like-to-learn-about/platform-features/tracking/tracking-best-practices.md#landing-page-tracking) for more information.

## Partner setup

* The partner must include the impact.com partner ID parameter `irmp` on the landing-page URL.
* We recommend that partners include the desired ad ID under the `irad` parameter. If `irad` is not included, the default program tracking link ID will be used.
* Any additional supported URL parameters, such as sub IDs or campaign metadata, are preserved with the click when supported by the integration.
* You should let partners know if they should add any additional analytical parameters to the landing page URLS, for example `utm_medium=CSS`.
* See the list of [Direct Tracking Parameters](/other/reference-documentation/direct-tracking-parameters.md) for more information.

{% hint style="success" %}
**Note**: Existing default direct link tracking, when active, will continue to take precedence over landing page click tracking.
{% endhint %}


---

# 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/platform-features/tracking/set-up-tracking/accept-clicks-on-landing-pages.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.
