AdWords API Re: edit ad extension error

2010-04-08 Thread freesystems.t...@gmail.com
Hi, what is api for getting suggested keywords. in previous api version i am using https://adwords.google.com/api/adwords/v13/KeywordToolService?wsdl so plz let me know what is equivalent for this in v2009 thanks On Apr 8, 6:58 pm, AdWords API Advisor wrote: > Hi, > > There is a restrictio

AdWords API ClientLogin API Call

2010-04-08 Thread J
Hello, I am trying to make a call to ClientLogin using the following code and getting error related to certification path. Code: String data = "accountType=GOOGLE&Email=test&Passwd=test&service=adwords&source=something"; URL url = new URL("https://www.google.com/accounts/

AdWords API Re: Keyword set returning nothing and not updating

2010-04-08 Thread Jonathan Beebe
Yes Tliou, we should be getting error for this. I just ran into another odd bit of behavior when editing a keyword's text. In order to 'edit' a keyword's text I implemented a function that adds a new keyword with the new text and deletes the old keyword, just like Gareth did. But here's what happe

AdWords API Delaware Metro Code

2010-04-08 Thread Ran Cohen Legolas
I am looking at the metro region code list on: http://code.google.com/apis/adwords/docs/developer/adwords_api_us_metros.html Delaware is missing... Is it a mistake? What are the relevant metro region code for Delaware? Thanks for the help, Happy Spring, Ran -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

AdWords API AuthTokenException: Login failed

2010-04-08 Thread SW
Hi, We have a process where we replicate google adwords account to multiple client accounts(could be 20+) to copy over ads. We started getting the login failed error recently. We are using v200909 version with version 7 client library. Please shed some light in resolving this or suggest a work

AdWords API Re: Failed to do client auth with Gaia server exception

2010-04-08 Thread hov...@gmail.com
Hi Eric, Thanks for quick response. I am a little unclear about difference of creating AdWordsUser using client account and without client account. 1. public AdWordsUser(String email, String password, String clientId, String userAgent, String developerToken, String applicationToken) vs 2. publi

AdWords API Re: Failed to do client auth with Gaia server exception

2010-04-08 Thread hov...@gmail.com
Hi Eric, Thanks for quick response. I am a little unclear about difference of creating AdWordsUser using client account and without client account. 1. public AdWordsUser(String email, String password, String clientId, String userAgent, String developerToken, String applicationToken) vs 2. publi

AdWords API SeedAdGroupIdSearchParameter

2010-04-08 Thread GR
I would like to use this SearchParameter to get more keyword ideas given an AdGroup. I have tried passing in several adgroup id and I am not getting back anything. Total number of entries = 0 and entries = null. This is what my SearchParameter looks like. selector.setSearchParameters(new SearchPar

AdWords API Re: AdWords Downtime: April 10th, 10am-2pm PDT

2010-04-08 Thread Joshua J. Kugler
On Thursday 08 April 2010, Zweitze elucidated thus: > 3. What is the difference in hours between "PDT" and UTC (Coordinated > Universal Time, world standard time)? I really have no idea if and > when summer time kicks in at that time zone. PDT is 7 hours behind UTC (i.e. UTC-7), PST is 8 hours beh

AdWords API Re: Adding web service to Excel

2010-04-08 Thread CFJ
This error is caused by an XML namespace issue between the SoapHeader class and System.Web.Services.Protocols.SoapHeader. The issue is discussed here: http://code.google.com/p/google-api-adwords-dotnet/wiki/NoClientLibrary One solution is to utilize the client libraries. Another solution is dis

AdWords API Re: avax.xml.rpc.ServiceException: Could not get ClientLogin token for user: Auth token could not be retrieved because of error: CaptchaRequired

2010-04-08 Thread AdWords API Advisor
Hi Suraj, This error indicates that the ClientLogin API detected excessive calls were made over a short period of time and has challenged you with a CAPTCHA. You can either present the CAPTCHA to the user or wait for a couple of minutes and the errors should subside. In the Java client library y

AdWords API Re: Failed to do client auth with Gaia server exception

2010-04-08 Thread AdWords API Advisor
Hi Hovanes, In general authTokens should be reused as much as possible, keeping in mind that they expire after two weeks. Although we try to ensure that the AdWordsUser and services in our client libraries are thread safe our general recommendation is for each thread to have it's own users and se

AdWords API Adding web service to Excel

2010-04-08 Thread Andy Precise
Hi, i've been making progress migrating from v13 to v200909. my existing "Excel" project crashed and corrupted itself in the process. so i started again from a backed up copy of the project (which only uses v13). the problems start when i add in the v2009 webservice (via the URL); i get

AdWords API Re: city code case issue

2010-04-08 Thread AdWords API Advisor
Hi, The city name is case-insensitive and should work either way. Best, - Eric Koleda, AdWords API Team On Apr 7, 5:19 pm, feebe wrote: > Hi >    I have a question about the case of city code > For City code used in Adwords, is the case has to be same? > for example, > sending pittsburgh, PA US

AdWords API Re: developerToken

2010-04-08 Thread AdWords API Advisor
Hi, To get a developer token you must register as an AdWords API developer. Follow these steps to register: https://adwords.google.com/support/aw/adwordsapi/bin/answer.py?answer=15104 Best, - Eric Koleda, AdWords API Team On Apr 7, 11:56 am, Ser wrote: > How can I find the Developer Token c

AdWords API Re: RelatedToKeywordSearchParameter

2010-04-08 Thread AdWords API Advisor
Hi, There is no direct equivalent for the useSynonyms option in the TargetingIdeaService. By default any type of keyword idea is returned, regardless of whether or not it includes the original keyword text. Best, - Eric On Apr 7, 11:25 am, BeeGeez wrote: > Thanks.  But what can I use in place

AdWords API Re: UNSUPPORTED_OPERATION error

2010-04-08 Thread AdWords API Advisor
Hi Raghavendra, Local Business Ads (LBAs) have been deprecated in v200909. You can still retrieve these types of ads, but you cannot create new ones. http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupAdService.LocalBusinessAd.html "Represents Legacy Local Business Ad Legacy LB

AdWords API return empty object

2010-04-08 Thread molaMolar
Hello everyone my problem is that after executing the following code returns an object google me empty, can someone tell me why? my script is: https://adwords.google.com/api/adwords/cm/v200906'; //$namespace = 'https://adwords-sandbox.google.com/api/adwords/cm/ v200906'; # Define SOAP $auth = n

AdWords API Service operator 'REMOVE' VS status 'DELETED'

2010-04-08 Thread WallTearer
Hello everybody. Can someone, please, tell me what is the difference between service operator 'REMOVE' and setting status of the entity to 'DELETED'? Does this two approaches delete the entity by setting status as 'DELETED'? Basically, I'm not sure about how to delete a criteria. Should I use ope

AdWords API Re: Stats startDate and endDate fields not set

2010-04-08 Thread AdWords API Advisor
Hi Jaap, Thank you for reporting this issue. I don't think this is the intended behavior, but I'll follow up with the core engineering team and let you know when I have more information. Best, - Eric Koleda, AdWords API Team On Apr 7, 10:08 am, Jaap wrote: > When trying to retrieve statistics

AdWords API Re: "authToken is missing in SoapHeader" error

2010-04-08 Thread veseo
I think we found the problem, replacing and the others with and such fixed the problem. The question remains why we receive that XML from Google, which we then need to fix? I am sure we didn't understand something. We are using the following wsdl: https://adwords.google.com/api/adwords/cm/v2009

AdWords API Re: BoomUserList in SE performance reports

2010-04-08 Thread AdWords API Advisor
Hi Ian, I believe it is safe to ignore those entries in the report. Do you have any additional concerns? Best, - Eric Koleda, AdWords API Team On Apr 7, 9:32 am, Easy wrote: > Hi all, > > This seems to be affecting Image Placement Campaigns - I'm getting > > Keyword: boomuserlist::26707 > Matc

AdWords API Re: Perl Client for V2009 Error

2010-04-08 Thread AdWords API Advisor
Hi Tank, This error indicates that the number of items matched by your selector is greater than maximum allowable items to be returned in a request. To work around this, use the paging feature of the selector to ensure that no more than a few thousand items are returned per request. Best, - Eric

AdWords API Re: edit ad extension error

2010-04-08 Thread AdWords API Advisor
Hi, There is a restriction where once an LocationExtension AdExtenionOverride is created for an ad, even if you delete the override, all future overrides for that ad must have the same latitude and longitude as the original. Essentially, once you associate an ad with an address if can only be use

AdWords API Re: Migration Questions (For PHP, From Apility)

2010-04-08 Thread AdWords API Advisor
Hi, The KeywordToolService has been replaced by the TargetingIdeaService: http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.html The TrafficEstimatorService has not yet been migrated to the v2009 version of the API, and for the time being you should keep using the

AdWords API 14 days left to shutdown of v13 but...

2010-04-08 Thread rayden
...still no article/info/blog about the 2009 Report, Account service. Its kinda funny to shutdown the half of v13 service, and then use half of 2009 and half of v13. Is there any Google rep, to say what can we expect for this matter? When is to be expected 2009 Account, Reporting service? Just to k

AdWords API Reporting with Api

2010-04-08 Thread Sham
Hi We use MCC account for our clients.We want to extract data directly from Adwords in order to create Custom reports for all of our clients. The reports might be: 1.Change history reports for all account in order to identify event vs impact on campaign performance. 2.Quality score report for a

AdWords API Re: How to get Client listing when there are more than one client in our application?

2010-04-08 Thread Ritesh Shah
Thanks for the help On Apr 7, 7:41 pm, AdWords API Advisor wrote: > Hi, > > The AccountService provides this functionality, but it is currently > only available in the v13 version of the API. > >  http://code.google.com/apis/adwords/docs/developer/AccountService.htm... > > You can continue to use

AdWords API "authToken is missing in SoapHeader" error

2010-04-08 Thread veseo
Hello, we are trying to connect to the new API, but no matter what the request, the header returns the following error - "authToken is missing in SoapHeader. while invoking public abstract com.google.ads.api.services.campaignmgmt.campaign.CampaignReturnValue com.google.ads.api.services.campaignmgm

AdWords API Re: AdWords Downtime: April 10th, 10am-2pm PDT

2010-04-08 Thread Zweitze
I have some questions about this: 1. How do the servers react when a call is made during that period? For instance HTTP 500, or a timeout... I tried to test that last time, I believe March 28, but that time the service appeared to be up all the time. 2. Can announcements like this be supplied for