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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,9 +123,9 @@ The following table helps translate your payload data into Liquid syntax:
123
123
124
124
<table>
125
125
<tr>
126
-
<td>Reference Data Definition</td>
127
-
<td>Liquid Syntax</td>
128
-
<td>Example Properties</td>
126
+
<th>Reference Data Definition</th>
127
+
<th>Liquid Syntax</th>
128
+
<th>Example Properties</th>
129
129
</tr>
130
130
<tr>
131
131
<td>Reference a specific event property</td>
@@ -139,7 +139,7 @@ The following table helps translate your payload data into Liquid syntax:
139
139
</tr>
140
140
</table>
141
141
142
-
### Basic Payload Email Example
142
+
### Basic Email Example
143
143
144
144
Use the Segment payload data you [copied when setting up your Linked audience](/docs/engage/audiences/linked-audiences#showhide-preview) to build an abandoned cart email campaign that includes specific information for the product in a customer’s shopping cart.
145
145
@@ -151,11 +151,11 @@ This is an example of what your email using [HTML ](https://www.braze.com/docs/u
151
151
152
152

153
153
154
-
### Advanced Payload Example Email Example
154
+
### Advanced Email Example
155
155
156
-
Use the Segment payload data you [copied when setting up your Linked audience](/docs/engage/audiences/linked-audiences#showhide-preview) to build your personalize your campaign with a dynamic event payload, you can use an [iteration tag](https://www.braze.com/docs/user_guide/personalization_and_dynamic_content/liquid/supported_personalization_tags/#iteration-tags){:target="_blank"} to run a block of code repeatedly. In this abandoned cart email campaign example, you can use a `for loop` to list all of the products and their related prices in a customer’s shopping cart.
156
+
Use the Segment payload data you [copied when setting up your Linked audience](/docs/engage/audiences/linked-audiences#showhide-preview) to build an abandoned cart email campaign where you can use an [iteration tag](https://www.braze.com/docs/user_guide/personalization_and_dynamic_content/liquid/supported_personalization_tags/#iteration-tags){:target="_blank"} to run a block of code repeatedly. In this example, you can use a `for loop` to list all of the products and their related prices in a customer’s shopping cart.
157
157
158
-
When an email is sent, it will list all of the products and their related prices in your customer’s shopping cart. It might look like the following:
158
+
When an email is sent, it will list all of the products and their related prices in your customer’s shopping cart. It might look like the following:
159
159
160
160

0 commit comments