UpendraSingh / analytics-issues

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

Product Attributes as Dimensions - Downloadable Report #894

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
---------------------------------------------------------------------------
NOTE: This tool is not designed to request help. It is only for reporting
issues and requesting features for the Google Analytics libraries.

If you are a developer and you need help, visit:
https://developers.google.com/analytics/help/

If you are not a developer and you need help, visit:
https://support.google.com/analytics
---------------------------------------------------------------------------
Name of related component: Core Reporting API

Request summary:
I would love to be able to download the information that is given in the 
In-Page Analytics.  Specifically, I would like to be able to have specific 
product attributes, such as Product SKU, be a dimension where you can look at 
the metrics related to its' associated URL(s) such as Unique Pageviews, Bounce 
Rate, & Time on Page.  Essentially, I would like to combine In-Page Analytics 
Metrics with the Product Performance Report and have the dimension be Product 
SKU.

Use Cases:
If implemented, we would be able to directly track the effect of our content 
management department and how product listing optimizations are impacting the 
metrics listed above.  Currently, for determining a conversion rate for a 
specific product, we have to go to the product performance report to get unique 
purchases and then pull up the specific page with In-Page Analytics to get the 
unique pageviews.  We then simply divide the unique purchases by the unique 
pageviews to get the product's conversion rate.  The down side to this process 
is because we have to use In-Page analytics to get Unique Pageviews metric for 
that SKU, it is an extremely long process to gather and analyze data from all 
of the products that we have on the website (Over 15,000 products).  It would 
be much easier if all of this data was somehow included on one report so we 
could download it in excel, quickly produce our analysis, and send it to any 
stakeholders.

Original issue reported on code.google.com by michael....@gmail.com on 26 Feb 2016 at 4:26

Attachments:

GoogleCodeExporter commented 8 years ago
Have you attempted to construct a query with the query explorer?

https://ga-dev-tools.appspot.com/query-explorer/

Have you checked if these dimensions and metrics are available in the 
dimensions and metric explorer?

https://developers.google.com/analytics/devguides/reporting/core/dimsmets

Perhaps you want to try to construct this request in the Core Reporting API?

https://developers.google.com/analytics/devguides/reporting/core/v3/

The embed API is a great way to get started building custom reports:

https://developers.google.com/analytics/devguides/reporting/embed/v1/

Original comment by mcoh...@google.com on 26 Feb 2016 at 5:55