AdWords API Re: impression value does not match between adwoard web service api and adwords.google.com web page

2008-10-09 Thread Laurent
hi Hosung, you should take a look at the timezone used in your script... if it's not the same as the one defined in adwords, you're not looking the same stats :) Laurent hhwang a écrit : > Please provide answers or suggestions for this issue. > I need to explain our customer what happen with his

AdWords API Re: impression value does not match between adwoard web service api and adwords.google.com web page

2008-10-09 Thread hhwang
Please provide answers or suggestions for this issue. I need to explain our customer what happen with his data. Thanks, Hosung On Oct 8, 1:01 pm, hhwang <[EMAIL PROTECTED]> wrote: > Hi, Adwords > > my client's adwords.google.com web access user name is > "[EMAIL PROTECTED]". > > I was looking a

AdWords API Re: KeywordToolDemo.java throws ClassCastException - Why?

2008-10-09 Thread [EMAIL PROTECTED]
Hi, 1. Copy all the include-lib.zip to includelib and lib.zip to lib under awapi_java_lib_2.1.0. (I believe include-lib.zip & lib.zip comes when download Java-adword- api). 2. Change the adword.properties. (Mean get the right credentials). you need to place this file under home. (for e.g my home

AdWords API Re: The Report Service returns no data, but when I copy the report in MCC, it does

2008-10-09 Thread Jan Piotrowski (AdWords API Guru)
Are you in sandbox mode? - Jan On 9 Okt., 18:20, AIDevTeam <[EMAIL PROTECTED]> wrote: > Hi All, > > I suspect I'm missing something minor here, but when I create a report > using the service, no data is returned. However, when I log in to My > Client Center and "create similar report" it retur

AdWords API KeywordToolDemo.java throws ClassCastException - Why?

2008-10-09 Thread Jan Piotrowski (AdWords API Guru)
Okay. I changed the subject of the thread, perhaps then some of the Java people will see it and reply. - Jan On 9 Okt., 17:31, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Jan,thanks for your reply. > You are right, the library is java.But I don't know why the example > throw exception,the

AdWords API Metro/City target linkage

2008-10-09 Thread Doug
Our web app interfaces into Google AdWords via the API. In our web app, we provide the same functions that the AdWords Target Location provides (limited to what the API can/can't do). We have pretty much the same functionality needed...however, there is one feature that we need assistance in. I

AdWords API Re: 500 error accessing campaign service

2008-10-09 Thread WildFan
Nevermind. Figured out that I was posting to the wrong URL. On Oct 9, 1:30 pm, WildFan <[EMAIL PROTECTED]> wrote: > I'm sending this SOAP request (with the passwords x-ed out): > > > > http://schemas.xmlsoap.org/soap/ > envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"; > xmlns:xsi="http:

AdWords API Re: How do I map our Campaign to Google Campaign?

2008-10-09 Thread WildFan
Why don't you make a custom object that you use to persist to your database. That way you can provide your own ID and keep Google's campaign name. e.g. class MyCampaign { private int myId; private String googleCampaignName; } Also, Google's campaigns HAVE ids - you could always rely on that

AdWords API How do I map our Campaign to Google Campaign?

2008-10-09 Thread [EMAIL PROTECTED]
Hi, Could someone please clarify this? We want save google snapshot into our local database.(Using Java) I see descriptiveName in the Google AccountInfo, so, I guess I can set our account id there. But there is no descriptiveName in Google Campaign Object. If I use our id in Campaign.setName()

AdWords API Re: AdWordsServiceLogger.log() doesn't seems to work anymore

2008-10-09 Thread WildFan
Change (or create) your log4j.properties and add: log4j.category.org.apache.axis.transport.http.HTTPSender=DEBUG,Console log4j.additivity.org.apache.axis.transport.http.HTTPSender=false On Oct 9, 7:20 am, LeTic <[EMAIL PROTECTED]> wrote: > Hi again, > > When trying to enable the logging to debug

AdWords API 500 error accessing campaign service

2008-10-09 Thread WildFan
I'm sending this SOAP request (with the passwords x-ed out): http://schemas.xmlsoap.org/soap/ envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> http://schemas.xmlsoap.org/soap/actor/ next" soapenv:mustUnderstand="0" xmlns:ns1

AdWords API The Report Service returns no data, but when I copy the report in MCC, it does

2008-10-09 Thread AIDevTeam
Hi All, I suspect I'm missing something minor here, but when I create a report using the service, no data is returned. However, when I log in to My Client Center and "create similar report" it returns loads of the data. Can anyone point out where I'm going wrong? AccountService AccountService

AdWords API (503)Service Unavailable

2008-10-09 Thread pedro
I have had several "(503)Service Unavailable" errors at approx 16:00 British Summer time, while doing a routine which basically runs lots of criterionService.updateCriteria(criteria). Is there an issue with the Google servers or am I just loosing my connection? --~--~-~--~~---

AdWords API Re: I fount google adwords api has a mistake

2008-10-09 Thread [EMAIL PROTECTED]
Jan,thanks for your reply. You are right, the library is java.But I don't know why the example throw exception,the only reason I think is the problem of the library of java. On 10月9日, 下午6时01分, "Jan Piotrowski (AdWords API Guru)" <[EMAIL PROTECTED]> wrote: > So then it is not a problem of the Adw

AdWords API Re: Can't get new accounts name

2008-10-09 Thread LeTic
Thanks for the hint it made me realize that the user didn't put a name in it but actually put a company name in the primary address that is use by default by the web interface if there is no name. I didn't know that behaviour so I changed our code to clone it so user won't annoy us again to tell u

AdWords API Re: Can't get new accounts name

2008-10-09 Thread Zweitze
Try AccountInfo.primaryAddress.name when AccountInfo.descriptiveName returns an empty name. On Oct 9, 2:04 pm, LeTic <[EMAIL PROTECTED]> wrote: > [...] > We are using the adwords java api 2.1 and using the method : > accountservice.getAccountInfo().getDescriptiveName() which works for > all > oth

AdWords API AdWordsServiceLogger.log() doesn't seems to work anymore

2008-10-09 Thread LeTic
Hi again, When trying to enable the logging to debug our issue I couldn't make it work anymore... I know I used this functionality a lot when I first developed our synchronisation class and from what I could see in our svn we were already using log4j at the time which seems to rule it out. I eve

AdWords API Can't get new accounts name

2008-10-09 Thread LeTic
Hi there, We encountered what seems to be a bug in the API with 2 new accounts. They were created through the adwords official website and when we tried to synchronise them with our internal DB by using the API, the account had an empty description name. We are using the adwords java api 2.1 and

AdWords API Re: I fount google adwords api has a mistake

2008-10-09 Thread Jan Piotrowski (AdWords API Guru)
So then it is not a problem of the Adwords API but of the library you are using. Looks like Java? - Jan On 9 Okt., 09:39, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > In the class KeywordToolDemo provide by google,the JVM throw exception > at the line:KeywordToolInterface service = >

AdWords API I fount google adwords api has a mistake

2008-10-09 Thread [EMAIL PROTECTED]
In the class KeywordToolDemo provide by google,the JVM throw exception at the line:KeywordToolInterface service = (KeywordToolInterface) user.getService(user.KEYWORDTOOL_SERVICE), in fact the exception occor in the class BaseCredentials at the line ((AdWordsService) obj).setServiceAccount