Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: clintecker/python-googleanalytics
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pinda/python-googleanalytics
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 5 files changed
  • 2 contributors

Commits on Oct 2, 2009

  1. Updated code to require metrics as this is a required param in the …

    …GA protocol.
    
    Removed logic that would return an empty list if optional `dimensions` were not used.
    jsma committed Oct 2, 2009
    Configuration menu
    Copy the full SHA
    dd4955c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2009

  1. Configuration menu
    Copy the full SHA
    7e100b1 View commit details
    Browse the repository at this point in the history
  2. Updated GAConnection.get_account() to return a complete Account i…

    …nstance with all attributes set.
    jsma committed Nov 17, 2009
    Configuration menu
    Copy the full SHA
    0252303 View commit details
    Browse the repository at this point in the history
  3. A little PEP8 indentation love.

    jsma committed Nov 17, 2009
    Configuration menu
    Copy the full SHA
    8575958 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dab18c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28577f9 View commit details
    Browse the repository at this point in the history
  6. Updated tests (using a more forgiving start_date/end_date for those t…

    …esters without a high traffic site ;)). Added test documentation. All tests pass.
    jsma committed Nov 17, 2009
    Configuration menu
    Copy the full SHA
    45e47eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ae5bb3d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    566a9dd View commit details
    Browse the repository at this point in the history
  9. Doc fixes

    jsma committed Nov 17, 2009
    Configuration menu
    Copy the full SHA
    313b497 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2009

  1. Updated DataSet and DataPoint objects to now make available all data …

    …returned in a Data Feed as object attributes.
    
    Moved Data Feed parsing logic out of `Account.get_data()`. `DataSet` now takes care of much of the parsing directly as it creates its `DataPoint` elements.
    
    Updated docs and tests for new features.
    
    BACKWARDS INCOMPATIBLE:
    Removed DataSet.dict property as this was broken for multiple metrics/dimensions (i.e. it only worked if there was *exactly* one dimension and one metric each).
    jsma committed Nov 24, 2009
    Configuration menu
    Copy the full SHA
    44584ee View commit details
    Browse the repository at this point in the history
  2. Fixed doc typos

    jsma committed Nov 24, 2009
    Configuration menu
    Copy the full SHA
    da0e3fd View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2012

  1. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	src/googleanalytics/connection.py
    jsma committed Mar 16, 2012
    Configuration menu
    Copy the full SHA
    faea4b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2012

  1. Updated to work with GA API v2.4

    jsma committed Jun 20, 2012
    Configuration menu
    Copy the full SHA
    6be9b5f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2012

  1. Configuration menu
    Copy the full SHA
    99cb308 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2012

  1. Configuration menu
    Copy the full SHA
    5f26f97 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2012

  1. Configuration menu
    Copy the full SHA
    7473121 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2012

  1. Deleted hard-coded cruft

    jsma committed Jul 20, 2012
    Configuration menu
    Copy the full SHA
    582269d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9182afa View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2012

  1. Fix get account for v2.4

    Joeri Djojosoeparto
    Joeri Djojosoeparto committed Aug 24, 2012
    Configuration menu
    Copy the full SHA
    ca30b8a View commit details
    Browse the repository at this point in the history
Loading