For the complete documentation index, see llms.txt. This page is also available as Markdown.

HTML In-App Message Template

Get started quickly using HTML in-app message templates.

We provide HTML in-app message templates you can use immediately with copy-paste.

How to use

  1. Create an in-app message campaign in the Hackle Dashboard.

  2. Select Layout > HTML.

  3. Choose one of the templates provided below.

  4. Copy the HTML code provided with the template and paste it into the Hackle HTML editor.

  5. Update the template content to match your service.

  6. Test the message on an actual device and then run the campaign.

Template List

Confetti

Confetti In-App Message

Components

  1. Renders confetti using an external script.

  2. Clicking the "지금 선물 받기" button navigates to the https://example.com/gift URL and triggers an in-app message conversion event including mega_gift_receive as an event property.

  3. Clicking the "다음에 받을게요" button closes the in-app message.

HTML Code


Scratch

Scratch In-App Message

Components

  1. Renders a scratchable board using a canvas element.

  2. Clicking "다시 보지 않기" or the "close button" closes the in-app message.

  3. After scratching, the "이용권 받기" CTA is displayed. Clicking it navigates to the https://naver.com URL and triggers an in-app message conversion event including scratch_event as an event property.

HTML Code


Feedback

Feedback In-App Message

Components

  1. Clicking an emoji activates the submit button.

  2. On submit, sends a custom event including the selected emoji as an event property.

    1. Event name: daily_mood_survey_submit

    2. Event property (selected emoji): mood_value

  3. On submit, an in-app message conversion event with survey_submit_confirm as an event property is triggered.

HTML Code

Last updated