Default deeplinking URL that works on App
Below we are disussing the cases where the user has app installed on the device and the user clicks on the link from the browser or any other app.
URL Type | Example URL | Description |
---|---|---|
Website URL | https://www.example.com/ | This takes to the home page of the app. |
Collection URL | https://www.example.com/collections/collection-name | This takes to the collection page of the app. |
Product URL | https://www.example.com/products/product-name | This takes to the product page of the app. |
Cart URL | https://www.example.com/cart | This takes to the cart page of the app. |
Account URL | https://www.example.com/account | This takes to the account page of the app if user is logged in, else it takes to the login page. |
Account Reset Password URL | https://www.example.com/account/reset | This takes to the reset password page of the app. |
Other Pages URL | https://www.example.com/pages/page-name | It opens the page in webview in the app. |
Discount URL | https://www.example.com/discount/discount-code | This copies the discount code to the clipboard. If discount code is not present, it takes to the home page of the app. |
Order URL | https://www.example.com/order/order-id | This takes to the my account page of app if user logged in else takes to login page |