Question:
How to send the same link for Mobile and Web in Pushwoosh Control Panel so that the app users get linked to the app and the browser users to the website?
Answer:
In order to send one message to all platforms and redirect mobile users to a specific app page and web users to a specific section of your website, you should do the following:
For mobile platforms Deep Links should be used:
https://www.pushwoosh.com/platform-docs/customizing-push-messages/deep-linking
For Chrome and Firefox you should specify a link in root params:
{"l": "http://example.com"}
You will find more details in our Guides:
https://www.pushwoosh.com/platform-docs/getting-started/control-panel-overview#chrome
https://www.pushwoosh.com/platform-docs/getting-started/control-panel-overview#firefox
And for Safari you should add the part of a link to placeholders filed:
https://www.pushwoosh.com/platform-docs/getting-started/control-panel-overview#safari
Comments
0 comments
Please sign in to leave a comment.