AdWords API Re: Passing an Array of Country & Language Codes to CountryTarget & LanguageTarget

2010-03-25 Thread Geeeeek
Any Help ? :( -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

AdWords API Re: lastMonthSearchVolume != TARGETED_MONTHLY_SEARCHES

2010-03-25 Thread Alex
I didn't notice that Andriy isn't specifying a language target. I did specify language and country target, in my test, but I'd like to get a confirmation from the AdWords team, which values correspond to the values reported by v13 and Keyword Tool. On Mar 25, 4:06 pm, rick wrote: > I've played wi

AdWords API Re: API returning XML_STREAM_EXC faultstring

2010-03-25 Thread AdWords API Advisor
Hi Mike, This error message is usually returned when the XML being set is invalid. Can you try validating your XML here: http://validator.w3.org/check Can you enable debug output on curl to ensure the XML isn't getting garbled as it's being sent? Best, - Eric Koleda, AdWords API Team On Mar

AdWords API Re: Getting an API developer token with existing AdWords account

2010-03-25 Thread AdWords API Advisor
Hi, To register for a developer token you need an MCC account. An MCC account cannot use the same email address as your AdWords account. When registering for your MCC account please specify a different email address. Best, - Eric Koleda, AdWords API Team On Mar 24, 6:03 pm, Aymeric wrote: > Hi

AdWords API Re: SiteSuggestionService (v13 -> v2009)

2010-03-25 Thread AdWords API Advisor
Hi, To address your questions: 1) Use the RelatedToUrlSearchParameter, which can hold multiple URLs. http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.RelatedToUrlSearchParameter.html 2) As it seems you've already discovered, use the LanguageTargetSearchParameter.

AdWords API Re: NetworkCoverageType Stats

2010-03-25 Thread AdWords API Advisor
Hi Raj, More information on these values is available here: http://groups.google.com/group/adwords-api/browse_thread/thread/cff28bfa0df5e8d1/ Best, - Eric Koleda, AdWords API Team On Mar 24, 4:12 pm, Raj wrote: > I am sorry I corrected this bug. > > But I need some help in the following. >

AdWords API Re: Bidding Options in API V2009???

2010-03-25 Thread AdWords API Advisor
Hi Jakov, In the v200909 version of the API the bidding option is set on the Campaign field biddingStrategy: http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.Campaign.html#biddingStrategy These options in the AdWords web interface correspond to the following values in

AdWords API Re: Updated cost/clicks

2010-03-25 Thread AdWords API Advisor
Hi, There is no guarantee, but the data is usually stable about a week later. Best, - Eric Koleda, AdWords API Team On Mar 24, 1:02 pm, Wanja wrote: > I download every day the costs that were made for every campaign the > day before into my database. However if you look back one month later, >

AdWords API Re: "Get recent changes" - as in Adwords Editor

2010-03-25 Thread AdWords API Advisor
Hi Jesper, Unfortunately this functionality is not available in the v200909 version of the API. I don't have any information about if or when it would become available. Best, - Eric Koleda, AdWords API Team On Mar 24, 10:48 am, Jesper Ellegaard wrote: > Earlier on it was mentioned that this fe

AdWords API Re: DatabaseError.CONCURRENT_MODIFICATION errors while updating ad group criteria (keywords)

