braze Flashcards

(7 cards)

1
Q

Braze as a data pipeline (end-to-end flow)

A

Data comes in via SDKs/APIs (events + attributes)
Builds/updates user profiles
Users qualify for segments or triggers
Campaigns/Canvases decide what to send
Messages are delivered across channels

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

User identity + profiles (how users are tracked)

A

Each user has a profile (attributes + event history)
Anonymous users → later “identified” via external ID
Merging identities is critical for continuity
Bad IDs = fragmented users or missing data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Canvas vs Campaigns (how messaging is orchestrated)

A

Campaigns = one-time or simple sends
Canvas = multi-step journeys with logic (delays, branching)
Canvas handles lifecycle messaging over time
Most complex issues happen in Canvas

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Event-driven behavior (what triggers messages)

A

User actions (events) trigger messages or journey entry
Happens in real-time (or near real-time)
Timing and event accuracy are critical
Missing event = no message / broken flow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Where things break + how to debug (lifecycle tracing)

A

Start upstream → move downstream:
1. Event sent?
2. Profile updated?
3. User qualifies for segment?
4. Canvas/Campaign logic correct?
5. Message delivered?
Most issues originate early (data/ingestion)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Common customer complaints / failure scenarios

A
  • “My campaign didn’t send”
  • “Users didn’t enter the Canvas”
  • “Wrong users got the message”
  • “Metrics look off”

Usually caused by data issues or misconfiguration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

High-level push/email delivery issues

A

Push:
* Invalid/expired device tokens
* User permissions disabled

Email:
* Spam filtering / deliverability
* Bounces or suppression lists

Message can be “sent” but never received

How well did you know this?
1
Not at all
2
3
4
5
Perfectly