Skip to content

Commit 6f770f7

Browse files
authored
Update linked-audiences-braze.md
1 parent 9f369ec commit 6f770f7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/engage/audiences/linked-audiences-braze.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ The following is an example of what your payload data might look like with neste
121121

122122
The following helps translate your payload data into Liquid syntax:
123123

124-
To reference a specific event property:
125-
- Use the following liquid syntax: <code>{% raw %}{{event_properties.event_property_name}}{% endraw %}</code>
126-
- An example of this property might look like: <code>{% raw %}{{event_properties.first_name}}{% endraw %}</code>
124+
- To reference a specific event property:
125+
- Use the following liquid syntax: <code>{% raw %}{{event_properties.event_property_name}}{% endraw %}</code>
126+
- An example of this property might look like: <code>{% raw %}{{event_properties.first_name}}{% endraw %}</code>
127127
- To reference nested event properties within an Array:
128-
- Use the following liquid syntax: <code>{% raw %}{{event_property_name.[#_that_represents_specific_entry_in_array].nested_event_property_name }}{% endraw %}</code>
129-
- An example of this property might look like: <code>{% raw %}{{event_properties.shopping_cart__products[0].product_name}}{% endraw %}<code>
128+
- Use the following liquid syntax: <code>{% raw %}{{event_property_name.[#_that_represents_specific_entry_in_array].nested_event_property_name }}{% endraw %}</code>
129+
- An example of this property might look like: <code>{% raw %}{{event_properties.shopping_cart__products[0].product_name}}{% endraw %}<code>
130130

131131
### Basic Email Example
132132

@@ -150,4 +150,4 @@ When an email is sent, it will list all of the products and their related prices
150150

151151
This is an example of what your email using [HTML ](https://www.braze.com/docs/user_guide/message_building_by_channel/email/html_editor/creating_an_email_campaign/){:target="_blank"} and[ liquid tags](https://www.braze.com/docs/user_guide/personalization_and_dynamic_content/liquid){:target="_blank"} might look like in Braze:
152152

153-
![A screenshot of the advanced email](/docs/engage/images/braze_advanced_email.png)
153+
![A screenshot of the advanced email](/docs/engage/images/braze_advanced_email.png)

0 commit comments

Comments
 (0)