2010-03-25 Thread AdWords API Advisor
Hi Chandra, Unfortunately there is no exact time that will prevent these types of errors of coming up from time to time. Your best bet is to: 1) Batch your updates together in fewer requests (http:// adwordsapi.blogspot.com/2010/03/discover-v2009-do-more-with- mutate.html) 2) Catch this type of

AdWords API Re: Query Regarding the Migeration to v200909

2010-03-25 Thread AdWords API Advisor
Hi Devki, There is no service in v13 with that name, do you mean CriterionService? That service will be sunset on April 22nd and you will need to migrate to the v2009 AdGroupCriterionService. Best, - Eric Koleda, AdWords API Team On Mar 24, 4:08 am, Devki Anote wrote: > Hello Sir/Madam > > I h

AdWords API Re: edit ad extension error

2010-03-25 Thread AdWords API Advisor
Hi, Can you post the SOAP XML request and response that demonstrates this behavior? Best, - Eric Koleda, AdWords API Team On Mar 24, 5:42 am, "freesystems.t...@gmail.com" wrote: > Hi, > > when i editing the ad extension override then i getting the error > AD_ALREADY_HAS_ADEXTENSION_OVERRIDE. >

AdWords API Re: ClientLogin API Call

2010-03-25 Thread Joshua J. Kugler
On Thursday 25 March 2010, J elucidated thus: > Hello, > > I need to implement ClientLogin API for Google Adwords. I created a > simple JSP with action URL > https://www.google.com/accounts/ClientLogin. When I am submitting my > form, I am getting back three rows: SID, LSID and Auth. > > As per the

AdWords API Re: lastMonthSearchVolume != TARGETED_MONTHLY_SEARCHES

2010-03-25 Thread rick
I've played with this quite a bit. Average targeted monthly searches only shows the searches you've selected with your filter. For example, if you used en/US as your language and country filter, you'd only see the traffic for English searches in the US. I definitely get back number for average and

AdWords API Passing an Array of Country & Language Codes to CountryTarget & LanguageTarget

2010-03-25 Thread Geeeeek
Hello All I am using the TargetingIdeaService to get Keyword Suggestions. Everything works well. But I have an array containing the list of selected country code and another array containing a list of Language Codes. How do I pass this information to the CountryTarget & LanguageTarget respectivel

AdWords API ClientLogin API Call

2010-03-25 Thread J
Hello, I need to implement ClientLogin API for Google Adwords. I created a simple JSP with action URL https://www.google.com/accounts/ClientLogin. When I am submitting my form, I am getting back three rows: SID, LSID and Auth. As per the documentation at http://code.google.com/apis/accounts/docs

AdWords API Re: lastMonthSearchVolume != TARGETED_MONTHLY_SEARCHES

2010-03-25 Thread Alex
We're seeing this issue too. The Keyword Tool, and v13 API return the same value as GLOBAL_MONTHLY_SEARCHES. The AVERAGE_TARGETED_MONTHLY_SEARCHES value is either lower or null. On Mar 24, 3:09 am, Andriy Kud wrote: > Through old (v13) API I get this: > Array > ( >     [0] => Array >         ( >

AdWords API Re: Inconsistency in docs, or not understanding a selector

2010-03-25 Thread Joshua J. Kugler
On Thursday 25 March 2010, Joshua J. Kugler elucidated thus: > > Pete is correct, you need to need to pass in an empty selector. > > Here is an example using the PHP client library: > > > > http://code.google.com/p/google-api-adwords-php/source/browse/trunk > >/e xamples/v200909/GetAllCampaigns.ph

AdWords API Internal Server Error from InfoService request

2010-03-25 Thread Eric
We are making the following SOAP request to the InfoServer. The HTTP/ SOAP response is given below and we are stumped as to the problem. We are using the Java client jar. Any insight would be appreciated. http://schemas.xmlsoap.org/soap/ envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";

AdWords API Re: Inconsistency in docs, or not understanding a selector

2010-03-25 Thread Joshua J. Kugler
On Wednesday 24 March 2010, AdWords API Advisor elucidated thus: > Hi Joshua, > > Pete is correct, you need to need to pass in an empty selector. Here > is an example using the PHP client library: > > > http://code.google.com/p/google-api-adwords-php/source/browse/trunk/e >xamples/v200909/GetAll

AdWords API getClientAccounts() returns an invalid e-mail?

2010-03-25 Thread Joshua J. Kugler
I have code like so: for account in ga.Account.getClientAccounts(): # 'account' is an e-mail in the list of e-mails returned print account ga.set_client_email(account) # Sets the client e-mail header try: client = ga.Account.getAccountInfo()

AdWords API Re: Question with CaptchaRequired error code with ClientLogin authentication API

2010-03-25 Thread SEM
Eric: I think you may have misunderstood my original question although you did answer my next question :-) The two questions are.. Original Question 1: a] User's account is locked due to captcha, we store the captcha URL and present him with an image sourced from the stored captcha URL b] User c

AdWords API Re: TargetingIdea

2010-03-25 Thread Andy Precise
in addition ... i checked the wsdl file for this service and TargetingIdea is declared, along with other types Type_AttributeMapEntry, TargetingIdeaPage. etc. the latter of all which are recognised. but not TargetingIdea. would appreciate any ideas on this. thanks On Mar 25, 2:52 pm, Andy Precis

Getting data through AdWords API and .NET

2010-03-25 Thread haris
Hi all, I'm quite new to AdWords API, and I would like to know how I could get data like "campaign", "keyword", "impressions", "clicks", "total cost" and so on for a particular user (client) in a specified date range, using .NET (C#) and google API. Of course for testing purposes I would use sandb

AdWords API Existing API-Call if a Keyword is showing ads right now?

2010-03-25 Thread powl
Hello, Is it possible to get to know over the google api if a keyword is showing an ad right now or if there is an error (trademark problem or else) ty -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our

