Re: API UNIT cost for Performance Report

2010-12-09 Thread Federico Ulfo
. On Nov 20, 11:09 am, federico ulfo rainelemen...@gmail.com wrote: How can I get thecostofApiUnitsfor the last Performance Report? Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http

getLastUnits for performance report

2010-12-06 Thread Federico Ulfo
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

API UNIT cost for Performance Report

2010-11-20 Thread federico ulfo
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

How optimize PerformanceReport PHP?

2010-11-03 Thread federico ulfo
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

Re: How can I get a list of all my MCC clients using the AdWords API ?

2010-11-02 Thread Federico Ulfo
Hi Gabriel, in PHP is pretty easy: ?php date_default_timezone_set( Europe/Rome ); error_reporting(E_STRICT | E_ALL); include dirname(__FILE__) . '/../../src/Google/Api/Ads/AdWords/Lib/ AdWordsUser.php'; $user = new AdWordsUser(); // you must have configured the

Re: Average Position for keywords

2010-11-02 Thread Federico Ulfo
Hi Farid with PHP API you can do as follow: ?php $path = dirname(__FILE__) . '/../../src'; set_include_path(get_include_path() . PATH_SEPARATOR . $path); require_once 'Google/Api/Ads/AdWords/Lib/AdWordsUser.php'; require_once 'Google/Api/Ads/AdWords/Util/ReportUtils.php'; // Create ad group

Re: Average Position for keywords

2010-11-02 Thread Federico Ulfo
Hi Farid, that's easy, with PHP API you can do as follow: ?php include dirname(__FILE__) . '/../../src/Google/Api/Ads/AdWords/Lib/ AdWordsUser.php'; include dirname(__FILE__) . '/../../src/Google/Api/Ads/AdWords/ Util/ReportUtils.php'; $user = new AdWordsUser();

Re: Complete client report in a single API call (PHP)

2010-10-31 Thread federico ulfo
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 rainelemen...@gmail.com wrote: Hi Anash, I tried to modify AddKeywordsPerformanceReportDefinition.php, I receive

ReportDefinition to get Network and Account Stats

2010-10-29 Thread Federico Ulfo
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:

Re: Complete client report in a single API call (PHP)

2010-10-27 Thread federico ulfo
://code.google.com/apis/adwords/docs/appendix/reports.html#account for more details. Cheers, Anash P. Oommen, AdWords API Advisor. On Oct 26, 5:15 pm, federico ulfo rainelemen...@gmail.com wrote: Hey Anash, I mean the stats of a selected client (client_id: xxx-xxx-) so clicks, impression, avg

Get Account stats - client PHP (v201008)

2010-10-26 Thread federico ulfo
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

Re: Complete client report in a single API call (PHP)

2010-10-25 Thread Federico Ulfo
, 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 rainelemen...@gmail.com wrote: Hi, is it possible to get the complete clientreport(as follow) in a single API call

Complete client report in a single API call (PHP)

2010-10-23 Thread federico ulfo
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

Re: QuotaCheckError.INCOMPLETE_SIGNUP_LATEST_ADWORDS_API_TNC_NOT_AGREED

2010-10-15 Thread federico ulfo
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 rainelemen...@gmail.com wrote: Hey Anash, here the last requestId

Re: QuotaCheckError.INCOMPLETE_SIGNUP_LATEST_ADWORDS_API_TNC_NOT_AGREED

2010-10-14 Thread federico ulfo
Hey Anash, here the last requestId: 9f129703112991d6264c99d38394477c thanks, Federico PHP / Google Cert.Dev. On Oct 13, 9:52 am, AdWords API Advisor adwordsapiadvi...@google.com wrote: HiFederico, Could you post the requestId for a failed request so I can look into this? Cheers, Anash P.

QuotaCheckError.INCOMPLETE_SIGNUP_LATEST_ADWORDS_API_TNC_NOT_AGREED

2010-10-12 Thread Federico Ulfo
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

Re: How set API Access and API units

2010-09-27 Thread federico ulfo
, Is it possible 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 rainelemen...@gmail.com wrote: In the adwords help I found that is possible to add one

How set API Access and API units

2010-09-25 Thread federico ulfo
as 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 -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

How to populate the sandbox

2010-09-23 Thread federico ulfo
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 --