AbdFatah / analytics-issues

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

Limit the Dimensions and Metrics from URL of Authorization request #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
--------------------------------------------------------------------------
NOTE: This issue tracking system is for developer products only.  If you
are not a developer/programmer and have a problem with a Google web site,
please report the problem to the appropriate group.  More information can
be found here: http://www.google.com/support/
--------------------------------------------------------------------------

Name of API affected:
Analytics Data Export API

Request summary:
Limit the Dimensions and Metrics from the URL of Authorization request. An
application that request access to an user google analytics feed to have
the possibility to add a set of metrics and dimensions that will restrict
its access to data. 

Use Cases:
We will use this feature to restrict our application access to dimensions
and metrics form the start (by example: D1+M1). The users that use our
application will know that it reads only a specified subset of data, and
this way they will trust it doesn't reads other metrics (like D2. Campaign
ga:keyword, or others they don't want to share)

The AuthSub request URL will have another parameter like: subset=D1+M1
https://www.google.com/accounts/AuthSubRequest?      
      &next=http://www.example.com/myApplicationPage.html
      &scope=https://www.google.com/analytics/feeds/
      &secure=0
      &session=1
      &subset=D1+M1

This feature will increase the trust of google analytics users in sharing 
data (or subset of data) from their accounts to third party applications
that use GA Data Export API.

Original issue reported on code.google.com by phpspar...@gmail.com on 17 Feb 2010 at 11:20

GoogleCodeExporter commented 9 years ago
Removing an obsolete label that was used when these issues were in the 
gdata-issues project.

Original comment by jrobbins@google.com on 21 Jul 2011 at 10:04

GoogleCodeExporter commented 9 years ago
Changing the issue type to match the organization desired in this project.

Original comment by jrobbins@google.com on 21 Jul 2011 at 10:06