> AdWordsAPIAdvisor.
>
> On Nov 20, 11:09 am, federico ulfo wrote:
>
> > How can I get thecostofApiUnitsfor the last Performance Report?
> > Thanks
>
>
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http
How can I get the last api units for performance report?
I know there's GetLastUnits but I don't know if I can use it with
performance report.
Thanks
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.go
How can I get the cost of Api Units for the last Performance Report?
Thanks
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Hi,
PerformanceReport and DownloadReport for 5 reports: account,
campaign, group, keyword and managedPlacement, is pretty slow.
I'm downloading account as CSV and all the others as GZIPPED_CSV, and
cache the report for
YESTERDAY, LAST_WEEK and LAST_MONTH. That's improved a lot my speed.
Do yo
Hi Farid,
that's easy, with PHP API you can do as follow:
SetClientId( $client_id ); // Select the client
$user->LogDefaults();
$reportDefinitionService = $user-
>GetReportDefinitionService('v201008');
$operations = array();
// Create ad group predicate.
$statusPredicate = n
Hi Farid
with PHP API you can do as follow:
field = 'Id
$statusPredicate->operator = 'EQUALS';
$statusPredicate->values = array('YOUR KEYWORD ID HERE');
// Create selector.
$selector = new Selector();
$selector->predicates = array( $statusPredicate );
$selector->fields = $keywordsFields = array(
Hi Gabriel,
in PHP is pretty easy:
GetServicedAccountService('v201008');
$selector = new ServicedAccountSelector();
$graph = $servicedAccountService->get($selector);
echo "";
print_r( $graph );
echo "";
?>
Best,
Federico
www.federicoulfo.it
On Nov 2,
01008 reports cannot target multiple client account, so ensure that
> the report definition is created in the account you wish to report on
> (set the clientCustomerId header in the request).
>
> Best,
> - Eric Koleda, AdWords API Tea,
>
> On Oct 27, 4:48 pm, federico ulfo wrote:
d on line 74 of
> the example, should be 'ACCOUNT_PERFORMANCE_REPORT' for accounts).
> See url provided above for possible fields of this type of report.
>
> Hope this helps!
>
> Regards,
>
> Wilrik
> 050media
>
> On Oct 29, 3:26 pm, Federico Ulfo wrot
Hi,
in order to get the Network (into campaign), and also to get the
Account Stats,
I need to use GetReportDefinitionService. Are there any working
examples?
Or can you please help me to modify this example to make it retrieving
the networks:
http://code.google.com/p/google-api-adwords-php/source
On Oct 27, 6:01 am, AdWords API Advisor
wrote:
> Hi Federico,
>
> Try Account Performance report which was newly added in v201008.
> Seehttp://code.google.com/apis/adwords/docs/appendix/reports.html#account
> for more details.
>
> Cheers,
> Anash P. Oommen,
> AdWords API Adv
Can somebody delete this post,
same question here:
http://groups.google.com/group/adwords-api/browse_thread/thread/247ddc38fe9e612e/a2eb9020a92349bf#a2eb9020a92349bf
Thanks
On Oct 26, 10:30 am, federico ulfo wrote:
> How can I get the account stats (clicks, impr. cpc, etc.) with the
> clie
at do you mean by "tot. report
> of the selected client"?
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Oct 25, 10:32 pm, Federico Ulfo wrote:
>
> > Hi Anash,
>
> > thanks, 1st solution works well for me!
> > How can I get the tot
How can I get the account stats (clicks, impr. cpc, etc.) with the
client PHP?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
ps, Keywords and Ads, but still you need code to parse and put
> the stats in the desired hierarchical form.
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Oct 23, 7:02 pm, federico ulfo wrote:
>
> > Hi,
> > is it possible to g
Hi,
is it possible to get the complete client report (as follow) in a
single API call?
CLIENT clicks, impression, avg CPC, avg CPM...
-- CAMPAIGNS
-- GROUPS
-- KEYWORDS
Thanks,
Federico
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blo
Can somebody please tell me what I've to do?
I've the api token and added the billing information, now I need to
connect to the adwords MCC.
Thanks,
Federico
PHP / Google Maps API CertDev
On Oct 14, 2:39 pm, federico ulfo wrote:
> Hey Anash,
> here th
Hey Anash,
here the last requestId: 9f129703112991d6264c99d38394477c
thanks,
Federico
PHP / Google Cert.Dev.
On Oct 13, 9:52 am, AdWords API Advisor
wrote:
> HiFederico,
>
> Could you post the requestId for a failed request so I can look into
> this?
>
> Cheers,
> Anash P. Oommen,
> AdWords API
Hi,
my developer token was accepted and I my billing information for Api
Units was accepted too,
now when I try to connect to one account of the MCC this is the error
I receive.
How can I make it working?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussio
le to post the requestId of a failed request? I can check
> the logs and figure out what went wrong with the request.
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Sep 27, 3:54 pm, federico ulfo wrote:
>
> > In the adwords help I found that is possible to add
In the adwords help I found that is possible to add one client to an
account and set him API access.
My client has an account as administrator of the MCC and has
access "User interface and API",
so I assume I can create an "application account" and give to it API
access for all MCC, am I right?
In
"administrator",
instead the administrator of the MCC has access as "User Interface and
API".
How can we set "API access" and how add API units to my account?
Thanks,
Federico Ulfo -- Certified Google Developer
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
I'm working on an application that show the client list of adwords,
I need to populate the sandbox to work on it, can I export the clients
list from (published) adwords to the sandbox?
Alternatively, how can I populate the sandbox in easy way?
Thanks,
Federico
www.federicoulfo.it
--
=~=~=~=~=~=~
23 matches
Mail list logo