Skip to content

Commit c2b4af3

Browse files
Merge pull request #811 from segmentio/william/add-intro
Update README
2 parents 3be84b2 + dfa2d88 commit c2b4af3

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

README.md

+42
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,48 @@ analytics-ios is an iOS client for Segment.
88

99
Special thanks to [Tony Xiao](https://github.com/tonyxiao), [Lee Hasiuk](https://github.com/lhasiuk) and [Cristian Bica](https://github.com/cristianbica) for their contributions to the library!
1010

11+
<div align="center">
12+
<img src="https://user-images.githubusercontent.com/16131737/53752615-e66b8000-3e63-11e9-98f6-f478c7076537.png"/>
13+
<p><b><i>You can't fix what you can't measure</i></b></p>
14+
</div>
15+
16+
Analytics helps you measure your users, product, and business. It unlocks insights into your app's funnel, core business metrics, and whether you have product-market fit.
17+
18+
## How to get started
19+
1. **Collect analytics data** from your app(s).
20+
- The top 200 Segment companies collect data from 5+ source types (web, mobile, server, CRM, etc.).
21+
2. **Send the data to analytics tools** (for example, Google Analytics, Amplitude, Mixpanel).
22+
- Over 250+ Segment companies send data to eight categories of destinations such as analytics tools, warehouses, email marketing and remarketing systems, session recording, and more.
23+
3. **Explore your data** by creating metrics (for example, new signups, retention cohorts, and revenue generation).
24+
- The best Segment companies use retention cohorts to measure product market fit. Netflix has 70% paid retention after 12 months, 30% after 7 years.
25+
26+
[Segment](https://segment.com) collects analytics data and allows you to send it to more than 250 apps (such as Google Analytics, Mixpanel, Optimizely, Facebook Ads, Slack, Sentry) just by flipping a switch. You only need one Segment code snippet, and you can turn integrations on and off at will, with no additional code. [Sign up with Segment today](https://app.segment.com/signup).
27+
28+
### Why?
29+
1. **Power all your analytics apps with the same data**. Instead of writing code to integrate all of your tools individually, send data to Segment, once.
30+
31+
2. **Install tracking for the last time**. We're the last integration you'll ever need to write. You only need to instrument Segment once. Reduce all of your tracking code and advertising tags into a single set of API calls.
32+
33+
3. **Send data from anywhere**. Send Segment data from any device, and we'll transform and send it on to any tool.
34+
35+
4. **Query your data in SQL**. Slice, dice, and analyze your data in detail with Segment SQL. We'll transform and load your customer behavioral data directly from your apps into Amazon Redshift, Google BigQuery, or Postgres. Save weeks of engineering time by not having to invent your own data warehouse and ETL pipeline.
36+
37+
For example, you can capture data on any app:
38+
```js
39+
analytics.track('Order Completed', { price: 99.84 })
40+
```
41+
Then, query the resulting data in SQL:
42+
```sql
43+
select * from app.order_completed
44+
order by price desc
45+
```
46+
47+
### 🚀 Startup Program
48+
<div align="center">
49+
<a href="https://segment.com/startups"><img src="https://user-images.githubusercontent.com/16131737/53128952-08d3d400-351b-11e9-9730-7da35adda781.png" /></a>
50+
</div>
51+
If you are part of a new startup (&lt;$5M raised, &lt;2 years since founding), we just launched a new startup program for you. You can get a Segment Team plan (up to <b>$25,000 value</b> in Segment credits) for free up to 2 years — <a href="https://segment.com/startups/">apply here</a>!
52+
1153
## Installation
1254

1355
Analytics is available through [CocoaPods](http://cocoapods.org) and [Carthage](https://github.com/Carthage/Carthage).

0 commit comments

Comments
 (0)