Re: returnMoneyInMicros: true but totalConvValue still in currency

2012-12-10 Thread Zweitze
Well, In the scripts you don't enter a monetary value but a floating point value. When Google multiplies that by 1,000,000 and rounds that to the nearest integer, information will get lost - and I'm not even speaking of the case where an overflow occurs because the multiplied value cannot be

Re: returnMoneyInMicros: true but totalConvValue still in currency

2012-12-10 Thread MT
Of course they shouldn't change what's returned by the current queries that fetch that field, but either add a separate field that returns the value in micros, or make it dependent on a http header like they did with other cost fields with the returnMoneyInMicros header. On Monday, 10 December

Re: returnMoneyInMicros: true but totalConvValue still in currency

2012-12-09 Thread Zweitze
I hope that request will be rejected. As I understand totalConvValue is just the sum of the *exact* values that were posted by the conversion scripts. If you want micros in totalConvValue then your conversion scripts should set the values in micros instead of something else. BTW: *It's quite

Re: returnMoneyInMicros: true but totalConvValue still in currency

2012-12-09 Thread MT
I don't see any benefit in having one monetary value returned in a different format than all the others, it's just illogical and makes it more difficult to code. I develop a reporting tool used by hundreds of companies around the world, I can't instruct them all to change their conversion

Re: returnMoneyInMicros: true but totalConvValue still in currency

2012-11-27 Thread Paul Matthews
Hi MT, I've re-introduced this feature request. As soon as we have any information, we'll post it in this thread. Regards, Paul Matthews. On Tuesday, 27 November 2012 07:49:17 UTC, MT wrote: Two years and no change on this. It's quite problematic working with this field, because the

Re: returnMoneyInMicros: true but totalConvValue still in currency

2012-11-26 Thread MT
Two years and no change on this. It's quite problematic working with this field, because the number formatting varies depending on the account currency and regional settings. Will this be changed to micros at some point? On Monday, 15 November 2010 21:36:17 UTC+2, AdWords API Advisor wrote:

Re: returnMoneyInMicros: true but totalConvValue still in currency

2010-11-15 Thread AdWords API Advisor
Hi David, Thank you for reporting this issue. I think the root of the problem is that getReportFields() returns the field TotalConvValue as the type Long. The returnMoneyInMicros header only affects Bid and Money fields, which is why TotalConvValue isn't affected currently. I'll work with the

returnMoneyInMicros: true but totalConvValue still in currency

2010-11-12 Thread DaveOz
Hi, I've set returnMoneyInMicros: true in my http headers when requesting report downloads (v201008 API) and modified my code to expect all monetary values to be returned in micros from the ReportDefinitionService. Most fields like maxCPC avgCPC are indeed now returned in micros. However, I