staccato icon indicating copy to clipboard operation
staccato copied to clipboard

Ruby library to perform server-side tracking into the official Google Analytics Measurement Protocol

Results 6 staccato issues
Sort by recently updated
recently updated
newest added

It seems to be in alpha, but wouldn't it be easy to add support for GA4 ? https://developers.google.com/analytics/devguides/collection/protocol/ga4 (It is referenced from the v1 protocol https://developers.google.com/analytics/devguides/collection/protocol/v1/ page)

Resolves #97 * Item struct * add_payment_info Event started * porting tracker to a new v4 tracker

Would be interested to know why bundler caching of Travis hasn't been enabled in this repository. Thank you.

- Size-bounded queue using ruby stdlib `SizedQueue` for thread-safe queueing TODO: - [x] test what net/http, faraday adapters do when given an array (must match batch body for GA) -...

supporting [batch](https://developers.google.com/analytics/devguides/collection/protocol/v1/devguide#batch) events using a [buffer](https://github.com/jordansissel/ruby-stud/blob/master/lib/stud/buffer.rb) pattern would be a nice addition to this library.