AbdFatah / analytics-issues

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

Flag/indicator to denote default profile #195

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
---------------------------------------------------------------------------
NOTE: This issue tracking system is for Google Analytics developer products
only.
If you are not a developer/programmer visit:
http://www.google.com/analytics/support.html
---------------------------------------------------------------------------
Name of related component: Management API

Request summary:

The current API does not return information about which profile is the default 
profile.  A flag/indicator for this would be nice (and hopefully simple) to add.

Use Cases:

My app will display the account -> web property -> profile hierarchy to the 
user so that they can select which profile they want to use for our app.  For 
this display, it would be nice if I could highlight which profile is the 
DEFAULT profile.

Original issue reported on code.google.com by ja...@sumall.com on 6 Mar 2012 at 11:01

GoogleCodeExporter commented 9 years ago
This information is available in the web property resource.
https://developers.google.com/analytics/devguides/config/mgmt/v3/mgmtReference/m
anagement/webproperties#defaultProfileId

Note that not all properties have a default view (profile) set. In this case 
the defaultProfileId field will be omitted.

Original comment by pfrise...@google.com on 23 Mar 2015 at 10:44