Thanks, Josh, for your answer. I had totally slipped that when migrating to 
v201402. But after implementing that change to interpret the currency 
correctly does not solve my problem either.

See, in my campaign, the total cpc cost for the reported period is 
$9,985.26, and the cost value in the report is 99999999.99, so no division 
by a million would get me the real value.

Any ideas?

Thank you.

El lunes, 12 de mayo de 2014 20:03:18 UTC+2, Josh Radcliff (AdWords API 
Team) escribió:
>
> Hi,
>
> Currency values are returned in micros by 
> default<https://developers.google.com/adwords/api/docs/guides/reporting-concepts#money>,
>  
> so a value of 1 million corresponds to 1 unit of currency, e.g., in the US, 
> 1000000 = $1. You can change this behavior in reports by setting 
> returnMoneyInMicros to false, but I would recommend not doing this 
> because eventually that option will be removed (see the 
> *ReturnMoneyInMicros* item in the v201402 release 
> notes<https://developers.google.com/adwords/api/docs/reference/#v201402>). 
> You'll be better off just modifying your application to properly interpret 
> the micro amounts so you won't have to change things later when that option 
> goes away.
>
> Cheers,
> Josh, AdWords API Team
>
> On Monday, May 12, 2014 7:29:55 AM UTC-4, Manuel Gómez wrote:
>>
>> Hello!
>>
>> I'm having trouble with the latest version of AdWords API (v201402)
>>
>> When retrieving a KEYWORDS_PERFORMANCE_REPORT, the Cost and 
>> CostPerConversion fields are huge numbers, far from the real cost paid by 
>> my humble clients :P
>>
>> I've double checked the migration process from older versions to v201402, 
>> buy I don't seem to find what the problem is.
>>
>> Any help would be much appreciated.
>>
>> Thanks :)
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to