Subject: | Should not require dimensions parameter |
Thanks for this useful package.
The _params method in Net::Google::Analytics::DataFeedRequest requires a "dimensions"
parameter, but the API documentation says this is optional -- you can leave it out when
requesting a grand total of some metric without any breakdown dimensions.
I patched a local copy of this method to not require dimensions and confirmed that everything
else worked as expected.
-Simon