SempaiGames / haxe-ga

GoogleAnalytics Client API port to Haxe
Other
60 stars 23 forks source link

Fixing a bug around event value logic #22

Closed chipbell4 closed 5 years ago

chipbell4 commented 7 years ago

According to this: https://developers.google.com/analytics/devguides/collection/analyticsjs/field-reference#eventValue

Events can have non-negative values, meaning that 0 and higher are acceptable. The original logic was a bit off since it disallowed 0, and allowed negatives.

chipbell4 commented 7 years ago

Any updates on this? Tweaks I need to make?