Releases: weenhanceit/gaapi
Releases · weenhanceit/gaapi
0.5.1
Compare
Sorry, something went wrong.
No results found
lcreid
released this
10 Dec 02:57
Bugfixes
[#9 ] Handle reports with no rows.
0.5.0
Compare
Sorry, something went wrong.
No results found
lcreid
released this
07 Dec 22:39
Breaking changes
Removed an unused parameter from Report.new.
New features
Added is_data_golden and next_page_token methods to Row and Report.
Improved the Yard documentation.
0.4.3
Compare
Sorry, something went wrong.
No results found
lcreid
released this
28 Nov 21:09
Bugfixes
[#7 ] Fix CSV output when no totals requested in GA query.
0.4.2
Compare
Sorry, something went wrong.
No results found
lcreid
released this
06 Nov 16:37
Bugfixes
[#6 ] Correct the conversion of TIME metrics.
0.4.1
Compare
Sorry, something went wrong.
No results found
lcreid
released this
01 Nov 02:45
Bugfixes
Fix the faulty attempt to automate requires.
0.4.0
Compare
Sorry, something went wrong.
No results found
lcreid
released this
01 Nov 01:26
Breaking changes
The CSV output from the command-line tool may have changed in certain edge cases, like when no dimensions are specified in the query.
New features
Report and Row classes for the result make writing Ruby code a little easier.
[#5 ] Dimensions and metrics in rows can be accessed by name. See the README.
0.3.0
Compare
Sorry, something went wrong.
No results found
lcreid
released this
23 Oct 16:00
New features
[#4 ] The query can now be specified as a string, a JSON hash, or a regular Ruby hash with symbolic keys.
[#3 ] gaapi automatically retrieves the Google Analytics-defined maximum of 10,000 rows, unless the user specifies a lower limit.
0.2.1
Compare
Sorry, something went wrong.
No results found
lcreid
released this
07 Sep 21:20
Breaking changes
New features
Bugfixes
gaapi returns appropriate exit status to operating system.
0.2.0
Compare
Sorry, something went wrong.
No results found
lcreid
released this
07 Sep 04:16
Breaking changes
Refactor code so it's more useful to incorporate in other programs.
New features
Bugfixes