File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -123,19 +123,19 @@ The following table helps translate your payload data into Liquid syntax:
123
123
124
124
<table >
125
125
<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>
129
129
</tr>
130
130
<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>
134
134
</tr>
135
135
<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>
139
139
</tr>
140
140
</table >
141
141
You can’t perform that action at this time.
0 commit comments