Skip to content

Commit ef92210

Browse files
committed
trying a few things with tables
1 parent 4f6a8de commit ef92210

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -123,19 +123,19 @@ The following table helps translate your payload data into Liquid syntax:
123123

124124
<table>
125125
<tr>
126-
<th>Reference Data Definition</th>
127-
<th>Liquid Syntax</th>
128-
<th>Example Properties</th>
126+
<th style="width:10%">Reference Data Definition</th>
127+
<th style="width:60%">Liquid Syntax</th>
128+
<th style="width:30%">Example Properties</th>
129129
</tr>
130130
<tr>
131-
<td>Reference a specific event property</td>
132-
<td><code>{% raw %}{{event_properties.event_property_name}}{% endraw %}</code></td>
133-
<td><code>{% raw %}{{event_properties.first_name}}{% endraw %}</code></td>
131+
<td style="width:10%">Reference a specific event property</td>
132+
<td style="width:60%"><samp>{% raw %}{{event_properties.event_property_name}}{% endraw %}</samp></td>
133+
<td style="width:30%"><samp>{% raw %}{{event_properties.first_name}}{% endraw %}</samp></td>
134134
</tr>
135135
<tr>
136-
<td>Reference nested event properties within an Array</td>
137-
<td><code>{% raw %}{{event_property_name.[#_that_represents_specific_entry_in_array].nested_event_property_name }}{% endraw %}</code></td>
138-
<td><code>{% raw %}{{event_properties.shopping_cart__products[0].product_name}}{% endraw %}</code></td>
136+
<td style="width:10%">Reference nested event properties within an Array</td>
137+
<td style="width:60%"><samp>{% raw %}{{event_property_name.[#_that_represents_specific_entry_in_array].nested_event_property_name }}{% endraw %}</samp></td>
138+
<td style="width:30%"><samp>{% raw %}{{event_properties.shopping_cart__products[0].product_name}}{% endraw %}</samp></td>
139139
</tr>
140140
</table>
141141

0 commit comments

Comments
 (0)