Justin Grover

Results 20 issues of Justin Grover

First off I LOVE doit. Such a brilliant piece of tech and a real-timesaver. I have a lot of tasks that take multiple minutes to run. These are things like...

Update to add a segments property to the suite object e.g. `suite.segments` The property should use the Segments.Get API

Steps: Include GEO Filter by Tokyo Notice: The error produced

bug

should be able to do something like this. ```python len(report) ```

enhancement

should be something like this. ```python report.totals >>> {'visits':{'value':12315,'friendly_name':'Visits', 'id':'visits'},'uniquevisitors':{'value':1231,'friendly_name':'Unique Visitors', 'id':'uniquevisitors'}} ```

enhancement

It would be nice to be able to specify a friendly name for the metric or element something like this. ``` python report.element("page", as="Page Name").metric("event1", as="Logins") ```

enhancement

Sometimes you want to add metrics and segments mid analysis. When doing queries from the command line it is sometimes helpful to refresh the cached segments, metrics and elements from...

``` python an.request("Report","GetQueue") report = an.request("Report","Get",{"reportID":"466806368"}) ```

When there is a none value in the report it tries to interpret it as a NoneType instead of an actual value. > /Users/jgrover/projects/stats-learning/build/bdist.macosx-10.5-x86_64/egg/omniture/reports.py(132)parse_rows() ipdb> row {u'url': u'', u'counts': [u'2',...