Skip to content

Commit d2fa551

Browse files
authored
Merge pull request #8070 from segmentio/DOCSPLAT-3055-1
DOCSPLAT 3055 Changes to simplify serialization
2 parents 9c10901 + d477e3e commit d2fa551

File tree

5 files changed

+23
-14
lines changed

5 files changed

+23
-14
lines changed

src/_includes/content/beta-note.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
<div class="premonition info"><div class="fa fa-info-circle"></div><div class="content"><p class="header">This document is about a {{ page.integration_type }} which is in beta</p><p markdown=1>This means that the {{ page.title }} is in active development, and some functionality may change before it becomes generally available.</p></div></div>
1+
<div class="premonition info">
2+
<div class="fa fa-info-circle"></div>
3+
<div class="content">
4+
<p class="header">This document is about a {{ page.integration_type }} which is in beta</p>
5+
<p markdown=1>This means that the {{ page.title }} is in active development, and some functionality may change before it becomes generally available.</p>
6+
</div>
7+
</div>
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<div class="premonition warning"><div class="fa fa-exclamation-circle"></div><div class="content"><p class="header">HTTP Tracking API limits</p><p>Segment's HTTP Tracking API accepts batch requests up to <strong>500KB</strong>. To avoid errors in event creation, ensure that individual event payload sizes remain below <strong>32KB</strong>.</p>
2-
3-
4-
</div></div>
1+
> warning "HTTP Tracking API limits"
2+
>
3+
> Segment's HTTP Tracking API accepts batch requests up to **500 KB**. To avoid errors in event creation, ensure that individual event payload sizes remain below **32 KB**.

src/connections/sources/catalog/cloud-apps/radar/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,22 +76,22 @@ Radar will also send the following user traits to Segment, depending on Radar us
7676
</tr>
7777
<tr>
7878
<td>radar_geofence_ids</td>
79-
<td>array <string></td>
79+
<td>array \<string></td>
8080
<td>An array of IDs of the user's last known geofences.</td>
8181
</tr>
8282
<tr>
8383
<td>radar_geofence_description</td>
84-
<td>array <string></td>
84+
<td>array \<string></td>
8585
<td>An array of descriptions of the user's last known geofences.</td>
8686
</tr>
8787
<tr>
8888
<td>radar_geofence_tags</td>
89-
<td>array <string></td>
89+
<td>array \<string></td>
9090
<td>An array of tags of the user's last known geofences.</td>
9191
</tr>
9292
<tr>
9393
<td>radar_geofence_external_ids</td>
94-
<td>array <string></td>
94+
<td>array \<string></td>
9595
<td>An array of external IDs of the user's last known geofences.</td>
9696
</tr>
9797
<tr>
@@ -111,7 +111,7 @@ Radar will also send the following user traits to Segment, depending on Radar us
111111
</tr>
112112
<tr>
113113
<td>radar_place_categories</td>
114-
<td>array <string></td>
114+
<td>array \<string></td>
115115
<td>List of the [categories of the place](https://www.radar.com/documentation/places/categories){:target="_blank”}.</td>
116116
</tr>
117117
<tr>

src/connections/sources/catalog/cloud-apps/youbora/index.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,13 @@ For now, YOUBORA is sending all the auto-tracked events as `Youbora Event`
4444
Below is a table outlining the properties included in the event listed above.
4545

4646
<table class="table table-bordered table-hover table-condensed">
47-
<thead><tr><th title="Field #1">Property</th>
48-
<th title="Field #2">Description</th>
49-
<th title="Field #3">Magnitude</th>
50-
</tr></thead>
47+
<thead>
48+
<tr>
49+
<th title="Field #1">Property</th>
50+
<th title="Field #2">Description</th>
51+
<th title="Field #3">Magnitude</th>
52+
</tr>
53+
</thead>
5154
<tbody><tr>
5255
<td>ad_campaign</td>
5356
<td>Ad Campaign name</td>

src/connections/sources/catalog/libraries/server/go/v2/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ client.Identify(&analytics.Identify{
239239
"friends": 42,
240240
},
241241
})
242+
```
242243

243244
// the identified user does actions ...
244245
```go

0 commit comments

Comments
 (0)