RIDGIDSoftwareSolutions / Universal-Analytics-For-DotNet

A .NET wrapper over top of Google's Universal Analytics Measurement Protocol API
MIT License
14 stars 5 forks source link

Add support for additional field #14

Open Dmitry-Klymenko opened 5 years ago

Dmitry-Klymenko commented 5 years ago

While tracking events in GA it is important to know what page/screen/hostname they happened on. A quick solution to give a pass-thru for fields payload and just add it to the hit url.

Another one: an ability to validating against /debug/ endpoint would be useful as well