Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion src/_includes/content/beta-note.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
<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>
<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>
7 changes: 3 additions & 4 deletions src/_includes/content/tracking-api-limit.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<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>


</div></div>
> warning "HTTP Tracking API limits"
>
> 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**.
10 changes: 5 additions & 5 deletions src/connections/sources/catalog/cloud-apps/radar/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,22 +76,22 @@ Radar will also send the following user traits to Segment, depending on Radar us
</tr>
<tr>
<td>radar_geofence_ids</td>
<td>array <string></td>
<td>array \<string></td>
<td>An array of IDs of the user's last known geofences.</td>
</tr>
<tr>
<td>radar_geofence_description</td>
<td>array <string></td>
<td>array \<string></td>
<td>An array of descriptions of the user's last known geofences.</td>
</tr>
<tr>
<td>radar_geofence_tags</td>
<td>array <string></td>
<td>array \<string></td>
<td>An array of tags of the user's last known geofences.</td>
</tr>
<tr>
<td>radar_geofence_external_ids</td>
<td>array <string></td>
<td>array \<string></td>
<td>An array of external IDs of the user's last known geofences.</td>
</tr>
<tr>
Expand All @@ -111,7 +111,7 @@ Radar will also send the following user traits to Segment, depending on Radar us
</tr>
<tr>
<td>radar_place_categories</td>
<td>array <string></td>
<td>array \<string></td>
<td>List of the [categories of the place](https://www.radar.com/documentation/places/categories){:target="_blank”}.</td>
</tr>
<tr>
Expand Down
11 changes: 7 additions & 4 deletions src/connections/sources/catalog/cloud-apps/youbora/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,13 @@ For now, YOUBORA is sending all the auto-tracked events as `Youbora Event`
Below is a table outlining the properties included in the event listed above.

<table class="table table-bordered table-hover table-condensed">
<thead><tr><th title="Field #1">Property</th>
<th title="Field #2">Description</th>
<th title="Field #3">Magnitude</th>
</tr></thead>
<thead>
<tr>
<th title="Field #1">Property</th>
<th title="Field #2">Description</th>
<th title="Field #3">Magnitude</th>
</tr>
</thead>
<tbody><tr>
<td>ad_campaign</td>
<td>Ad Campaign name</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ client.Identify(&analytics.Identify{
"friends": 42,
},
})
```

// the identified user does actions ...
```go
Expand Down
Loading