Skip to content

Commit ceadda5

Browse files
authored
Merge pull request #433 from segmentio/repo-sync
repo sync
2 parents a4657b1 + 58d1ce5 commit ceadda5

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
If you're having trouble we have a few tips that help common problems.
2-
1+
The following tips often help resolve common issues.

src/_includes/menu/menu.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
</a>
2727
</li>
2828

29-
<!-- <li class="menu-item {% if currentPage == "release-notes" %}menu-item--active{% endif %}">
29+
<li class="menu-item">
3030
<a class="menu-item__link menu-item__link--highlight menu-item__link--icon flex flex--middle" href="https://segment.com/release-notes/" target="_blank">
3131
<div class="menu-item__icon flex__column">
3232
{% include icons/megaphone.svg %}
3333
</div>
3434

3535
<div class="flex__column">Release Notes</div>
3636
</a>
37-
</li> -->
37+
</li>
3838

3939
<li class="menu-item menu-item--separated">
4040
<a class="menu-item__link menu-item__link--small menu-item__link--highlight" href="https://segment.com/">Back to Segment.com</a>

src/connections/sources/catalog/libraries/server/http-api/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Segment welcomes feedback on API responses and error messages. [Reach out to sup
2828

2929
## Rate Limits
3030

31-
There is no hard rate limit at which point Segment will drop your data. [Contact support](https://segment.com/help/contact/) if you need to import at a rate exceeding 500 requests per second. Requests include batches sent with the [batch method](#batch), which means you can send a large batch of events inside of a single request.
31+
The HTTP API has no hard rate limit. However, Segment recommends not exceeding 500 requests per second, including large groups of events sent with a single [`batch` request](#batch).
3232

3333
## Max Request Size
3434

@@ -182,7 +182,7 @@ Find details on the **`screen` payload** in our [Spec](/docs/connections/spec/sc
182182

183183
## Group
184184

185-
`group` lets you associate an [identified user](/docs/connections/sources/catalog/libraries/server/node/#identify) with a group. A group could be a company, organization, account, project or team! It also lets you record custom traits about the group, like industry or number of employees.
185+
`group` lets you associate an [identified user](/docs/connections/sources/catalog/libraries/server/node/#identify) with a group. A group could be a company, organization, account, project, or team. It also lets you record custom traits about the group, like industry or number of employees.
186186

187187
This is useful for tools like [Intercom](/docs/connections/destinations/catalog/intercom/), [Preact](/docs/connections/destinations/catalog/preact/) and [Totango](/docs/connections/destinations/catalog/totango/), as it ties the user to a **group** of other users.
188188

@@ -255,7 +255,7 @@ You can import historical data by adding the `timestamp` argument to any of your
255255

256256
Historical imports can only be done into destinations that can accept historical timestamped data. Most analytics tools like Mixpanel, Amplitude, and Kissmetrics can handle that type of data just fine. One common destination that does not accept historical data is Google Analytics since their API cannot accept historical data.
257257

258-
**Note:** If you're tracking things that are happening right now, leave out the `timestamp` and our servers will timestamp the requests for you.
258+
**Note:** If you're tracking things that are happening right now, leave out the `timestamp` and Segment servers will timestamp the requests for you.
259259

260260
## Batch
261261

@@ -400,6 +400,6 @@ When sending a HTTP call from a user's device, you can collect the IP address by
400400

401401
1. Double check that you've set up the library correctly.
402402

403-
2. Make sure that you're calling one of our API methods once the library is successfully installed—[`identify`](#identify), [`track`](#track), and so on.
403+
2. Make sure that you're calling a Segment API method once the library is successfully installed—[`identify`](#identify), [`track`](#track), and so on.
404404

405405
{% include content/troubleshooting-server-integration.md %}

0 commit comments

Comments
 (0)