Trying to implement winning strategies? Bring your questions about A/B testing, optimization with BrazeAI™, and creative personalization here.
Scenario: I want to send an email to my customers in which I want to include dynamic content based on the attribute "state". State is an array and some customers will be having multiple values stored in it. So, I'm thinking if I use if/elsif liquid logic in the email template what content will be rendered to customers with…
Hi, I am trying to limit an audience path to a specified volume, on a canvas. The use-case I have is that we are emailing a sample of an audience population and we need to cap this exactly to 10,000. The only way I can see this is do'able is to use an experiment path to apply a % to a known volume. That is quite a faff -…
Hi everyone 👋 We’re investigating how to migrate a production iOS app safely from the legacy braze-ios-sdk / Appboy 4.7.0 SDK to the current Braze Swift SDK. We use Swift Package Manager. Our existing integration covers customer identification, sessions, custom events, user attributes, Content Cards, in-app messages, push…
Hey all, I have a Canvas with 15 message steps for different stores, and I need to cap user entry for each message step. Each step has a different entry limit, and if one store reaches its limit, the audience needs to move to the next store, and so on through the rest. I tried a workaround using the Catalog (Synchronous)…
Hello community! I need your help to set up a Canvas Flow: Context: In our subscription we are customising the unsubscribe flow based on the reason. We register this reason as an event property of the event that triggers the flow ( subscription cancel complete). Problem: It does not find the way to direct the users in a…
We are looking for a way to copy templates between Workspaces. We are using the SDK to trigger in-app messages in a Windows application (not mobile). I don't see this in the docs or previous discussions. Anyone have any suggestions - would be a pain to have to recreate templates in each workspace. thx
Hi there, are you personalising your reply-tos based on customer or other data? I'd like to use a different reply-to email based on the customer's location and I can see how that will turn into a very long string for that field. Are there better/different ways of achieving this?
I have an (html based template) in-app message that I want to use liquid script to pass a custom event value to customize values in the modal a user gets. Basically the in app message tracks a "checkin" event on the user profile and depending on how many of these someone has done, I want the in app message to alter the…
Has anyone setup a 10 way subject line split within a canvas and also set up an "auto-select" where each subsequent challenger is selected automatically using winning path? There's limitations where we can only use up to 4 splits for experiments paths and if I were to use audience path, there's a limitation up to 8. I can…
Liquid's handling of strings/numbers is a little crazy. The standard/suggested approach of multiplying by 1 or adding 0 to a string to check if it's a number is broken if the first character of the string is a number. e.g. {% assign my_string = '2 Fast 2 Furious' %}{% assign my_string = my_string | plus:0 %}{{my_string}}…
It looks like you're new here. Sign in or register to get started.