AbdFatah / analytics-issues

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

Name of a web property is never provided in the webproperties feed #175

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Name of affected component: Management API

v3 REST API

Issue summary:
Name of a web property is never provided in the feed. Instead, the name value 
comes with the websiteUrl instead.

To reproduce:

Authenticate and do a GET on this URL: 
https://www.googleapis.com/analytics/v3/management/accounts/~all/webproperties

The properties list will contains all the items as expected, but the name 
contains the URL, like below:

{
        "id": "UA-2285400-9",

        .... more data ...

        "accountId": "2285400",
        "internalWebPropertyId": "43411452",
        "name": "http://quicklytics..com",
        "websiteUrl": "http://quicklytics..com"

        .... more data .... 
},

On Google Analytics, that ID is called "Quicklytics", not 
"http://quicklytics.com" . 

Original issue reported on code.google.com by eduardos...@gmail.com on 28 Dec 2011 at 11:49

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I don't see this problem. What happens is that a lot of times the name of the 
property is set to the url, so that's why they look the same. I'm able to fetch 
the WP name with no problems.

Original comment by eduardocereto on 13 Feb 2012 at 7:07

GoogleCodeExporter commented 9 years ago
It is likely that the websiteUrl and name are the same.

Original comment by mcoh...@google.com on 2 Feb 2015 at 11:46