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/connections/reverse-etl/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,9 +169,9 @@ The Segment Connections destination enables you to mold data extracted from your
169
169
> warning ""
170
170
> The Segment Connections destination sends data to Segment’s Tracking API, which has cost implications. New users count as new MTUs and each call counts as an API call. For information on how Segment calculates MTUs and API calls, please see [MTUs, Throughput and Billing](/docs/guides/usage-and-billing/mtus-and-throughput/).
171
171
172
-
## Supported Object and Arrays
172
+
## Supported object and arrays
173
173
174
-
When you set up destination actions in Reverse ETL, depending on the destination, some mapping fields may require data to be in the form of an object or array.
174
+
When you set up destination actions in Reverse ETL, depending on the destination, some [mapping fields](#step-4-create-mappings) may require data to be in the form of an [object](#object-mapping) or [array](#array-mapping).
175
175
176
176
### Object mapping
177
177
You can send data to a mapping field that requires object data. An example of object mapping is an `Order completed` model with a `Products` column that’s in object format.
@@ -192,8 +192,8 @@ To send data to a mapping field that requires object data, you can choose betwee
192
192
193
193
Option | Details
194
194
------ | --------
195
-
Customize Object | This enables you to manually set up the mapping fields with any data from the model. If the model contains some object data, you can select properties within the object to set up the mappings as well.
196
-
Select Object | This enables you to send all nested properties within an object. The model needs to provide data in the format of the object.
195
+
Customize object | This enables you to manually set up the mapping fields with any data from the model. If the model contains some object data, you can select properties within the object to set up the mappings as well.
196
+
Select object | This enables you to send all nested properties within an object. The model needs to provide data in the format of the object.
197
197
198
198
> success ""
199
199
> Certain object mapping fields have a fixed list of properties they can accept. If the names of the nested properties in your object don't match with the destination properties, the data won't send. Segment recommends you to use **Customize Object** to ensure your mapping is successful.
@@ -226,8 +226,8 @@ To send data to a mapping field that requires array data, you can choose between
226
226
227
227
Option | Details
228
228
------ | --------
229
-
Customize Array | This enables you to select the specific nested properties to send to the destination.
230
-
Select Array | This enables you to send all nested properties within the array.
229
+
Customize array | This enables you to select the specific nested properties to send to the destination.
230
+
Select array | This enables you to send all nested properties within the array.
231
231
232
232
> success ""
233
233
> Certain array mapping fields have a fixed list of properties they can accept. If the names of the nested properties in your array don't match the destination properties, the data won't send. Segment recommends you to use the **Customize array** option to ensure your mapping is successful.
0 commit comments