
Click action types
URL
Opens the specified URL in the device’s default browser. Maps toopenUrl in the In-App JS API. For deep linking within the app, use a Custom Action ID instead.
Push permission prompt
Shows the native iOS or Android push permission prompt. If the device is already subscribed, the in-app message does not display. If the device was previously prompted and declined, a native alert asks the user to enable push notifications in app settings. Maps totriggerPushPrompt in the In-App JS API.
Location permission prompt
Shows the native operating system prompt to request location tracking permission. Your app must include location tracking permissions — see Location Opt-In Prompt for setup. Maps totriggerLocationPrompt in the In-App JS API.
Send outcome
Tracks a user interaction for analytics. Outcomes sent through in-app messages appear as “Unattributed” and set a tag on the user in the formatoutcome_name : true. See Custom Outcomes for details. Maps to sendOutcome in the In-App JS API.
Tag user
Adds a tag to the user based on their response, which you can use to segment them for more targeted messaging. Maps totagUser in the In-App JS API.
Custom action ID
Passes a custom value that your app reads through the SDK IAM Click Listener when the element is clicked. Use this for:- Sending interaction data to your own server or analytics vendor.
- Deep linking within the app to navigate to specific screens.
addClickName in the In-App JS API.
Collecting custom click actions
Set a Custom Action ID on any image or button block to identify which element was clicked. Your app detects the click through the SDK IAM Click Listener and can send the data to your server, database, or analytics vendor.Example: create a poll
Example: create a poll
Set a unique Action ID on each button in a multiple-choice in-app message. When a user clicks an option, your app detects it through the SDK IAM Click Listener, sends the response to your server, and can display aggregated results back to the user later.Instead of an Action ID, you can also use a Tag to identify the clicked element and segment users based on their response.
Related guides
Deep Linking
Set up custom URL schemes and app-specific routing for push and in-app messages.
In-app JavaScript API
Reference for click action methods in the HTML in-app message editor.
App Store rating example
Step-by-step tutorial for prompting app store reviews from in-app messages.
Target outdated app versions
Prompt users to update their app.
Onboard users with banner in-app messages
Guide users with contextual top and bottom banner in-app messages that don’t block your app UI.