# Deeplink Attribution

{% hint style="info" %}

### 👍 Deeplink Match/Deeplink Attribution doesn’t rely on ADID.

{% endhint %}

### What’s Deeplink Match/Deeplink Attribution?

MMP SDK utilizes deep link parameters to attribute the deeplink to any in-app event.

Deeplink Match/Deeplink Attribution is the attribution method usually used in re-engagement campaigns.

### How does it work?

When an app is opened via a deeplink, it launches immediately if the user has the app installed. Subsequently, the MMP SDK sends a click request to the MMP, including attribution data (e.g., campaign info, click ID), for attribution.

For example:

`appierApp://eventpage1?reftag=cyk3zeoKo1Zvz`

#### Step1

App opens the deeplink by recognizing the deeplink scheme:

**appierApp\://**&#x65;ventpage1?reftag=cyk3zeoKo1Zvz

#### Step2

App’s deeplink handler deals with path and parameters in the link to open up a specific page or trigger event.

appierApp\://**eventpage1?reftag=abcd12345**

Meanwhile, MMP SDK also deals with parameters in the link to see if there is any attribution info.

In this case, `reftag=abcd12345` is used to attribute the deeplink open event.

{% hint style="info" %}

### 📘 Extra effort for client to implement additional SDK in deeplink handler:

* [AppsFlyer](https://support.appsflyer.com/hc/en-us/articles/208874366#deep-linking-and-deferred-deep-linking)
* [Adjust](https://help.adjust.com/en/article/manage-reattributions?src=search_page#track-reattributions-via-deep-link-clicks)
* [Singular](https://support.singular.net/hc/en-us/articles/360050910891-How-to-Create-Deep-Links)
* [Airbridge](https://help.airbridge.io/en/developers/android-sdk#deep-link-callback-setup)
  {% endhint %}

{% hint style="info" %}

### 📘 Extra effort for client to implement additional SDK in deeplink handler:

* [AppsFlyer](https://support.appsflyer.com/hc/en-us/articles/208874366#deep-linking-and-deferred-deep-linking)
* [Adjust](https://help.adjust.com/en/article/manage-reattributions?src=search_page#track-reattributions-via-deep-link-clicks)
* [Singular](https://support.singular.net/hc/en-us/articles/360050910891-How-to-Create-Deep-Links)
* [Airbridge](https://help.airbridge.io/en/developers/android-sdk#deep-link-callback-setup)
  {% endhint %}

#### Step3

MMP SDK sends this attribution info to the MMP server which records the deeplink in-app event as attributed.

### How can Appier utilize Deeplink Match/Deeplink Attribution?

Web inventory → App tracking

App inventory(no IDFA traffic) → App tracking


---

# 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://docs.adcloud.appier.com/deeplink-attribution.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.
