Hello @Sanjana12 You can check the the value of Disbaled field in the workflow. If the value of Disabled is No then you have the Opt-in for Push other wise you won't see the token.
Hello @Michael_Soprano It is not recommended but you can add 0.0.0.0/0 as CIDR range in Instance Settings under IP allow list.
Doing this will allow all IPs to access your instance.
The recommended option is to use a VPN with specific CIDR range and then add that range in IP allow list.
Hello @ChanuteJo Use this in the link:
https://berylplusptrsd-mkt-prod1-m.adobe-campaign.com/webApp/APP32?id=<%= escapeUrl(cryptString(recipient.id)) %>
Hello @ChanuteJo You will have to send yourself an actual email for this. There is another thread from you where you have an anchor tag. You can use the same process for this one.
Hello @ChanuteJo If you are using preloading activity then you can't directly access the page because it needs a recipient identifier first.
See how in the preview section it asks you to select a profile first.
Hello @ogonzalesdia Move logInfo logic to next activity. If you are adding this logic to file transfer activity then it will not print anything because that code will be executing before pulling the file metadata from SFTP.
Hello @ChanuteJo
You can just use the anchor tag option and remove the code with include.
For the webApp error, Could you please open that webapp in preview with debug enable and share the screenshot?
Hello @dwnuk It is not an issue with Configuration in Adobe Campaign. Check with Mobile development team if they are validating the parameters before accepting the notification.
Hello @sonaik1
You can use Cookies/ Local storage to identify the language selected by a visitor and then a action to display language selector or redirect them to specific page.
All of this can be done by writing a custom code in an experience.