AdWords API TargetingIdea

2010-03-25 Thread Andy Precise
hi, this is a strange one. i must be doing something wrong, but i can't figure out what. i'm migrating from v1.3 to v2009 as many others have been. i'm using the TargetingIdeaService service to get keywords for a given site. i'm updating an excel project (VB.NET) i've been looking fo

AdWords API Adwords API traffic estimator service - several errors when campaign request includes a geotarget

2010-03-25 Thread Guy Zucker
Hi, I'm using the traffic estimator service. I create a campaign request that has a geotarget that contains a country and a state (e.g. Canada and New York State). The estimation fails with the following messages: "Cannot combine country and region/metro/city targeting". This does not appear as a

AdWords API v13 TrafficEstimatorService queried via apility gives back: HTTP method POST is not supported by this URL

2010-03-25 Thread sed
since february 2007, i've used two php scripts to query the adwords api TrafficEstimatorService via the @pility (apility) library. apart from upgrading the library to keep pace with each adwords api release, everything works unattended in a weekly cron job. sometime between march 9 and 15, the Tra

AdWords API Re: Related AdGroup, and Campaign to Ad ID

2010-03-25 Thread Jesper Ellegaard
Thanks. My bad for overseeing that! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~

AdWords API Re: Enum com.google.ads.api.services.campaignmgmt.criterion.campaigncriterion.v200909.jaxbgen.ContentLabelType does not have a constant corresponding to BELOW_THE_FOLD

2010-03-25 Thread Daniel
Hi Eric, can we do something for you or the engineering team to fix this issue? Maybe some more SOAP logs or sth. like that? The 22th April is coming really fast and with the error above we can't manage all customers with the new api :-/ Regards, Daniel On 23 Mrz., 16:31, AdWords API Advisor w

How can I signup to AdWords API

2010-03-25 Thread bcurtu
I'm getting crazy. I want to use the AdWords API for the second profile (or anyone!) but I don't find the API Center menu anywhere. Please help -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog

AdWords API Re: How to properly set matchType in PHP API for argetingIdeaService

2010-03-25 Thread Bartosz K
Got solution To get only EXACT matches on result, I had to add additional search parameter: new KeywordMatchTypeSearchParameter( array( "EXACT" ) ) On 24 Mar, 13:53, Bartosz K wrote: > Hello, > > I'm wondering why, for: >         $keyword = new Keyword(); >         $keyword->text = 'abendkleid';

Re: AdWords API Re: Got this error "Separate content keyword bids is only applicable in campaigns with keyword cpc bids."

2010-03-25 Thread HB
Hi Eric, the link: http://www.mail-archive.com/adwords-api@googlegroups.com/msg02065.html Thanks, Harald On Mar 23, 5:39 pm, AdWords API Advisor wrote: > Hi Harald, > > Can you link to the original thread so I can get more background > information on this problem?  Do you have the SOAP XML from

AdWords API Re: PHP: v13 & v2009. Err: Cannot redeclare class SoapClientFactory

2010-03-25 Thread Alex
Hi Eric Yes you are right, I've renamed older one lib and problem has been solved. On 24 мар, 18:39, AdWords API Advisor wrote: > Hi Alex, > > It seems that the problem here is that the nuSOAP library includes a > class called SoapClientFactory, which is already defined in the > AdWords API PHP

AdWords API Re: PHP: v13 to v2009. Api Units Usage per query

2010-03-25 Thread Alex
Thank you so much :) On 24 мар, 19:14, AdWords API Advisor wrote: > Hi Alex, > > Each service has a method called GetLastUnits() which will return that > information for the last request. > >  http://code.google.com/p/google-api-adwords-php/source/browse/trunk/s... > > Best, > - Eric Koleda, AdWo

AdWords API Re: Campaign BiddingStrategy xsi:type=ManualCPC missing

2010-03-25 Thread Marco
I have found the problem, our codebase was still using an older library version of Axis that did not give us any problems with the older API versions. Downloading the latest lib_jars solved this problem. http://google-api-adwords-java.googlecode.com/files/lib_jars-6.0.0.tar.gz Thanks for the help

AdWords API Re: Campaign BiddingStrategy xsi:type=ManualCPC missing

2010-03-25 Thread Marco
That is indeed the exception I am receiving, and the code I am using (albeit with new ManualCPC("ManualCPC"), as your example is missing the new keyword). So using the same library and code, I am receiving a different outcome. Greetings, Marco On 24 mrt, 16:09, "Pete Lavetsky (AdWords API Guru