Nick,
Thanks for the link that helps, and the profile ID looks to be the
same as the id that is in the URL string.
New problem is that when I test the sample Python Google Analytics
Data Export API Data Feed application I get the following error:
[code]
self.feed = my_client.GetDataFeed(data_query)
File "/Library/Python/2.6/site-packages/gdata/analytics/client.py",
line 77, in get_data_feed
**kwargs)
File "/Library/Python/2.6/site-packages/gdata/client.py", line 635,
in get_feed
**kwargs)
File "/Library/Python/2.6/site-packages/gdata/client.py", line 308,
in request
response, Unauthorized)
gdata.client.Unauthorized: Unauthorized - Server responded with: 401,
<errors xmlns='
http://schemas.google.com/g/2005'><error><domain>GData</
domain><code>AuthenticationException</code><internalReason>User does
not have permission to access profile [765884]</internalReason></
error></errors>
[/code]
Any ideas why?
Thanks,
-Lary
> together:
http://ga-api-javascript-samples.googlecode.com/svn/trunk/src/mgmt/ga...
>
> -Nick