kotmyrevich / analytics-issues

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

Revenue metric in segment is 1 million times value #771

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Name of affected component: Management API

Issue summary:
Created a segment in the web interface for Revenue > 50. When getting the 
segments for the account, the segment definition is 
ga:transactionRevenue>50000000 -- 1 million times the value

Steps to reproduce issue:
1. create segment in web UI for transaction revenue > 50
2. make a call to /v3/management/segments
3. locate just-created segment and view definition

Expected output:
ga:transactionRevenue>50

Actual results:
ga:transactionRevenue>500000000

Notes:
If you try to use the definition (>50000000) obtained from the Management API 
in a query in the Reporting API, it gets interpreted as 50,000,000, not 50.

Original issue reported on code.google.com by mike.3.s...@gmail.com on 2 Nov 2015 at 1:34

GoogleCodeExporter commented 8 years ago
we are looking into it.

Original comment by mcoh...@google.com on 2 Nov 2015 at 5:37

GoogleCodeExporter commented 8 years ago

Original comment by mcoh...@google.com on 6 Nov 2015 at 7:13

GoogleCodeExporter commented 8 years ago
Thanks for reporting this. This has now been fixed.
-Matt

https://developers.google.com/analytics/devguides/config/mgmt/v3/changelog

Original comment by mcoh...@google.com on 18 Nov 2015 at 12:16