AbdFatah / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 0 forks source link

Management API gives wrong timezone for profiles until updated from GA settings #240

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Name of affected component: Management API

Issue summary:

If profile's timezone is never updated through the GA settings (this view: 
https://www.google.com/analytics/web/?hl=en&pli=1#management/Profile/<id>/%3Fpro
file.tabId%3DeditProfile/) the API reports timezone as "America/Los_Angeles" 
even though the timezone for the profile is different. 

Once you change the timezone from the GA settings, the API returns it correctly.

Steps to reproduce issue:
1. New GA profile that doesn't have timezone changed (but other than Los 
Angeles)
2. Request profile list from Management API:
https://www.googleapis.com/analytics/v3/management/accounts/~all/webproperties/~
all/profiles?key={YOUR_API_KEY}

Expected output:
Correct timezone

Actual results:
America/Los_Angeles

Original issue reported on code.google.com by herkko.k...@liidio.com on 16 Oct 2012 at 9:14

GoogleCodeExporter commented 9 years ago
See Release 2013-10-28
https://developers.google.com/analytics/devguides/config/mgmt/v3/changelog

Original comment by pfrise...@google.com on 28 Oct 2013 at 7:29