AdWords API max number adgroups per campaign

2009-07-14 Thread linux
Hi we have a problem we recieve: This Campaign already has the maximum number of active AdGroups permitted. is this a error because we try to upload about 3000 adgroups or is there a limit for a campaign general? thanks --~--~-~--~~~---~--~~ You received this mes

AdWords API v2009 client: axis2?

2009-07-14 Thread waxriot
Is there a v2009 Java client lib? I don't see anything on the 2009 page. If so, is it still using axis1 (with convenient setting of login headers) or the new axis2 (where login info is passed with each method call)? Or is an axis2 version wrapped in convenience classes to be as easy as axis1? Tha

AdWords API Re: Updating Ad destinationUrl

2009-07-14 Thread AdWords API Advisor
Hello Alexander, Yep, exactly. Cheers, -Jeff Posnick, AdWords API Team On Jul 14, 12:50 pm, Alexander Furman wrote: > Thank you for clarification. > So the proper way to update destinationUrl is to delete old Ad and > create new one? And by "deleting" of the particular Ad we mean setting > "

AdWords API Re: v2009 Launch

2009-07-14 Thread tsmthiago
I found this URL: http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html#requestheaders that say to put login_id++currency_code on the developerToken when we access though sandbox.. Now my application v13 works fine too! thanks! On Jul 14, 3:51 pm, tsmthiago wrote: > Hi,

AdWords API Re: v2009 Launch

2009-07-14 Thread tsmthiago
Hi, Jeff! Thanks for reply! I filled the clientEmail and the code worked! Now I have two another problems.. I got access the v13 on production, but when I try to access on sandbox, I receive the following error: The developer token is invalid. -> There are different token's for sandbox/produc

AdWords API Re: v2009 Launch

2009-07-14 Thread knguyen
Hi, Any comment on this issue? I couldn't access any service in the sandbox environment. Many thanks. On Jul 9, 9:40 am, knguyen wrote: > I got the following error when trying to get a list of campaigns from > a client account: > Exception in thread "main" AxisFault >  faultCode: {http://schem

AdWords API Re: axis1 vs. axis2?

2009-07-14 Thread waxriot
Thanks, Jeff. By the way, in comparing the Java interface generated by axis1 (apparently the default in Eclipse) and axis2, I noticed that some of the structure of the data itself differs beyond how the security info is handled: In these snippets, the commented-out version is axis2: Camp

AdWords API Re: Updating Ad destinationUrl

2009-07-14 Thread Alexander Furman
Thank you for clarification. So the proper way to update destinationUrl is to delete old Ad and create new one? And by "deleting" of the particular Ad we mean setting "Disabled" status to this Ad? On Jul 14, 7:20 pm, AdWords API Advisor wrote: > Hello Alexander, > >  As you say, the only proper

AdWords API Re: Updating Ad destinationUrl

2009-07-14 Thread AdWords API Advisor
Hello Alexander, As you say, the only property of an ad that is updatable is the status: http://code.google.com/apis/adwords/docs/developer/AdService.html#updateAds This applies to both v13 and v2009. Cheers, -Jeff Posnick, AdWords API Team On Jul 14, 7:09 am, Alexander Furman wrote: >

AdWords API Re: axis1 vs. axis2?

2009-07-14 Thread AdWords API Advisor
Hello Bill, You're just looking at some sample Java code, which is only one approach for accessing the AdWords API. We also have a Java client library available, which takes care of most of the details of using the SOAP service for you: http://code.google.com/p/google-api-adwords-java/ I be

AdWords API Re: Update Keywords using API

2009-07-14 Thread AdWords API Advisor
Hello, There's no AdWords API method that will give you back a true or false value depending on whether a keyword already exists in an ad group. You'd have to get a list of keywords that already exist in an ad group (either via a report or via CriterionService.getAllCriteria()) and then compare

AdWords API Re: v2009 Launch

2009-07-14 Thread AdWords API Advisor
Hello, I'm not exactly sure what kind of information you're hoping to retrieve, but I'm not aware of any plans to add any features to the v2009 API other than what we've publicly talked about in our blog posts. Cheers, -Jeff Posnick, AdWords API Team On Jul 14, 10:01 am, jellegaa wrote: > I

AdWords API Re: Credit card authorization failed (Error 53)

2009-07-14 Thread AdWords API Advisor
Hello, My educated guess is that it's about the credit card related to the owner of the Developer Token, because that's what's incurring a charge as a result of the AdWords API call. Cheers, -Jeff Posnick, AdWords API Team On Jul 14, 3:58 am, Zweitze wrote: > Apparently it was a one-time onl

AdWords API Re: Maximum Quota

2009-07-14 Thread ReedP
This is an adWords question, not an API one, but here is the info: The published limit on campaigns is 25 per account. If you call your Google Rep is can be bumped to 100 on a case by case basis I believe that the limit on adGroups is 2500 per campaign. Not as sure about the keyword limit, but I

AdWords API Updating Ad destinationUrl

2009-07-14 Thread Alexander Furman
I'm wondering is any way I can programmatically update destinationUrl? The closest function I found is AdService.updateAds but unfortunately it could be used only to update Ad status. Is it possible to change destinationUrl using Adwords API v13 or maybe new v2009 version? Any help will be appreci

AdWords API Maximum Quota

2009-07-14 Thread deep
Hi.. Can any one let us know the maximum campaigns we can create in an account. Similarly maximum adgroups in a campaing. Maximum ads in an adgroup and maximum keywords in an ad. Thank you.. --~--~-~--~~~---~--~~ You received this message because you are subscri

AdWords API axis1 vs. axis2?

2009-07-14 Thread waxriot
It looks like adWords started as axis1 based on this example: http://code.google.com/p/adwords-api-java-samples/source/browse/trunk/src/GetAllCampaigns.java import org.apache.axis.client.Stub; ... // Define SOAP headers. ((Stub) service).setHeader(namespace, "email", email); vs.

AdWords API Re: Update Keywords using API

2009-07-14 Thread notalian
We'd like to know if it's possible to make a call to the API to determine whether or not a keyword already exists in a particular adgroup. On Jul 13, 4:16 pm, AdWords API Advisor wrote: > Hello, > >  The recommended solution would be to keep track of which keywords are > currently in a given ad

AdWords API Re: v2009 Launch

2009-07-14 Thread jellegaa
I do see that accessing the underlying information of a gclid-tag is still not on the list. That seems pretty important to me. What are your thoughts on including such a feature? ~Jesper --~--~-~--~~~---~--~~ You received this message because you are subscribed to

AdWords API Re: Credit card authorization failed (Error 53)

2009-07-14 Thread Zweitze
Apparently it was a one-time only error. But could you give some more information about this error? I wonder whether this is about the credit card of the customer, or about the credit card of the owner of the developer token. Or both? Please understand I cannot set up a test for this. Thanks in