What Is Braze?

Braze is a comprehensive customer engagement platform that enables businesses to create personalized marketing campaigns across multiple channels, including email, SMS, in-app messaging, and push notifications. It offers real-time data analytics and segmentation tools to help marketers understand and target their audience more effectively. The platform is designed for scalability and integrates easily with other marketing tools and systems, providing a seamless experience for managing customer interactions. Braze's focus on personalization and real-time engagement helps businesses enhance customer loyalty and drive growth.

What are the benefits of integrating MetaRouter with Braze?

  • Up to 30% more customer data in Braze
  • Real-time event stream that enables real-time journeys
  • First-party, parameter-by-parameter control over data sent to Braze
  • No Braze or other third-party tags required

Getting Started - From Your Braze Account

Create New REST API Key

  • Please see Braze documentation HERE for instructions.

Braze Instance URL

  • You can obtain the Braze instance URL from your Braze dashboard. It is typically provided during the account setup process and can also be found in account settings.
  • If you are unsure of your instance URL, please contact Braze support for assistance.

Getting Started - From Your MetaRouter Account

Adding a Braze integration.

From the integration library, add a Braze integration. Then, fill out the Connection Parameters:

Connection ParameterDescription
INSTANCE_URLThe unique URL assigned to your Braze account that you use to interact with Braze's API.
API_KEYA unique code that is passed into an API to authenticate the API call and identify the calling application or user

Event Mappings

MetaRouter provides all of the event mappings that Braze integrations typically require. You may add custom events, parameters or mappings in accordance with Braze’s API documentation.

Event Specific

Identify

Output KeyDescriptionExpected Input
external_id
Required
String: External user identifieruserId
user_alias.alias_nameString: Alias name for the useranonymousId
user_alias.alias_labelString: Alias label for the userEnrichment - anonymous_id

Page Event

Output KeyDescriptionExpected Input
attributes.external_id
Required
String: External user identifieruserId
events.external_id RequiredString: External user identifieruserId
events.timeDate-Time: The time the event occurredtimestamp
events.propertiesObject: Custom properties for the eventproperties
events.nameString: Name of the eventEnrichment - page

Cart Viewed Event

Output KeyDescriptionExpected Input
attributes.external_id RequiredString: External user identifieruserId
events.external_id RequiredString: External user identifieruserId
events.timeDate-Time: The time the event occurredtimestamp
events.properties.cart_idString: Identifier for the cartproperties.cart_id
events.properties.currencyString: Currency for the transactionproperties.currency
events.nameString: Name of the eventEnrichment - cart_viewed

Product Added Event

Output KeyDescriptionExpected Input
attributes.external_id RequiredString: External user identifieruserId
events.external_id
Required
String: External user identifieruserId
events.timeDate-Time: The time the event occurredtimestamp
events.propertiesObject: Custom properties for the eventinput
events.nameString: Name of the eventEnrichment - product_added

Product Viewed Event

Output KeyDescriptionExpected Input
attributes.external_id RequiredString: External user identifieruserId
events.external_id RequiredString: External user identifieruserId
events.timeDate-Time: The time the event occurredtimestamp
events.propertiesObject: Custom properties for the eventinput
events.nameString: Name of the eventEnrichment - product_viewed

Products Searched Event

Output KeyDescriptionExpected Input
attributes.external_id
Required
String: External user identifieruserId
events.external_id
Required
String: External user identifieruserId
events.timeDate-Time: The time the event occurredtimestamp
events.propertiesObject: Custom properties for the eventproperties
events.nameString: Name of the eventEnrichment - products_searched

Product List Viewed Event

Output KeyDescriptionExpected Input
attributes.external_id
Required
String: External user identifieruserId
events.external_id
Required
String: External user identifieruserId
events.timeDate-Time: The time the event occurredtimestamp
events.properties.categoryString: Category of the product listproperties.category
events.properties.list_idString: Identifier for the product listproperties.list_id
events.nameString: Name of the eventEnrichment - product_list_viewed

Order Completed Event

Output KeyDescriptionExpected Input
N/A RequiredExpression to transform dataN/A - Expression

Required & Recommended Identifiers

These identifiers must be mapped to Braze in order for successful user matching to occur. Without these IDs, any events sent to Braze will be rejected. For your convenience, required and recommended IDs are mapped as Global parameters to ensure they are added to every event.

AttributeExampleSync Injector Required?
external_id
Required
user12345No
user_alias.alias_name
Recommended
130161d0-8fee-4167-aa4d-d151eed27c6bNo

Additional Braze Documentation