Skip to content

Commit 61f3fac

Browse files
committed
minor style stuff
1 parent 9b55c1d commit 61f3fac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/guides/intro-impl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Segment for Developers
55
This guide explains all you need to know to get started with your Segment implementation, and directs you to more resources depending on your specific needs.
66

77
> info ""
8-
> If you haven't already, you should read the [detailed explanation of Segment](/docs/guides/) on the previous page!
8+
> If you haven't already, you should read the [detailed explanation of Segment](/docs/guides/) on the previous page.
99
1010
{% include components/reference-button.html href="https://university.segment.com/introduction-to-segment/324262?reg=1&referrer=docs" icon="media/academy.svg" title="Segment University: Segment in Action" description="See a quick example of Segment working on an ecommerce website. (Must be logged in to access.)" %}
1111

@@ -15,7 +15,7 @@ Segment sends messages about activities in your mobile apps, websites or servers
1515

1616
## Types of Segment messages
1717

18-
Segment's libraries generate and send messages to our tracking API in JSON format, and provide a standard structure for the basic API calls. We also provide recommended JSON structure (also known as a schema, or 'Spec') that helps keep the most important parts of your data consistent, while allowing great flexibility in what other information you collect and where.
18+
Segment's libraries generate and send messages to our tracking API in JSON format, and provide a standard structure for the basic API calls. Segment also provides recommended JSON structure (also known as a schema, or Spec) that helps keep the most important parts of your data consistent, while allowing great flexibility in what other information you collect and where.
1919

2020
There are six calls in the basic tracking API, which answer specific questions:
2121

@@ -33,7 +33,7 @@ The other three, Track, Page, and Screen, can be considered as increasingly spec
3333
A Track call is the most basic type of call, and can represent any type of event. Page and Screen are similar and are triggered by a user viewing a page or screen, however Page calls can come from both web and mobile-web views, while Screen calls *only* occur on mobile devices. Because of the difference in platform, the context information collected is very different between the two types of calls.
3434

3535
> success ""
36-
> **Tip**! Segment recommends that you always use the Page and Screen calls when recording a page-view, rather than creating a "Page Viewed" event, because the Page/Screen calls automatically collect much better context information.
36+
> Segment recommends that you always use the Page and Screen calls when recording a page-view, rather than creating a "Page Viewed" event, because the Page/Screen calls automatically collect much better context information.
3737
3838
## Anatomy of a Segment message
3939

0 commit comments

Comments
 (0)