I am trying to access our site's Web usage statistics through Google Analytics API. I downloaded the Python code from here
http://code.google.com/p/gdata-python-client/
Under samples/analytics folder, there is data_feed_demo.py. I ran it, however this code seems to want an table ID, but in the docs it is not clear where this comes from. On the Web, some suggest to use profile id, others say to look at some URL from the GA admin pages. I tried various sections of such URLs from the GA tool, but the code was not able to get data. Any ideas?