背景画像を使用したメールによる登録
アプリ内メッセージドラッグアンドドロップエディタを使用して、1つのシンプルなメッセージでブランドスタイルを表示し、メールリストを構築します。
Prerequisites
Minimum SDK versions
Messages created using the drag-and-drop editor can only be sent to users on the following minimum SDK versions. For more information, see Creating an in-app message with drag-and-drop: Prerequisites.
SDK versions for text links
To include text links that do not dismiss the message, the following minimum SDK versions are required:
If you include a link in your in-app message that redirects to a URL and the user isn’t on the minimum SDK versions specified, clicking on the link will close the message, and the user won’t be able to return to the message to submit the form.
バックグラウンドイメージを使用した電子メールサインアップフォームの作成
ステップ1:テンプレートを選ぶ
ドラッグ&ドロップのアプリ内メッセージを作成するときには、テンプレートとして [背景画像付きのメールサインアップ] を選択し、その後 [メッセージを作成] を選択します。このテンプレートは、モバイルアプリとWebブラウザの両方でサポートされています。
ステップ2:メッセージスタイルを設定する
Before you start customizing your template, you can set message-level styles for the entire message using the side menu. For example, you may want to customize the font of all the text or the color of all the links included in your message. You can also make the message a modal or fullscreen display type.
ステップ 3:メール登録コンポーネントのカスタマイズ
メールサインアップフォームの作成を開始するには、エディタでメールキャプチャ要素を選択します。デフォルトでは、収集されたメールアドレスはグローバルサブスクリプショングループSubscribedを持ちます。特定のサブスクリプショングループにユーザーをオプトインするには、メールサブスクリプションの状態を更新するを参照してください。
メールキャプチャ要素のプレースホルダーテキストとラベルテキストをカスタマイズできます。
メール検証
If the user enters an email address that includes any unaccepted special characters, they will see a generic error indicator and won’t be able to submit the form. This error message isn’t customizable. You can view the error behavior in the Preview & Test tab and on your test device. Learn more about how Braze formats email addresses in Email validation.
ステップ 4:免責事項の言語を追加(オプション)
We recommend including opt-in language and links to your brand’s privacy policy and terms and conditions in your message. Be sure to work with your legal team to develop language that is tailored to your specific brand.
Deliverability best practices often exceed legal requirements, and our recommendation is to always obtain explicit consent to send emails and allow users to easily decline.
ステップ 5: メッセージにスタイルを設定する
ドラッグアンドドロップアプリ内メッセージコンポーネントを使用して、サインアップフォームの外観と感触をカスタマイズします。メッセージコンテナーメニューでデフォルトの背景画像 URL を置き換えて独自の背景画像を追加するか、URL を削除してメディアライブラリから画像を選択します。
結果の分析
After your campaign has launched, you can analyze results in real time to see how many users have engaged with your campaign. To see how many users have opted in to the subscription group, you can create a segment of users who subscribed to the subscription group by filtering for users who have received the in-app message and submitted the form.
ベストプラクティス
Double opt-in verification
To make sure that anyone who signed up for your list meant to sign up for your list and provided the correct email address, we recommend getting a second confirmation from anyone who signed up through your email sign-up form by sending a double opt-in flow.
One of the ways you can set this up is through Canvas Flow:
- Build a Canvas that is action-based and set it up to trigger when a user adds an email address to Braze. Make sure that you allow for targeting users who are new to the platform (for example, by using a segment with no filters in the Canvas).
- Create an email message step with a CTA that has a hyperlink to the
{{${set_user_to_opted_in_url}}}
Liquid tag. This will change the user’s email subscription state toopted_in
when they click the button. - Add an Action Paths step.
- For the first path, trigger an email when a user changes their email subscription status to
opted_in
. This email should inform users that their email has been confirmed. - Set up the other path to exit the Canvas after the window expires.