-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Event when button has openURL #237
Comments
@FSAish Yes we don't give callback if custom k,v pair is not present. We will discuss this internally if we can support this. Thanks! |
Hello @piyush-kukadiya I'm also trying to use this event to get the url when users press any button of our InApp messages but this event never gets called as well and I can't add custom key value pair for InApp campaigns (only for push notifications). Do you plan to support this without custom key value pair ? Thanks |
@Mobu34 You can add KV pairs to the button of the InApp campaigns if you are using the Native InApp templates. |
@Mobu34 Make sure you are following proper steps given in below docs: |
Thanks for replying and for your help @darshanclevertap @piyush-kukadiya Actually I could not find this action as I wanted to use the alert template but this action is not available for that one : And how suggests FSAish, is it possible to get fired Thank you |
@Mobu34 Without custom kv we don't give callback as of now. Also custom k,v is not applicable for alert in app. Although we can discuss this with our product team if we can have support for custom k,v for alert. |
Wanted to check if there is any event that gets fired when we tap on button inApp notification and provide open URL.
CleverTap.addListener( CleverTap.CleverTapInAppNotificationButtonTapped, (event: any) => { console.log('CleverTapInAppNotificationButtonTapped Event called - ', event); ....
This log never gets called
I get event only when I add custom key value pair.
The text was updated successfully, but these errors were encountered: