Skip to content

Commit 7a1399e

Browse files
authored
Add info on how to search for alias in Braze to avoid confusion
Add the following information: --------------------------------------------------------------- ### Missing events When an event is sent under an alias, the event might seems to be missing when the alias cannot be found in Braze. This could be due to incorrect search for the alias in Braze. To search for alias in Braze, the search should be in the format "Alias Label:Alias Name". For example, if "Alias Label" field is set as email and "Alias Name" field is set as email address e.g. "[email protected]", search for the alias in Braze should be "email:[email protected]"
1 parent 00772d4 commit 7a1399e

File tree

1 file changed

+3
-0
lines changed
  • src/connections/destinations/catalog/braze-cloud-mode-actions

1 file changed

+3
-0
lines changed

src/connections/destinations/catalog/braze-cloud-mode-actions/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ Keep the following in mind if you plan to move to Braze (Actions) from the class
4747

4848
### Missing required fields
4949
Braze requires one of either `external_id`, `user_alias`, or `braze_id` to be present in all events sent. If events are failing to send, please check your event mappings to make sure these fields are resolving to valid values.
50+
51+
### Missing events
52+
When an event is sent under an alias, the event might seems to be missing when the alias cannot be found in Braze. This could be due to incorrect search for the alias in Braze. To search for alias in Braze, the search should be in the format "Alias Label:Alias Name". For example, if "Alias Label" field is set as email and "Alias Name" field is set as email address e.g. "[email protected]", search for the alias in Braze should be "email:test@email.com".

0 commit comments

Comments
 (0)