Merge pull request #10 from LindaLawton/master
Fixes to the readme for clarity and consistency
This commit is contained in:
Коммит
7de19d812f
29
README.md
29
README.md
|
@ -1,22 +1,23 @@
|
||||||
#Windows SDK for Google Analytics™
|
#Windows SDK for Google Analytics™
|
||||||
The Windows SDK for Google Analytics makes it easy to connect your Universal Windows Apps to Google Analytics.
|
The Windows SDK for Google Analytics makes it easy to connect your Universal Windows Apps to Google Analytics Mobile App accounts.
|
||||||
The SDK uses Google's [measurement protocol](https://developers.google.com/analytics/devguides/collection/protocol/) to send HTTP requests with user interaction data to Google's [Universal Analytics](https://support.google.com/analytics/answer/2790010) Services.
|
|
||||||
|
|
||||||
The SDK supports tracking for the following interaction types:
|
The SDK uses Google's [measurement protocol](https://developers.google.com/analytics/devguides/collection/protocol/) to send HTTP requests with user interaction data to Google's [Universal Analytics](https://support.google.com/analytics/answer/2790010) Services. The SDK also supports the [debug](https://developers.google.com/analytics/devguides/collection/protocol/v1/validating-hits) endpoint which will allows developers to test and validate their hits.
|
||||||
|
|
||||||
- Screen/Page Views
|
The SDK supports tracking for the following interaction ([Hit](https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#t)) types:
|
||||||
- Actions (aka Events)
|
|
||||||
- Social Interactions
|
- Screen Views
|
||||||
- Exceptions
|
- Actions (aka [Events](https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#events))
|
||||||
- Enhanced commerce
|
- [Social Interactions](https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#social)
|
||||||
- User Timings
|
- [Exceptions](https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#exception)
|
||||||
- Custom Dimensions & Metrics
|
- [Enhanced commerce](https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#enhanced-ecomm)
|
||||||
|
- [User Timings](https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#timing)
|
||||||
|
- [Custom Dimensions & Metrics](https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#customs)
|
||||||
|
|
||||||
The implementation supports:
|
The implementation supports:
|
||||||
|
|
||||||
- Session Management
|
- [Session Management](https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#sc)
|
||||||
- Cache Busting
|
- [Cache Busting](https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#z)
|
||||||
- Dispatching (periodic and manual)
|
- [Dispatching (periodic and manual)](https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#qt)
|
||||||
|
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
@ -45,4 +46,4 @@ Please use the [issues](https://github.com/dotnet/windows-sdk-for-google-analyti
|
||||||
We accept contributions to code, samples, and docs. Please submit pull requests.
|
We accept contributions to code, samples, and docs. Please submit pull requests.
|
||||||
|
|
||||||
###.NET foundation
|
###.NET foundation
|
||||||
This project is supported by the [.NET Foundation](https://dotnetfoundation.org/)
|
This project is supported by the [.NET Foundation](https://dotnetfoundation.org/)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче