Technical Bug Report - Unable to sign up for AdMob account due to internal API error (NullPointerException - UNEXPECTED_INTERNAL_API_ERROR)

2018-06-27 Thread Kelvin Zhang
Oh - the other reason why I'm posting here is because I don't meet the $25/wk threshold to be able to directly contact someone on the AdMob team (as I don't have an AdMob account!). I spent much of today trying to figure out how I could raise this issue with the correct people so I'm hoping this

Re: question about google-api-adwords-java

2012-11-01 Thread Kelvin Li
Hi Anash, Thanks for your reply. That's good to hear. Please let us know after you get the feedback from the maintainer. Thanks! -Kelvin On Thursday, November 1, 2012 6:13:21 PM UTC+8, Anash P. Oommen wrote: > > Hi Kelvin, > > I'll ask the library maintainer to c

question about google-api-adwords-java

2012-10-31 Thread Kelvin Li
ting effort on something will go away very soon. Thanks! -Kelvin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

RE: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-08-26 Thread Kelvin Li
Hi Anash, This happens in sandbox only. The same program runs fine on production env. Please help us resolve the sandbox issue. Thanks! -Kelvin -Original Message- From: adwords-api@googlegroups.com [mailto:adwords-...@googlegroups.com] On Behalf Of AdWords API Advisor

RE: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-08-25 Thread Kelvin Li
Hi, I am getting the exact same error msg when adding a new campaign in the sandbox environment. Is google taking any action on fixing this problem? It's blocking our testing! -Kelvin -Original Message- From: adwords-api@googlegroups.com [mailto:ad

AdWords API Re: How to include column of keywordId in report template

2010-01-04 Thread Kelvin
Thanks for the clarification. Hopefully the practice doesn't change soon. I'll use keyword text and matchtype to search for keyword in my app. Kelvin. On Jan 4, 3:36 pm, AdWords API Advisor wrote: > Hi Kelvin, > > There is no guarantee that the same keyword text and match

AdWords API Re: How to include column of keywordId in report template

2010-01-04 Thread Kelvin
? I couldn't find the keywordId column in the building template page. Thanks. Kelvin. On Jan 4, 9:16 am, AdWords API Advisor wrote: > Hi Kelvin, > > As I explained in the other thread, although it isn't guaranteed under > the current implementation identical keywords shou

AdWords API Re: How to include column of keywordId in report template

2010-01-04 Thread Kelvin
Any thought on that? On Jan 3, 12:27 am, Kelvin wrote: > HI,Ewan. > > Thanks for your explanation. I checked your post just now and you're > right on the issue of uniqueness of keywordId. I have to redesign the > primary key in the table of my local database... > However,

AdWords API Re: How to include column of keywordId in report template

2010-01-03 Thread Kelvin
nt. By the way, what do you mean by using account structure report? Is it the one that is scheduled by defining and executing reportjob in local application? If so, that takes time and api everyday, which sounds not ideal at all. Regards, Kelvin. On Jan 2, 1:44 pm, ewan wrote: > Hi Kelvin, &

AdWords API How to include column of keywordId in report template

2010-01-02 Thread Kelvin
hand, scheduling reportjob in application requires working manually everyday and more API usage, which is not reasonable. So, is there a way to have keywordId in my keyword report scheduled by report template? Your assistance is much appreciated. Thanks. Kelvin. -- You received this message because yo

AdWords API Re: No report result

2009-11-25 Thread Kelvin
> API and click the "Create Similar" link.  Check over the parameters to > make sure they are correct, and perhaps re-run the report to see if > the results are the same. > > Best, > - Eric Koleda, AdWords API Team > > On Nov 25, 1:54 pm, Kelvin wrote: > > >

AdWords API No report result

2009-11-25 Thread Kelvin
Hi, all. I'm using the .net client lib and I set all the parameters in the report service, however the returned xml shows: - - - - Part code: ReportService service = new ReportService { app

AdWords API Re: Not returning complete records

2009-11-20 Thread Kelvin
No, no changes occured for the amount of campaigns. About 20 campaigns are missing. On 11月21日, 上午2时05分, AdWords API Advisor wrote: > Hi Kelvin, > > Did this change increase the number of campaigns returned?  How many > are still missing? > > Best, > - Eric > >

AdWords API Re: Not returning complete records

2009-11-20 Thread Kelvin
月20日, 下午11时12分, AdWords API Advisor wrote: > Hi Kelvin, > > Can you explain in more detail what the problem and solution was with > fetching ad groups? Perhaps the same problem is campaign retrieval. > > Best, > - Eric > > On Nov 19, 8:01 pm, Kelvin wrote: > > >

AdWords API Re: Not returning complete records

2009-11-19 Thread Kelvin
I am wondering deprecated types of campaign might not be the cause. In fact, I try to pull out all the informaiton (campaign, adgroup, keyword) into local databse according to google service, is there any advice on that? Am I still on the right track? Thanks. Kelvin. On 11月18日, 上午3时38分, AdWord

AdWords API Re: Not returning complete records

2009-11-17 Thread Kelvin
分, AdWords API Advisor wrote: > Hi Kelvin, > > The v13 and v2009 APIs are the only way to programmatically retrieve > data from AdWords. > > Best, > - Eric > > On Nov 16, 9:19 pm, Kelvin wrote: > > > > > Hi,thanks for the clarification. But is it possible

AdWords API Re: Not returning complete records

2009-11-16 Thread Kelvin
Hi,thanks for the clarification. But is it possible to get all the campaigns without using web interface? Thanks. On 11月17日, 上午5时19分, AdWords API Advisor wrote: > Hi Kelvin, > > There are some types of campaigns that the API cannot retrieve.  These > are often deprecated types of ca

AdWords API Not returning complete records

2009-11-16 Thread Kelvin
Hi all, I am using adwords .net client library to develop .net application. And I found the method "getAllCampaigns" couldn't return all the campaigns information listed in my google account while I could only get part of them. In that sense, I am not able to put total campaigns informaton into da

AdWords API Problem with remote debug

2009-11-12 Thread Kelvin
I met a problem while calling for remote serivce. Actually I am using the .Net client library and Visual Studio 2008 as development tool. When calling the method " base.GetWebRequest(uri);" in client library, error occurs "Connecting to the server machine 'adwords.google.com' failed. The debugger c

AdWords API Re: Qestions about proxy class

2009-11-11 Thread Kelvin
Thanks, it does help. On Nov 11, 11:33 pm, AdWords API Advisor wrote: > Hi Kelvin, > > There are two different ways to use .NET with the API.  Our > recommended method is to use the official AdWords API .NET Client > Lirbary:http://code.google.com/p/google-api-adwords-dotnet/

AdWords API Qestions about proxy class

2009-11-10 Thread Kelvin
new namespace and classes, I couldn't figure out how to send a request like "getAllCampaigns"... And the sample codes provided on the website seem totally different, as I was not able to create the object of CompaignService and send service by the object. Any idea? Thanks.

AdWords API Re: Sandbox DB Refresh: August 28

2009-08-31 Thread Kelvin Li
Hi Adwords API team, Looks like some issue with the sandbox after the db refresh, all the existing code failed due to this error 'invalid client email specified'. Any ETA on fixing it? it's blocking our test/development. Is there any get around for that? Thank you! -Kelvin

AdWords API Re: Sandbox DB Refresh: August 28

2009-08-31 Thread Kelvin Li
n if I don't specify clientEmail parameter. 3) surprisely getAllAdWordsCampaigns() will work if I don't specify clientEmail ... 4) calling getClientAccountsResponse() will return 10 clients instead of 5 -- however, 5 of them are duplicated. Thanks. -Kelvin On Sat, Aug 29, 2009 at 6: