Re: API UNIT cost for Performance Report

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

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 http://groups.go

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 yo

Re: Average Position for keywords

2010-11-02 Thread Federico Ulfo
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

Re: Average Position for keywords

2010-11-02 Thread Federico Ulfo
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(

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: GetServicedAccountService('v201008'); $selector = new ServicedAccountSelector(); $graph = $servicedAccountService->get($selector); echo ""; print_r( $graph ); echo ""; ?> Best, Federico www.federicoulfo.it On Nov 2,

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

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

Re: ReportDefinition to get Network and Account Stats

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

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: http://code.google.com/p/google-api-adwords-php/source

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

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

Re: Get Account stats - client PHP (v201008)

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

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

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

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
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

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 blo

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 wrote: > Hey Anash, > here th

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 wrote: > HiFederico, > > Could you post the requestId for a failed request so I can look into > this? > > Cheers, > Anash P. Oommen, > AdWords API

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 discussio

Re: How set API Access and API units

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

Re: How set API Access and API units

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

How set API Access and API units

2010-09-25 Thread federico ulfo
"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 -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

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 -- =~=~=~=~=~=~