Report Downloader

2012-03-12 Thread Paulo Fernandes
Hi I have 30 customers in my own database. I select the customer ID to start the download report using the download report ad-hoc (http://adwordsapi.blogspot.com/2011/11/discover-v201109-adhoc-reports.html) It works very well if the customer still in my MCC account, but if it was removed I got

Re: Report Downloader

2012-03-15 Thread Paulo Fernandes
Thanks so much. It help me a lot Em segunda-feira, 12 de março de 2012 20h57min28s UTC-3, Paulo Fernandes escreveu: > > Hi > > I have 30 customers in my own database. > I select the customer ID to start the download report using the download > report ad-hoc ( > http://ad

Re: v201109 ==> v201206 reporting issues

2012-08-29 Thread Paulo Fernandes
On Ago 26th My code stopped to work. Someone knows something about it? I'm using php 201109 Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=

Download AdHoc Report new Java API

2013-05-07 Thread Paulo Fernandes
Hi I'm receiving this message when I tryed do download the Adhoc Report. Exception in thread "main" java.lang.NoSuchMethodError: >> com.google.api.client.http.HttpHeaders.setAuthorization(Ljava/lang/String;)Lcom/google/api/client/http/HttpHeaders; > > at >> com.google.api.ads.adwords.lib.utils.

Re: Download AdHoc Report new Java API

2013-05-08 Thread Paulo Fernandes
Nobody knows what is happening? Em terça-feira, 7 de maio de 2013 11h20min59s UTC-3, Paulo Fernandes escreveu: > > Hi > > I'm receiving this message when I tryed do download the Adhoc Report. > > Exception in thread "main&

Re: Download AdHoc Report new Java API

2013-05-09 Thread Paulo Fernandes
.2.16 org.slf4j slf4j-log4j12 1.6.2 Em terça-feira, 7 de maio de 2013 11h20min59s UTC-3, Paulo Fernandes escreveu: > > Hi > > I'm receiving this message when I tryed do download the Adhoc Report. > > Exception in thread "

Re: Download AdHoc Report new Java API

2013-05-09 Thread Paulo Fernandes
My problem was this dependency file com.google.http-client google-http-client-jackson2 1.11.0-beta Now everything works. :) Em terça-feira, 7 de maio de 2013 11h20min59s UTC-3, Paulo Fernandes escreveu: > > Hi > > I

Get MCC Data

2011-10-07 Thread Paulo Fernandes
Hi I'm doing my own MCC and I'm not using the sand-box. So I'm asking all of you to know how can I do the following I got all my clients using GetServicedAccountService and now I need the fields (click, Impr, CTR, AVG Pos, etc..) How can I do that? There is a possibility to get this informatio

Re: Get MCC Data

2011-10-07 Thread Paulo Fernandes
>There are several ways to implement getting all that data. Can you tell me one example without using Report? > Pretty much all of them require you to do some persistence of data on > your end for it to be cost effective. Yes, everything will be stored offline > I would start by looking at the

Re: Get MCC Data

2011-10-11 Thread Paulo Fernandes
Hi Anash Where can I find more information about the v201109 PHP code examples and the source code? I don't know where can I find this information Thanks On 9 out, 23:04, "Anash P. Oommen" wrote: > Hi Paulo, > > Jason's posts summarize things pretty well. cost + detail of stats breakdown > is a

Re: Get MCC Data

2011-10-11 Thread Paulo Fernandes
I found an example on Google and customized it for my necessity. The report is ok , but I the data aren't there http://pastebin.com/GHSRfsJ3 There are something wrong on my code? On 11 out, 14:41, jstedman wrote: > Paulo, > > The v201109 examples have not been released, but the v201101 examp

Schedule a Report

2011-10-11 Thread Paulo Fernandes
Hi I need to get my report(CPC, Clicks, etc.. - the MCC stuff) from all accounts. There are a way to schedule a report to run and get this using only 500 API units? Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogs

Report Downloader

2011-10-18 Thread Paulo Fernandes
Hi I saw the java code for download report and I saw the following message: // This example generates an AuthToken on the fly. A production application // should cache and reuse the AuthToken, as they are valid for two weeks. Why I need to cache the AuthToken? Can I get something good to do that

Detect failure type

2011-11-04 Thread Paulo Fernandes
Hi How can I detect if a failure is temporary or permanent? I'm using the report definition ad hoc download v201109 Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-ap

Re: Detect failure type

2011-11-04 Thread Paulo Fernandes
File reportFile = null; for (int i = 0; i < RETRIES_COUNT; i++) { try { reportFile = new ReportDownloader(reportDefinitionXml, client.getCustomerId()).downloadReport(authToken); if (reportFile != null

Change to 201109

2012-01-05 Thread Paulo Fernandes
Hi How can I change this code to 201109 version ServicedAccountServiceInterface servicedAccountService = adWordsUser.getService(AdWordsService.V201101.SERVICED_ACCOUNT_SERVICE); Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://ad

Adwords Report HTTP Error 400

2012-02-11 Thread Paulo Fernandes
Hi I -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google G

Adwords Report HTTP Error 400

2012-02-11 Thread Paulo Fernandes
Hi I'm getting the respondeCode 400 when I generate a report, but I didn't change anything in my application. Can someone help me with anything? My authToken is Ok. Is it possible to check if my adwords api account is blocked? Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fi

Re: Adwords Report HTTP Error 400

2012-02-13 Thread Paulo Fernandes
How can I set a web proxy for my request? On 13 fev, 04:05, "Anash P. Oommen" wrote: > Hi Paulo, > > The easiest thing to do is to set a web proxy for your request, and see if > you are sending authorization header (authToken), clientCustomerId header > and developerToken header as part of your

Re: Adwords Report HTTP Error 400

2012-02-14 Thread Paulo Fernandes
I'm using Java On 14 fev, 00:57, "Anash P. Oommen" wrote: > Hi Paulo, > > That depends on the language you are using. For .NET, I'd recommend > Fiddler2 (http://fiddler2.com/fiddler2/) as the proxy, and then the code to > set proxy would look like: > > WebRequest webRequest = HttpWebRequest.Creat

Re: Adwords Report HTTP Error 400

2012-02-14 Thread Paulo Fernandes
I solved that problem Some of my accounts are MCC accounts under a Global MCC Account So a MCC account didn't have data to be downloaded Thanks for the support :) On 14 fev, 09:37, Paulo Fernandes wrote: > I'm using Java > > On 14 fev, 00:57, "A