-
Ensure
Filter
changes itstracking_scope
when the query's scope is changed (by calls torealtime
).Tony Pitale
-
Add
filters
andsegment_filters
to query duplicatingTony Pitale
-
Fix bug in
Query
where callingresults
did not retain previous basic optionsTony Pitale
-
Fix bug in
Query
where callingresults
after loading a collection would not load new data into the collectionTony Pitale
-
Refactor
User.request
into aRequest
class -
Implement a query class for management requests
-
Use
Request
for management with new query -
Add
quota_user
anduser_ip
onUser
for quota managementTony Pitale
-
Legato::User#segments
-
Legato::User#goals
-
README fixes to
filter
block syntaxYuji Yamamoto
-
Use Query#tracking_scope when converting
metrics
,dimensions
, andsort
list of parameters withto_params
Tony Pitale
- Adds support to lookup parent
web_property
oraccount
from a childprofile
.
-
Adds
realtime
toLegato::Model
, returnsQuery
with tracking_scope set for the realtime APITony Pitale
-
Fixes
sampling_level
not being properly sent in query paramsTony Pitale
-
Fixes
realtime
on query to change thetracking_scope
to 'rt' and returnself
, aQuery
Tony Pitale
-
Adds Management Goal under Profile
-
Adds Management Segment
-
Adds all
attributes
to WebProperty -
Adds
legato
CLILoads OAuth2 configuration and a legato user before dropping you into an
irb
session.Tony Pitale
-
Changed Query API for #metrics & #dimensions
If you add metrics and dimensions to a query, it will not modify the parent (of the query) class's dimensions or metrics. Resolves issue #40.
Tony Pitale
- Added dynamic segment support from @etiennebarrie
- Fixed some readme typos from PR by @juuso
-
Merged branch oauth-1-support
If you pass on an OAuth 1 (not 2, the default) token from the OAuth gem, Legato will use that. Support for OAuth 2 is greater than OAuth 1 because of subtle and annoying differences in their operation.
Tony Pitale
-
Specify request fields to slim down content returned
Include request fields columnHeaders/name, rows, totalResults, totalsForAllResults
Patrick Roby
-
Add total results and totals_for_all_results to Query#load
Patrick Roby
-
Change :order to :sort to match GA
Patrick Roby
-
Add webPropertyId to Management::Profile
Patrick Roby
-
Allow explicitly setting the join character on filters
Tony Pitale
-
1.8.7 Support
Tony Pitale
-
Initial implementation
Tony Pitale