You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/engage/audiences/linked-audiences-braze.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,11 +122,11 @@ The following is an example of what your payload data might look like with neste
122
122
The following helps translate your payload data into Liquid syntax:
123
123
124
124
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>
127
127
- 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>
0 commit comments