paullangtree / analytics-issues

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

Random 400 no dimensions / metrics error #806

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
-
Name of affected component: Core Reporting API

Name of related library and version, if applicable (e.g. Java, Python,
HTTP, Objective-C, etc.):

Analytics V3 - HTTP (C#) not using the client library.

Issue summary:
Yesterday around 20 GMT we received an error from the Google Servers.  

The following request 
https://www.googleapis.com/analytics/v3/data/ga?quotaUser=000D3A229EEC&max-resul
ts=10000&samplingLevel=HIGHER_PRECISION&dimensions=ga:date,ga:transactionId,ga:p
roductSku,ga:productName,ga:productCategoryHierarchy,ga:campaign,ga:userType&ids
=ga:XXXXXX&metrics=ga:itemQuantity,ga:itemRevenue&start-date=2015-08-23&end-date
=2015-08-23

(Oauth_token and view id have been removed)  

Expected output:
I expected to get the results back

Actual results:
400 - No such dimension(s): ga:productCategoryHierarchy, ga:productSku, 
ga:productName No such metric(s): ga:itemRevenue 

Notes:
If i try this request again now it works.   This error only showed up once and 
my application stopped.   We have not been able to recreate it.

Original issue reported on code.google.com by laurl...@gmail.com on 3 Dec 2015 at 9:01