Re: Wrong data on KEYWORDS_PERFORMANCE_REPORT

2014-05-13 Thread Josh Radcliff (AdWords API Team)
Hi Manuel,

The only thing I can think of without seeing the reports and account is 
that you may be using different dates in the UI and in your report.  If 
that's not the case, could you send the following *only to me* by clicking 
*Reply 
to Author* and I'll take a look?

   - Customer ID
   - Report definition
   - Report output
   - Screenshot of the UI where you see different numbers

Cheers,
Josh, AdWords API Team

On Tuesday, May 13, 2014 12:57:28 AM UTC-7, Manuel Gómez wrote:
>
> 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 .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,
>>  
>> so a value of 1 million corresponds to 1 unit of currency, e.g., in the US, 
>> 100 = $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). 
>> 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.


Re: Wrong data on KEYWORDS_PERFORMANCE_REPORT

2014-05-13 Thread Manuel Gómez
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 .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,
>  
> so a value of 1 million corresponds to 1 unit of currency, e.g., in the US, 
> 100 = $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). 
> 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.


Re: Wrong data on KEYWORDS_PERFORMANCE_REPORT

2014-05-12 Thread Josh Radcliff (AdWords API Team)
Hi,

Currency values are returned in micros by 
default,
 
so a value of 1 million corresponds to 1 unit of currency, e.g., in the US, 
100 = $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). 
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.


Wrong data on KEYWORDS_PERFORMANCE_REPORT

2014-05-12 Thread Manuel Gómez
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.