Skip to content

Commit 4f94e36

Browse files
author
markzegarelli
authored
Merge branch 'master' into DOC-48_priv-and-stripe-updates
2 parents 8c825ad + 5ab4dfd commit 4f94e36

File tree

14 files changed

+297
-302
lines changed

14 files changed

+297
-302
lines changed

src/_sass/components/_markdown.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@
233233

234234
&:first-of-type {
235235
padding-left: 5px;
236+
min-width: 150px;
236237
}
237238

238239
&:last-of-type {

src/connections/destinations/catalog/repeater/index.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,20 @@ This destination is maintained by Segment.
66

77
## Getting Started
88

9-
The Repeater destination forwards events from a source back into another source, as though that event occured in the second source.
9+
The Repeater destination forwards events from a source back into another source, as though that event occurred in the second source.
1010

11-
Events are not cached in the Repeater, so it only handles real-time events. You can specify multiple sources as Repeater destinatons.
12-
13-
*Segment does not double count MTUs for Repeater events.*
11+
Events are not cached in the Repeater, so it only handles real-time events. You can specify multiple sources as Repeater destinations.
1412

1513
## Configuration
1614

17-
Add the Repeater as a destination for the source that you would like to replicate events from.
15+
Add the Repeater as a destination for the source that you want to replicate events from.
1816

19-
Find the source that you would like events to flow to, and copy the write key from that source.
17+
Find the source that you want events to flow to, and copy the `writeKey` from that source.
2018

21-
Go back to the Repeater destination and add this write key to the write keys list for Repeater.
19+
Go back to the Repeater destination's settings, and add this `writeKey` to the write keys list for Repeater.
2220

2321
You can do this for as many sources as you need.
2422

2523
![](images/write-key-settings.png)
2624

27-
Repeater will replay all events it gets to the sources you specified using the write key(s) you specified.
25+
Repeater sends all events it receives to the sources you specified, identified by the write key(s) you added.

src/connections/sources/about-cloud-sources.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ Sources are functionally comprised of either one or both of the following compon
2828

2929
### Sync frequency
3030

31-
When you enable a source and grant us access by pasting an API key or authenticating with OAuth, Segment starts a scheduled job on your behalf which makes requests to the downstream tool, normalizes and transforms the data, and forwards the data to the Segment API. We make an effort to use as few API calls as possible, opting to fetch only data that has changed since the previous sync where possible. This can be an intensive process, especially on first sync, so we have lots of affordances in place for retries and to respect rate limits imposed by the partner.
31+
You enable a cloud source from the Segment web app, and grant Segment access by pasting an API key or authenticating with OAuth. Segment then starts a scheduled job on your behalf which makes requests to the downstream tool, normalizes and transforms the data, and forwards that data to the Segment API.
3232

33-
### API Call Usage and Collection Selection
33+
Cloud sources attempt to use as few API calls as possible, and (where possible) only fetch data that changed since the last sync. The syncs might take a long time (especially on the first sync), so the cloud source syncs have robust retry and rate limiting logic.
34+
35+
### API call use and collection selection
3436

3537
We make an effort to be respectful of your API call allotments and limits. For example, in the case of Salesforce, we issue only one query per collection per run, using the absolute minimum number of API calls possible (typically about 350/day).
3638

@@ -83,7 +85,7 @@ Sometimes, when the sync job fails due to an unhandled error or is mysteriously
8385

8486
In general, we've focused on pulling all of the collections directly related to the customer experience. We do not automatically pull all collections available from a partner API, since many of them aren't relevant to the customer journey. You can see a list of the collections we pull in the docs [for each cloud source](/docs/connections/sources/catalog/#cloud-apps). Each collection reflects a table in your database.
8587

86-
[Let us know](https://segment.com/help/contact) if you need additional data collected or to change the schema to do the analysis you want. We'd love to know what analysis you're trying to run, what additional data you need, and we'll share with the product team to evaluate.
88+
[Contact Segment Product Support](https://segment.com/help/contact) if you need additional data collected, or to change the schema to do the analysis you want. We'd love to know what analysis you're trying to run, what additional data you need, and we'll share with the product team to evaluate.
8789

8890
### What questions can you answer with data from cloud, web, and mobile sources combined in a single warehouse?
8991

src/connections/sources/catalog/cloud-apps/shopify-littledata/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Shopify by Littledata Source
33
source-type: event
4+
published: false
45
---
56

67
Littledata is a smart analytics app that automates ecommerce tracking. Littledata's [Shopify-to-Segment connection](https://www.littledata.io/connections/segment/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) automatically tracks key ecommerce events on a Shopify or Shopify Plus store, so you can use Shopify as a source in your Segment workspace.
28.2 KB
Loading

0 commit comments

Comments
 (0)