- Grant Wunderkind Access to Your Braze Account
- Connect Your Braze Workspace to Wunderkind Platform
- Review New Braze Assets
- Design Your Canvas Messages
- Complete Canvas Setup
- Test and Launch Signals for Braze 👈 You are here
Wunderkind Validation
We recommend that you test Signals email templates against sample dynamic events before launch, which you can do following the instructions below.
After you've confirmed that all creatives are functioning as expected, let your representative know that final validation by Wunderkind can begin. Please also launch each Signals Canvas. Our end-to-end testing requires Canvases to have a status of Active. Our internal test mode will ensure that no messages are sent publicly during this time.
Wunderkind will validate that all functionality works as expected and coordinate with you on final go-live 👏
Previewing Creatives with Dynamic Products
Reference Braze’s article for assistance: Testing campaigns personalized with user attributes
To preview mock dynamic products:
- Before beginning, make sure the template you’re viewing displays Wunderkind products using the standard
Itemsarray structure and field names. -
In the Preview & Test tab, in the Preview as a User tab, select Custom User
-
Scroll down to the Context section of the panel. This is where Braze lets you override dynamic properties that are expected by the creative. In the
Itemsinput, paste the code block at the bottom of this page. If you need to preview custom properties, adjust the code block accordingly. - To make sure all email content works as intended, please send a test to your live inbox. Carefully check each link, focusing especially on dynamic content, and proof design rendering across desktop and mobile.
- We encourage testing through Braze’s built-in Inbox Vision testing feature, or separate render software (e.g. Litmus, Email on Acid), if available.
Mock Product JSON
[
{
"WkCopy": "Lorem ipsum dolor sit amet",
"WkImageUrl": "https://assets.bounceexchange.com/assets/uploads/users/2518/wknd/ei/2022/test1.png",
"WkUrl": "https://www.wunderkind.co/",
"WkId": "12345"
},
{
"WkCopy": "Lorem ipsum dolor sit amet consectetur",
"WkImageUrl": "https://assets.bounceexchange.com/assets/uploads/users/2518/wknd/ei/2022/test5.png",
"WkUrl": "https://www.wunderkind.co/",
"WkId": "12345"
},
{
"WkCopy": "Lorem ipsum dolor sit amet consectetur adipiscing elit",
"WkImageUrl": "https://assets.bounceexchange.com/assets/uploads/users/2518/wknd/ei/2022/test3.png",
"WkUrl": "https://www.wunderkind.co/",
"WkId": "12345"
},
{
"WkCopy": "Lorem ipsum dolor sit amet, consectetur",
"WkImageUrl": "https://assets.bounceexchange.com/assets/uploads/users/2518/wknd/ei/2022/test2.png",
"WkUrl": "https://www.wunderkind.co/",
"WkId": "12345"
}
]
Comments
0 comments
Please sign in to leave a comment.