Skip to content

Commit 5d9029d

Browse files
committed
final version of the liquid syntax [netlify-build]
1 parent edda453 commit 5d9029d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ The following is an example of what your payload data might look like with neste
122122
The following helps translate your payload data into Liquid syntax:
123123

124124
To reference a specific event property:
125-
- Use the following liquid syntax: `{{event_properties.event_property_name}}`
126-
- An example of this property might look like: `{{event_properties.first_name}}`
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: `{{event_property_name.[#_that_represents_specific_entry_in_array].nested_event_property_name }}`
129-
- An example of this property might look like: `{{event_properties.shopping_cart__products[0].product_name}}`
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

0 commit comments

Comments
 (0)