Skip to content

Commit a1d9729

Browse files
authored
Merge pull request #7606 from segmentio/random-edits
Install page fixes
2 parents f5c979d + db9bce5 commit a1d9729

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

src/getting-started/01-what-is-segment.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ In a nutshell, the Segment libraries ([Sources](/docs/connections/sources/catalo
1212
[Segment Spec methods](/docs/connections/spec/) are how you collect interaction data from your interfaces, and the [Sources](/docs/connections/sources/) are what you package with your interfaces to collect and route the data.
1313

1414
Once you've collected your interaction data, there are several different actions you can take:
15-
- Send it to [Destinations](/docs/connections/destinations/), which receive the data from any number of sources in real time
16-
- Send it to [Warehouses](/docs/connections/storage/) and other bulk storage tools, which hold your raw event schemas and update on regular intervals
15+
- Send it to [Destinations](/docs/connections/destinations/), which receive the data from any number of sources in real time.
16+
- Send it to [Warehouses](/docs/connections/storage/) and other bulk storage tools, which hold your raw event schemas and update on regular intervals.
1717
- Enrich the customer data you collect by [connecting data from your other tools](/docs/connections/sources/catalog/#cloud-apps), and then collect it in a warehouse to monitor performance, inform decision-making processes, and create uniquely customized user experiences.
1818
- Use [Engage](/docs/engage/), Twilio's marketing automation tool, to build marketing campaigns personalized to your audience.
1919

@@ -53,7 +53,7 @@ Although there are some tradeoffs between the two approaches, neither is better
5353
TODO: Image removed, didn't work with formatting. need a better version of this flowchart or else to just omit?-->
5454

5555

56-
## The Segment Methods
56+
## The Segment methods
5757

5858
The Segment libraries generate messages about what happens on your interface, translate those messages into different formats for use by destinations, and transmit the messages to those tools.
5959

src/getting-started/03-planning-full-install.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@ Now that you've seen Segment in action, step back and think through what a full
2424

2525
Be prepared to invest time deciding with stakeholders how to track your data, and planning how you'll analyze it. The time you spend here will save you lots of time in the future, as following Segment's best practices allows you to easily change your tracking later.
2626

27-
## Define Business Objectives
27+
## Define business objectives
2828

2929
<!-- Source: /docs/protocols/data-quality/ (modified)
3030
-->
3131

3232
Tracking is about learning and taking action. Think about what you want to know about your product or customers. Think about what assumptions need to be tested and what theories need to be proven true or false. Think about the unknowns. Here are some helpful questions to get started:
3333

34-
- What kind of events or data best illustrate or explain how your customers use your product?
34+
- What kinds of events or data best illustrate or explain how your customers use your product?
3535
- How do people discover, start using, and paying for your product?
3636
- What are the most important steps in a customer's journey?
3737

38-
While it may seem obvious, we highly recommend documenting your high-level business objectives. More specifically, ask yourself: what are the measurable business outcomes you want to achieve this year? Do you want to acquire new customers? Generate more new sign-ups, drive more incremental revenue among your current customer base?
38+
While it may seem obvious, we highly recommend documenting your high-level business objectives. More specifically, ask yourself: what are the measurable business outcomes you want to achieve this year? Do you want to acquire new customers? Generate more new sign-ups? Drive more incremental revenue among your current customer base?
3939

40-
The best way to answer this question is to interview stakeholders in your organization who will consume the data.
40+
The best way to answer these questions is to interview stakeholders in your organization who will consume the data.
4141

4242
With your business goals documented, the next step is to map user actions to those business goals. For example, if one of your goals is to activate new signups, you want to think about which activities are related to a signup. Ask yourself, what actions do people take _before_ signing up? Do specific actions predict a user signing up?
4343

@@ -55,7 +55,7 @@ While this list represents a tiny fraction of the user actions you _could_ track
5555

5656
## Decide what to collect
5757

58-
With your business objectives documented and mapped to user actions, it's time to build standards that you can use when deciding what to track. With your stakeholders, make a list of the actual events (page or screen views, and user actions) that you want to track. Think about all of the ways your users can interact with your site or app
58+
With your business objectives documented and mapped to user actions, it's time to build standards that you can use when deciding what to track. With your stakeholders, make a list of the actual events (page or screen views, and user actions) that you want to track. Think about all of the ways your users can interact with your site or app.
5959

6060
When you're first starting out, we recommend that you limit your tracking plan to a few core events, but add lots of properties to provide context about them. We generally see more success with the “less is more” philosophy of tracking data, but you might also decide to take a more liberal “track more and analyze later” approach. Like everything, each alternative has pros and cons that are important to consider especially as it relates to your company's needs.
6161

@@ -95,7 +95,7 @@ Regardless of approach, here are some important best practices to keep in mind:
9595

9696
- **Don't create events to track properties:** Avoid adding values to event names when they could be a property. Instead, add values as a property. For example, rather than having an event called "Read Blog Post - Best Tracking Plans Ever", create a "Blog Post Read" event and with a property like `"blog_post_title":"Best Tracking Plans Ever"`.
9797

98-
- **Don't create property keys dynamically:** Avoid creating property names like `"feature_1":"true"`,`"feature_2":"false"` as these are ambiguous and very difficult to analyze
98+
- **Don't create property keys dynamically:** Avoid creating property names like `"feature_1":"true"`,`"feature_2":"false"` as these are ambiguous and very difficult to analyze.
9999

100100
![An image comparing good and bad naming and collection standards](/docs/protocols/images/asset_nVdJ3ZyA.png)
101101

@@ -141,11 +141,11 @@ At Segment, we started out tracking these events:
141141
- **Source Data Sent**
142142
- **Subscription Started**
143143

144-
Then we added some peripheral events to to better understand how we're performing, for the following reasons:
144+
Then we added some peripheral events to better understand how we're performing, for the following reasons:
145145

146146
- **User Invited** When users invite more people to their organization, it's a good indicator that they're engaged and serious about using the product. This helps us measure growth in organizations.
147147
- **Destination Enabled** Turning on a destination is a key value driver for our customers.
148-
- **Debugger Call Expanded** When we see that a certain customer has used the live event stream feature a number of times, we can contact see if we can help them debug.
148+
- **Debugger Call Expanded** When we see that a customer has used the live event stream feature multiple times, we can contact them to see if we can help them debug.
149149

150150
For an Ecommerce company, however, the main events might be something like:
151151

0 commit comments

Comments
 (0)