I\'m writing a Ruby app that accesses the Google Analytics API to pull down some experiment information.
The app connects and authenticates using a Google Service Ac
Make sure your are entering the correct table_id
(ie. GetProfiles(oauth_token) tableid_input = "ga:72848696")