Skip to content

Commit 87f77ba

Browse files
authored
Merge pull request #178 from segmentio/repo-sync
repo sync
2 parents 8a77fd0 + 2e98c1b commit 87f77ba

File tree

1 file changed

+5
-6
lines changed
  • src/connections/destinations/catalog/datarangers

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ In addition to the docs below, please reference the [BytePlus integration guide]
1010

1111
This destination is maintained by BytePlus. For any issues with the destination, please [contact the BytePlus Support team](mailto:[email protected])
1212

13-
Getting Started
14-
13+
## Getting Started
1514

1615
{% include content/connection-modes.md %}
1716

@@ -24,7 +23,7 @@ Getting Started
2423
6. Enter the "API Key" in the "BytePlus" destination settings in Segment.
2524

2625

27-
Page
26+
## Page
2827

2928
If you aren’t familiar with the Segment Spec, take a look at the Page method documentation (https://segment.com/docs/connections/spec/page/) to learn about what it does. An example call would look like:
3029

@@ -36,7 +35,7 @@ analytics.page()
3635

3736
Segment sends Page calls to BytePlus as a `page` event.
3837

39-
Screen
38+
## Screen
4039

4140
If you aren’t familiar with the Segment Spec, take a look at the [Screen method documentation](https://segment.com/docs/connections/spec/screen/) to learn about what it does. An example call would look like:
4241
```obj-c
@@ -45,7 +44,7 @@ If you aren’t familiar with the Segment Spec, take a look at the [Screen metho
4544
4645
Segment sends Screen calls to BytePlus as a`screen`event.
4746
48-
Identify
47+
## Identify
4948
5049
If you aren’t familiar with the Segment Spec, take a look at the [Identify method documentation](https://segment.com/docs/connections/spec/identify/) to learn about what it does. An example call would look like:
5150
@@ -56,7 +55,7 @@ analytics.identify('userId123', {
5655
```
5756
Segment sends Identify calls to BytePlus as an `identify `event with `SSID`.
5857

59-
Track
58+
## Track
6059

6160
If you aren’t familiar with the Segment Spec, take a look at the [Track method documentation](https://segment.com/docs/connections/spec/track/) to learn about what it does. An example call would look like:
6261
```js

0 commit comments

Comments
 (0)