> For the complete documentation index, see [llms.txt](https://user.netmera.com/netmera-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://user.netmera.com/netmera-user-guide/smart-linking/deferred-deep-links/listings-and-analytics.md).

# Listings & Analytics

#### Minimum SDK Requirement

To use the **Deferred Deep Link** feature, please update your SDKs to the following minimum versions:

* **Swift SDK:** v4.13.0
* **Android SDK:** v4.11.0

***

The **Deferred Deep Link List** page allows you to view, manage, and measure the performance of all your deferred deep links. This dashboard provides aggregated and per-link metrics such as link creation date, total clicks, landing page views, button clicks, and download counts.

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

### Summary Metrics

At the top of the page, performance cards show cumulative statistics for the selected time range.

| Metric                      | Description                                                                        |
| --------------------------- | ---------------------------------------------------------------------------------- |
| **Link Counts**             | Total number of active deferred deep links created within your workspace.          |
| **Link Clicks**             | Total number of times any deferred deep link was clicked.                          |
| **Landing Page Views**      | Number of times users viewed the landing page generated by the deferred deep link. |
| **Downloads Button Clicks** | Number of times users clicked the “Download the App” button on the landing page.   |
| **Downloads**               | Number of users who completed app downloads after clicking the link.               |

#### Time Filter

Select the reporting period for analytics:

* **Today, Yesterday, 7D, 30D, 3M, 6M, 12M**
* Or use the **Custom** date picker to define a specific range.

All metrics and table data below adjust dynamically based on the selected time window.

<figure><img src="/files/KXL82i1qjWW6poPcrvqa" alt="" width="563"><figcaption></figcaption></figure>

#### Filtering and Search

* **Search Bar**: Use the search field to find a deferred deep link by name.
* **Hide Columns**: Adjust table visibility to focus on relevant data.
* **Rows per Page**: Select how many results to display per page (10, 20, etc.).

<figure><img src="/files/g8dD4fxfXFGxLcdXaTsZ" alt="" width="375"><figcaption></figcaption></figure>

### Deferred Deep Link Table

Displays all created deferred deep links with detailed attributes and performance indicators.

<figure><img src="/files/zPkZgoXhxSKcPlWWr8QT" alt="" width="563"><figcaption></figcaption></figure>

<table><thead><tr><th width="258.6624755859375">Column</th><th>Description</th></tr></thead><tbody><tr><td><strong>Deferred Deeplink Name</strong></td><td>The internal name you assigned when creating the deep link. Clickable to view or edit.</td></tr><tr><td><strong>Deferred Deeplinks</strong></td><td>The generated link URL used in campaigns (e.g., <code>https://impactfintech.nms.ist/dp/OWRMSC</code>). <br>Copy icon available for quick sharing.</td></tr><tr><td><strong>Create Date</strong></td><td>The date the deferred deep link was created.</td></tr><tr><td><strong>Link Clicks</strong></td><td>Total number of user clicks on the specific link within the selected period.</td></tr><tr><td><strong>Downloads</strong></td><td>Number of completed downloads attributed to this link.</td></tr><tr><td><strong>Actions</strong></td><td>Opens additional options to edit, view details, analytics, clone or delete the link.</td></tr></tbody></table>

### Metrics Interpretation

> All displayed data is **responsive** and updates automatically based on the selected time period. Only events and metrics that occurred within the chosen date range are reflected in the results.

**Link Counts**

Indicates the total number of deferred **deep** **links** **created** within the selected time range. Useful for monitoring link generation activity across campaigns.

**Link Clicks**

Counts **every** **click** **from** **all** **user** **sources** such as SMS, email, web, push notifications, or QR codes. This metric measures initial engagement with your deferred deep link.

**Landing Page Views**

Represents **total** **visits to the** **landing** **page** generated by the deferred deep link. Each view is recorded as a unique event, and multiple visits by the same user are counted separately.

**Downloads Button Clicks**

Tracks how many users clicked the **Download the App** button on the landing page. This indicates user intent and helps measure how effectively the landing page drives conversions.

**Downloads**

Shows the total number of app downloads that occurred after a deferred deep link was clicked, calculated within the selected time range. This metric reflects successful conversions from link engagement to app installation.

**Download Metric Logic**

Tracks downloads only when users open the app within **15** **minutes** after clicking **Download**, ensuring metrics reflect genuine post-install engagement.

<table data-header-hidden><thead><tr><th width="165.1552734375">Step</th><th width="253.6910400390625">Action</th><th>What Netmera Tracks</th></tr></thead><tbody><tr><td><strong>User clicks Download</strong></td><td>User taps the <strong>Download</strong> button on the landing page.</td><td>Netmera records the event and the user’s activity to link later activity.</td></tr><tr><td><strong>App opens within 15 minutes</strong></td><td>The user installs and opens the app shortly after.</td><td>Counted as a <strong>Confirmed Download</strong> — displayed in analytics.</td></tr><tr><td><strong>App not opened within 15 minutes</strong></td><td>The user does not launch the app soon after download.</td><td>Only <strong>previous metrics</strong> (link clicks, landing views, download clicks) are included in analytics.</td></tr></tbody></table>

<figure><img src="/files/3B1Jzeb64ZnBd1GYNePE" alt=""><figcaption></figcaption></figure>

### Tracking and Re-targeting

All recorded metrics, including **link clicks**, **landing page views**, **download button clicks**, and **app installs** can be **tagged** or **exported** from the dedicated analytics screens.

These metrics can be used for:

* Export or tag users to **re-engage** them through **push**, **SMS**, or **email** channels.


---

# 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://user.netmera.com/netmera-user-guide/smart-linking/deferred-deep-links/listings-and-analytics.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.
