AdWords API API Integration is very very slow

2008-12-17 Thread savithacav...@gmail.com
Hi Campaign Stats is very very slow and it takes very long time to load the page. I have used getCampaignStats. Please let me know how to make the page load fast. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ad

AdWords API Re: javax.xml.rpc.ServiceException: java.lang.ClassCastException: com.google.api.adwords.v13.KeywordToolServiceSoapBindingStub

2008-12-17 Thread peeyush
Thanks but my my version is same evry where.But in getservice method we have comment following line and our search working fine but we have not know why this line given such error. ((AdWordsService) obj).setServiceAccountant(new ServiceAccountant ((Stub) obj)); On Dec 17, 9:16 pm, AdWords API

AdWords API Information about seed keywords

2008-12-17 Thread peeyush
Hello, I want to search keywords by using source keyword with filter "adult" or "offensive" or "Dubious" ... So please tell me how i should create seedkeyword object to filter above contents individually.Suppose i search "play cricket" and want response keyword with filtration of offensive

AdWords API Re: Can't access to to sandbox.

2008-12-17 Thread santosh
Hello Jeff, Can you please give us an ETA? We are eagerly awaiting this. Our product release has been blocked currently. On another note: You said that some logins are not affected. Is this set partitioned? If you can give us a partition set we can try using those logins instead. Thanks a lot fo

AdWords API Not able to access sandbox with the same username/password

