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™ #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/)