Deeplink formats (with examples)
There are a number of different destinations you can deep link to within your Pugpig app. These links can be opened from almost any source, including email, push notifications or from within the app itself.
Note that the format of these links differs between our two platforms, and some links only apply to certain platforms (iOS or Android).
The [domain] referenced at the beginning of each link is the same as your web reader URL. If you're unsure what this is, you can find it in our distribution service by choosing the Bolt Reader or Web Reader item in the Readers section of the left hand menu, then the Live Web Reader button for your content source.
BOLT
[domain]/c/onboarding - relaunches the help screen flow
- my.app.com/c/onboarding
[domain]/c/signin - sign in modal
- my.app.com/c/signin
[domain]/c/subscribe - subscription modal
- my.app.com/c/subscribe
[domain]/c/register - receipt postback (iOS only)
- my.app.com/c/register
[domain]/c/register - App logs
- my.app.com/c/logs
[domain]/c/pushpermissions - push permissions dialog (iOS & Android 13+ only)
- my.app.com/c/pushpermissions
[domain]/c/audio - audio player
- my.app.com/c/audio
[domain]/c/logs/send - send logs
- my.app.com/c/logs/send
[domain]/[article URL] - article
- my.app.com/2020/02/24/article-permatitle/content.html
[domain]/t/[tab name] - tab
- my.app.com/t/today
[domain]/t/[settings tab name]/[settings page name] - specific page in settings
- my.app.com/t/profile/custom-page-1