Jorge A. Borges
Jorge A. Borges
[theiconic.com.au](http://theiconic.com.au) - We started to use it a few months ago, the whole development team has now taken a liking to it and new nodejs microservices are NestJS. Thanks for...
@irazasyed hey, sorry for the late reply. Yeah, feel free to send a PR, I get a mail when a PR is opened so I'll take a look ASAP.
@irazasyed This year I plan to release v3.0.0 which will be for PHP 7 and over, I plan to further decouple the HTTP client in this version in case people...
The library makes a blocking HTTPS call to the Google Analytics server, adding around 100ms~200ms to any process that is executing it. If you are using it as part of...
@mablae @Nyholm Sorry for the late reply, I'm picking up development of this very soon, let me review this and I'll let you know.
You mean as in automatically detecting if a Bot is generating the traffic and then the library would not send any hits? Because if that is the case I think...
@mildlygeeky The main purpose of this library is to send data to GA from the server side, yes. The plugin I mentioned above would detect when web traffic is being...
@mildlygeeky I see, well in our case we use it mainly for sending data to GA that we cannot send via regular JS tracking (such as product returns that happen...
It may have to do with the guzzlehttp implementation, yes. This was done in this PR: https://github.com/theiconic/php-ga-measurement-protocol/pull/6 A quick google of the issue guided me to this thread where I...
I'll remove it from the current README for the time being... I'm pretty sure this was working as I test it personally in v1 using Guzzle 5, I think it...