Skip to content

Commit 4f6a8de

Browse files
committed
trying table headers [netlify-build]
1 parent d2b4185 commit 4f6a8de

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

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

124124
<table>
125125
<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>
129129
</tr>
130130
<tr>
131131
<td>Reference a specific event property</td>
@@ -139,7 +139,7 @@ The following table helps translate your payload data into Liquid syntax:
139139
</tr>
140140
</table>
141141

142-
### Basic Payload Email Example
142+
### Basic Email Example
143143

144144
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.
145145

@@ -151,11 +151,11 @@ This is an example of what your email using [HTML ](https://www.braze.com/docs/u
151151

152152
![A screenshot of the basic email](/docs/engage/images/braze_basic_email.png)
153153

154-
### Advanced Payload Example Email Example
154+
### Advanced Email Example
155155

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.
157157

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:
159159

160160
![A screenshot of an email example.](/docs/engage/images/braze-cart-advanced.png)
161161

0 commit comments

Comments
 (0)