Hi,
All the client libraries have an example showing how to obtain Campaign
Stats using the API (if you didn't want to run reports). Here's an example
for PHP:
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/Reporting/GetCampaignStats.php
This is easily a
Hello Eric.
I try to get amount of money for specific AdGroup, but I cannot find
solution how to do that. Maybe there is a way how to get all information
with AdGroup id?
Could you help me?
Best regards
четверг, 5 апреля 2012 г., 22:00:43 UTC+3 пользователь Eric Koleda написал:
>
> Hi,
>
> D
Hi,
Divide a micro amount by one million to get the whole currency amount. For
an account configured with EUR as the currency this will be in euros.
Best,
- Eric Koleda, AdWords API Team
On Tuesday, April 3, 2012 9:06:02 AM UTC-4, Арман Мкртчян wrote:
>
> I have question about "microAmount". H
I have question about "microAmount". How can I convet it to EUR?
Thanks :)
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Hi Calford,
A micro is one millionth of the fundamental currency. So for US
dollars, 1,000,000 micros = $1. A micro amount of 438555 is $0.43.
Best,
- Eric Koleda, AdWords API Team
On Dec 16, 4:53 am, calford wrote:
> Hi,
>
> I used the TrafficEstimatorService example (PHP) to check some
> ke
Hi,
I used the TrafficEstimatorService example (PHP) to check some
keywords but the results are a bit confusing.
one of the results says: Estimated average CPC: 438555
the code is like this to show that result
$meanAverageCpc = ($keywordEstimate->min->averageCpc->microAmount +
$keywordEstimate-