Skip to content

Commit 5e07f37

Browse files
authored
Update index.md
1 parent a492bb7 commit 5e07f37

File tree

1 file changed

+11
-0
lines changed
  • src/connections/destinations/catalog/actions-braze-web

1 file changed

+11
-0
lines changed

src/connections/destinations/catalog/actions-braze-web/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,14 @@ When "Enable SDK Authentication" is enabled, Segment will set Braze's `enableSdk
172172
173173
Keep the following in mind if you plan to move to Braze (Actions) from the classic Braze destination.
174174
{% include components/actions-map-table.html name="braze-web" %}
175+
176+
177+
## FAQ
178+
179+
### How Debounce Middleware works?
180+
181+
The [Debounce Middleware](/docs/connections/destinations/catalog/actions-braze-web/#debounce-middleware) action is unique and behaves differently from the other actions. Debounce Middleware logic is executed at the source-level:
182+
183+
- When an Identify call is fired on a website, we will first cache and compare the user traits. If the user traits object differs from what has been cached previously, the data will be passed on to the destination flow (Destination Filters → Insert Functions → Destination Mappings).
184+
185+
- Otherwise, if user traits are the same as what's cached, we assume that that data was already sent to Braze and a new request is not made to their system.

0 commit comments

Comments
 (0)