# How to filter by trigger type

> Learn how to filter between QR code scans, link clicks, and deep links in your Dub analytics.

On Dub, you can filter between QR code scans, link clicks, and [deep link open events](/docs/concepts/deep-links/quickstart) in your Dub analytics. This lets you understand how people are finding your links.

Here's how you can do that:

<Steps>

    <Step title="Go to your Analytics dashboard">
        Click on the **Analytics** page in the **Insights** group of your workspace short links.

        <Frame>
          <img
            src="/images/dub-links/nav-analytics.png"
            alt="Analytics location in navigation"
          />
        </Frame>

    </Step>
    <Step title="Open Analytics filter dropdown">
        Then, click on the **Filter** button to open the filter dropdown:

        <Frame>
          <img
            src="/images/dub-links/filter-dropdown.png"
            alt="Analytics filter dropdown"
          />
        </Frame>
    </Step>
    <Step title="Select the 'Trigger' filter option">
        Click on **Trigger** to show available data options. If there are no results, filters won't appear.
        <Frame>
          <img
            src="/images/dub-links/filter-dropdown-trigger.png"
            alt="Analytics trigger filter"
          />
        </Frame>
    </Step>

    <Step title="Choose to filter by Link click or QR Scan">
        Lastly, click on the **Link click**, **QR Scan**, or **Deep Link** option to filter your data.
        <Frame>
          <img
            src="/images/dub-links/filter-trigger-qrscan.png"
            alt="Filtered analytics by QR code"
          />
        </Frame>
    </Step>
    Voila! You have successfully filtered your analytics by QR code scans, link clicks, or deep link open events!

</Steps>
