1
0
Форкнуть 0

Merge pull request #10 from LindaLawton/master

Fixes to the readme for clarity and consistency
This commit is contained in:
Linda Lawton 2017-02-09 09:37:46 +01:00 коммит произвёл GitHub
Родитель c5f0d5334b d1f79a8500
Коммит 7de19d812f
1 изменённых файлов: 15 добавлений и 14 удалений

Просмотреть файл

@ -1,22 +1,23 @@
#Windows SDK for Google Analytics™
The Windows SDK for Google Analytics makes it easy to connect your Universal Windows Apps to Google Analytics.
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 Windows SDK for Google Analytics makes it easy to connect your Universal Windows Apps to Google Analytics Mobile App accounts.
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
- Actions (aka Events)
- Social Interactions
- Exceptions
- Enhanced commerce
- User Timings
- Custom Dimensions & Metrics
The SDK supports tracking for the following interaction ([Hit](https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#t)) types:
- Screen Views
- Actions (aka [Events](https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#events))
- [Social Interactions](https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#social)
- [Exceptions](https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#exception)
- [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:
- Session Management
- Cache Busting
- Dispatching (periodic and manual)
- [Session Management](https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#sc)
- [Cache Busting](https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#z)
- [Dispatching (periodic and manual)](https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#qt)
## 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.
###.NET foundation
This project is supported by the [.NET Foundation](https://dotnetfoundation.org/)
This project is supported by the [.NET Foundation](https://dotnetfoundation.org/)