Skip to content

Commit b246050

Browse files
authored
Merge branch 'segmentio:develop' into develop
2 parents d7c8f34 + 627441e commit b246050

File tree

4 files changed

+12
-119
lines changed

4 files changed

+12
-119
lines changed

src/connections/reverse-etl/index.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,28 +97,29 @@ To create a mapping:
9797
4. Select the model to sync from.
9898
5. Select the **Action** you want to sync and click **Next**.
9999
* Actions determine the information sent to the destination. The list of Actions will be unique to each destination.
100-
6. In the **Select record to map and send** section, select which records to send to your destination after Segment completes extracting data based on your model. You can choose from:
100+
6. Add the mapping's name. The initial name will default to the Action's name (e.g. 'Track Event') but is completely customizable. It will allow you to identify the mapping amongst others.
101+
7. In the **Select record to map and send** section, select which records to send to your destination after Segment completes extracting data based on your model. You can choose from:
101102
* Added records
102103
* Updated records
103104
* Added or updated records
104105
* Deleted records
105-
7. Select a test record to preview the fields that you can map to your destination in the **Add test record** field.
106-
8. Select the Schedule type for the times you want the model’s data to be extracted from your warehouse. You can choose from:
106+
8. Select a test record to preview the fields that you can map to your destination in the **Add test record** field.
107+
9. Select the Schedule type for the times you want the model’s data to be extracted from your warehouse. You can choose from:
107108
* **Interval**: Extractions perform based on a selected time cycle.
108109
* **Day and time**: Extractions perform at specific times on selected days of the week.
109-
9. Select how often you want the schedule to sync in **Schedule configuration**.
110+
10. Select how often you want the schedule to sync in **Schedule configuration**.
110111
* For an **Interval** schedule type, you can choose from: 15 minutes, 30 minutes, 1 hour, 2 hours, 4 hours, 6 hours, 8 hours, 12 hours, 1 day.
111112
* 15 minutes is considered real-time for warehouse syncs
112113
* For a **Day and time** schedule type, you can choose the day(s) you’d like the schedule to sync as well as the time.
113114
* You can only choose to start the extraction at the top of the hour.
114115
* Scheduling multiple extractions to start at the same time inside the same data warehouse causes extraction errors.
115-
10. Define how to map the record columns from your model to your destination in the **Select Mappings** section.
116+
11. Define how to map the record columns from your model to your destination in the **Select Mappings** section.
116117
* You map the fields that come from your source, to fields that the destination expects to find. Fields on the destination side depend on the type of action selected.
117118
* If you're setting up a destination action, depending on the destination, some mapping fields may require data to be in the form of an object or array. See the [supported objects and arrays for mapping](#supported-object-and-arrays).
118-
11. *(Optional)* Send a test record to verify the mappings correctly send to your destination.
119-
12. Click **Create Mapping**.
120-
13. Select the destination you’d like to enable on the **My Destinations** page under **Reverse ETL > Destinations**.
121-
14. Turn the toggle on for the **Mapping Status**. Events that match the trigger condition in the mapping will be sent to the destination.
119+
12. *(Optional)* Send a test record to verify the mappings correctly send to your destination.
120+
13. Click **Create Mapping**.
121+
14. Select the destination you’d like to enable on the **My Destinations** page under **Reverse ETL > Destinations**.
122+
15. Turn the toggle on for the **Mapping Status**. Events that match the trigger condition in the mapping will be sent to the destination.
122123
* If you disable the mapping state to the destination, events that match the trigger condition in the mapping won’t be sent to the destination.
123124

124125
To add multiple mappings from your warehouse to your destination, repeat steps 1-13 above.

src/connections/sources/catalog/libraries/website/javascript/analytics-js-2.md

Lines changed: 0 additions & 85 deletions
This file was deleted.

src/connections/sources/catalog/libraries/website/javascript/index.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,27 +1006,4 @@ Here are some examples of using Analytics.js. Note that the examples assume Anal
10061006
10071007
## External dependencies
10081008
1009-
Analytics.js includes the following open source dependencies:
1010-
1011-
**uuid v2.0.0** ([https://github.com/lukeed/uuid](https://github.com/lukeed/uuid))
1012-
Copyright Luke Edwards <[luke.edwards05@gmail.com](mailto:luke.edwards05@gmail.com)> ([lukeed.com](https://lukeed.com/))
1013-
License: MIT License, available here: [https://github.com/lukeed/uuid/blob/master/license](https://github.com/lukeed/uuid/blob/master/license)
1014-
1015-
1016-
**dset v2.0.1** ([https://github.com/lukeed/dset](https://github.com/lukeed/dset))
1017-
Copyright (c) Luke Edwards <[luke.edwards05@gmail.com](mailto:luke.edwards05@gmail.com)> ([lukeed.com](https://lukeed.com/))
1018-
License: MIT License, available here: [https://github.com/lukeed/dset/blob/master/license](https://github.com/lukeed/dset/blob/master/license)
1019-
1020-
**js-cookie v2.2.1**
1021-
Copyright (c) 2018 Copyright 2018 Klaus Hartl, Fagner Brack, GitHub Contributors
1022-
  License: MIT License, available here: [https://github.com/js-cookie/js-cookie/blob/master/LICENSE](https://github.com/js-cookie/js-cookie/blob/master/LICENSE)
1023-
1024-
**md5 v2.3.0** ([https://github.com/pvorb/node-md5](https://github.com/pvorb/node-md5))
1025-
Copyright (c) 2011-2012, Paul Vorbach.
1026-
Copyright (c) 2009, Jeff Mott.
1027-
License: BSD-3-Clause “New” or “Revised” License, available at:
1028-
[https://github.com/pvorb/node-md5/blob/master/LICENSE](https://github.com/pvorb/node-md5/blob/master/LICENSE)
1029-
1030-
**unfetch v4.1.0** ([https://github.com/developit/unfetch](https://github.com/developit/unfetch))
1031-
Copyright (c) 2017 Jason Miller
1032-
License: MIT License, available at: [https://github.com/developit/unfetch/blob/master/LICENSE.md](https://github.com/developit/unfetch/blob/master/LICENSE.md)
1009+
Analytics.js production dependencies are [listed under the **dependencies** key](https://github.com/segmentio/analytics-next/blob/master/packages/browser/package.json){:target="_blank”}.

src/connections/spec/common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Other libraries only collect `context.library`, any other context variables must
200200
| traits | |||
201201
| userAgent || ||
202202
| userAgentData* || | |
203-
| timezone | |||
203+
| timezone | |||
204204

205205
- IP Address isn't collected by Segment's libraries, but is instead filled in by Segment's servers when it receives a message for **client side events only**.
206206
> info "IPv6 Addresses are not Supported"

0 commit comments

Comments
 (0)