2008-12-17 Thread jing
i am not able to access sandbox since yesterday afternoon, I got below error. AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/} Server.userException faultSubcode: faultString: Login with this username/password failed. faultActor: faultNode: faultDetail: {https://adwor

AdWords API Re: Can't access to to sandbox.

2008-12-17 Thread edmond
Hi Jeff, FYI we are having the same problem here this last week(and currently), pipping up with the same interest in the sandbox, can't keep test in production... ciao, edmond On Dec 17, 10:45 am, AdWords API Advisor wrote: > Hello, > >  The servers have not yet been restarted--because it's out

AdWords API Re: Can't access to to sandbox.

2008-12-17 Thread edmond
Hi Jeff, FYI we are having the same problem here this last week(and currently), pipping up with the same interest in the sandbox, can't keep test in production... ciao, edmond On Dec 17, 10:45 am, AdWords API Advisor wrote: > Hello, > >  The servers have not yet been restarted--because it's out

AdWords API Re: Keyword report not returning any data, but the web app returns data for the same report

2008-12-17 Thread API User from Z
Hi Jeff, I see what you saying about validateReportJob(). About the intra-day reports, I thought the data I get from the API are the same quality as those I get from the Clients Reports web app. Are the numbers I've been getting on the intra-day reports from the web app. also not dependable? Y

AdWords API Re: Keyword report not returning any data, but the web app returns data for the same report

2008-12-17 Thread AdWords API Advisor
Hello Ken, validateReportJob() is a server-side call, and it's agnostic to the client code being used. It just sees the SOAP you send to it. Without setting crossClientSpecified to true, there is no crossClient SOAP element in the request you're sending, and that's what validateReportJob() sees.

AdWords API Re: C# NULL Exception in getService

2008-12-17 Thread AdWords API Advisor
Hello, Are you sure that that's the exact code you're running? You make reference to an AdUser object, for instance, but the name of the class in the .NET Client Library is AdWordsUser. Cheers, -Jeff Posnick, AdWords API Team On Dec 17, 5:45 pm, adchased wrote: > Hello, > > I'm using C# (wit

AdWords API Re: Keyword report not returning any data, but the web app returns data for the same report

2008-12-17 Thread API User from Z
Hi Jeff, What I meant by my question about validateReportJob is why didn't it detect the fact that I set crossClient but not crossClientSpecified. That should be a really easy error condition to detect. I did have another question about running these reports. You mentioned in your first reply t

AdWords API C# NULL Exception in getService

2008-12-17 Thread adchased
Hello, I'm using C# (within ASP.NET) for the Adwords API, this is how far I am until now: -- using com.google.api.adwords.lib; using com.google.api.adwords.v12; ... void AdApiTesting() { AdUser user

AdWords API Re: The Difference Between shrunkenUrl and thumbnailUrl

2008-12-17 Thread AdWords API Advisor
Hello Hass, Well, they point to images of different sizes. The shrunkenUrl version is a slightly squished version of the original, and the thumbnailUrl version is a smaller version. For details on what the significance of the shrunken version of your image ad is, please see the "Image Format &

AdWords API Re: Keyword report not returning any data, but the web app returns data for the same report

2008-12-17 Thread AdWords API Advisor
Hello Ken, validateReportJob() will only flag issues that will prevent a report from being run. For what I assume are legacy reasons, the Report Center does support running reports directly against MCC accounts (I think, long ago, you could create campaigns within MCC accounts), so it didn't get

AdWords API The Difference Between shrunkenUrl and thumbnailUrl

2008-12-17 Thread hassmurphy
The Image ad API lists these two fields: what is the difference between these 2 items in relation to image ad or mobile image ad formats? shrunkenUrl / string / After you have created an image ad, you can use this URL to fetch or link to a shrunken version of the image. The shrunken image is crea

AdWords API Re: Keyword report not returning any data, but the web app returns data for the same report

2008-12-17 Thread API User from Z
Hi Jeff, That was it! Thank you for pointing that out. I'm using .NET 2.0 so I would rather you guys switched to 2.0 too. Going back to this problem. Why didn't the validateReportJob call catch this problem? It should be an obvious error that it could throw an exception on. Thanks again, Ke

AdWords API Re: Can't access to to sandbox.

2008-12-17 Thread AdWords API Advisor
Hello, The servers have not yet been restarted--because it's outside of the normal release cycle there's a couple of layers of approval and scheduling that it needs to go through, but the emergency request was made. Cheers, -Jeff Posnick, AdWords API Team On Dec 17, 11:17 am, The Talented Mr

AdWords API Re: Can't access to to sandbox.

2008-12-17 Thread The Talented Mr Web
Just wondering if we know if the patch has been applied, or when that might happen. Just under a bit of pressure to get this API done. Thanks. On Dec 17, 8:17 am, xparrot wrote: > I'm still getting login failures. If the patch has gone live, then > apparently it didn't work. > > On Dec 16, 5:50

AdWords API Re: javax.xml.rpc.ServiceException: java.lang.ClassCastException: com.google.api.adwords.v13.KeywordToolServiceSoapBindingStub

2008-12-17 Thread AdWords API Advisor
Hello Peeyush, A common cause of that is when there is a version mismatch--the Java client library currently supports v12 and v13, and it looks like you're referencing v13 classes, but you might have v12 specified in the credentials you're using to initialize your AdWordsUser object. By default,

AdWords API Re: Keyword report not returning any data, but the web app returns data for the same report

2008-12-17 Thread AdWords API Advisor
Hello Ken, You're running into one of the more... interesting... aspects of the .NET client library. To quote from the README: "In the .NET 1.1 SOAP layer primitive types do not get serialized by default. .NET has no way of specifying null for a variable of a primitive type. If a primitive type

AdWords API Re: Can't access to to sandbox.

2008-12-17 Thread xparrot
I'm still getting login failures. If the patch has gone live, then apparently it didn't work. On Dec 16, 5:50 pm, AdWords API Advisor wrote: > Hello Folks, > >  Just to update everyone on the Sandbox unavailability: there's a > patch to the account login code that has just been submitted. The

AdWords API Re: Can't access to to sandbox.

2008-12-17 Thread AKa
Any news on this? I'm still not able to connect to sandbox. What I would like to see, is some Webpage where developers can see if sandbox is online or not... On Dec 16, 11:50 pm, AdWords API Advisor wrote: > Hello Folks, > >  Just to update everyone on the Sandbox unavailability: there's a > pat

AdWords API javax.xml.rpc.ServiceException: java.lang.ClassCastException: com.google.api.adwords.v13.KeywordToolServiceSoapBindingStub

2008-12-17 Thread peeyush
Hello I am using KeywordToolInterface and when we are run our web application it throw following exception javax.xml.rpc.ServiceException: java.lang.ClassCastException: com.google.api.adwords.v13.KeywordToolServiceSoapBindingStub at com.google.api.adwords.lib.BaseCredentials.getService