AdWords API Re: Difference in API and KeywordTool

2009-11-19 Thread emergejuice
Keyword : "car insurance" MaxCPC : $10 Type : Exact Via API : Estimates for keyword with text "car insurance": Lower average position is "4.0". Upper average position is "6.0". Lower clicks per day is "415.84586". Upper clicks per day is "623.76886". Lower cpc is "4390587" = $4.39 Uppe

AdWords API Re: Difference in API and KeywordTool

2009-11-19 Thread emergejuice
Yes, I am aware of the fact that the API uses the settings English and All Countries and Google Search network only. I set it to English and All Countries in https://adwords.google.com/select/KeywordToolExternal and I got position 4-6, avgCPC as $15.42 which is still far different from the API re

AdWords API Re: Could not get ClientLogin token for user

2009-11-19 Thread sreenu
Thank you. It worked for me. On Nov 18, 7:49 pm, AdWords API Advisor wrote: > Hi Sreenu, > > The main cause of account locking is excessive logins.  The v2009 API > uses authTokens, which are generated by the ClientLogin service > (http://code.google.com/apis/accounts/docs/AuthForInstalledApps.ht

AdWords API Re: Reg: TargetingIdeaService for Getting keywords given a seed keyword

2009-11-19 Thread Raj
Hi Eric, Thanks for your reply. First time I tried with IDEAS itself. It did not work. Then I was trying with each requestType. My goal is to get keywords for given seedkeyword. In V13, I used KeywordToolService and getKeywordVariations method. I am trying to migrate to the new version. I thing

AdWords API Re: Not returning complete records

2009-11-19 Thread Kelvin
Hi, I've figured out the problem lies in the parameters set in the serviceModel and I am able to get full records of adgroup for each campaign. But still, the campaign records are not complete compared to my google account. Since all of the campaigns might be created within a short period, I am w

AdWords API Re: The request is trying to modify an entity enabled for a feature not supported by v13 of API.

2009-11-19 Thread Peer Jakobsen (AdWords API Guru)
Hi Eric, Yes I have been able to access it. I can still do getCampaign etc. It's just the updateCriteria that no longer works. Thanks, Peer -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@

AdWords API Re: The request is trying to modify an entity enabled for a feature not supported by v13 of API.

2009-11-19 Thread AdWords API Advisor
Hi Peer, Have you previously been able to access this campaign without error? Best, - Eric Koleda, AdWords API Team On Nov 19, 5:26 pm, "Peer Jakobsen (AdWords API Guru)" wrote: > Hi API Team, > > Why are we getting this error (feature not supported by v13) for the > below SOAP request? > > >

AdWords API Re: Difference in API and KeywordTool

2009-11-19 Thread AdWords API Advisor
Hi, The likely cause is a mismatch in the language and location targeting between the two methods. The TrafficEstimatorService makes certain assumptions about language and location, which are explained in this blog post: http://adwordsapi.blogspot.com/2008/07/traffic-estimator-service-explain

AdWords API Re: Support for Ad Sitelinks via API?

2009-11-19 Thread Peer Jakobsen (AdWords API Guru)
Hi Jay, Both the {keyword} and the {creative} tags works for sitelinks Cheers, Peer -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, send e

AdWords API Re: Reg: TargetingIdeaService for Getting keywords given a seed keyword

2009-11-19 Thread AdWords API Advisor
Hi Raj, The field "requestType" does not accept the value "IDEA_TYPE". The value must be either "IDEAS" or "STATS": http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.RequestType.html Best, - Eric Koleda, AdWords API Team On Nov 19, 2:07 pm, Raj wrote: > Hi all,

AdWords API The request is trying to modify an entity enabled for a feature not supported by v13 of API.

2009-11-19 Thread Peer Jakobsen (AdWords API Guru)
Hi API Team, Why are we getting this error (feature not supported by v13) for the below SOAP request? http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/2001/XMLSchema";> https://adwords.google.

AdWords API Re: Support for Ad Sitelinks via API?

2009-11-19 Thread Jay
Hi Santhosh, Were you able to find out if there is a keyword id parameter that works with site link clicks? Thanks, Jay On Nov 10, 5:14 pm, Santhosh Nair wrote: > Thanks Eric. I will post this question on AdWords forum. > Santhosh > > On Nov 10, 9:56 am, AdWords API Advisor > wrote: > > > > >

AdWords API Re: PHP v2009 Monthly Search Volume

2009-11-19 Thread a2b
Great, it looks like I got everything working. Thank you for all your help. The targeted monthly searches gives data back for last 12 months. Is there a normal time frame that the previous months count becomes available? So on 12/1 will November search count be available? On Nov 19, 6:26 am

AdWords API Difference in API and KeywordTool

2009-11-19 Thread Dave
Hi Am using v13 instead of v2009 because I need the estimated CPC values. I gave : keyword = { 'text': 'mesothelioma', 'maxCpc': SOAPpy.Types.untypedType('3000'), # $30 'type': SOAPpy.Types.untypedType('Exact') } Output I got was $ python estimate_keyword.py Estimates for keyword with

AdWords API Reg: TargetingIdeaService for Getting keywords given a seed keyword

2009-11-19 Thread Raj
Hi all, Q 1) I am trying to get a list of keywords for a given seed keyword using TargetingIdeaService. This service has too many parameters to be send in the requesting xml. I am sending the following request_xml. ''. ''. ''. ''. 'rajani'. 'BROAD'. ''. ''. 'KEYWORD'. 'IDEA_TYPE'. 'TARGETED_

AdWords API Re: API costs for V2009 BulkMutateJobService

2009-11-19 Thread AdWords API Advisor
Hi Reed, A BulkMutateJob contains a series of operations to perform, such as CampaignOperation, AdGroupOperation, etc. These operations are normally fed into their respective service's mutate() method. For example, the CampaignService mutate() method has a cost of 1 unit for an ADD operation. T

AdWords API Re: Google API costs

2009-11-19 Thread AdWords API Advisor
Hi, You can determine if you have free units by logging into the AdWords web interface with your MCC credentials and navigating to "My Account" -> "AdWords API Center". Not everyone is eligible for free API units, and more information can be found here: http://adwords.google.com/support/aw/bin

AdWords API Re: The request did not contain a header named 'email'.

2009-11-19 Thread AdWords API Advisor
Hi, Do you have the SOAP XML request and response? That would show if the email header is being sent correctly. Best, - Eric Koleda, AdWords API Team On Nov 19, 7:38 am, "alexis.rouss...@gmail.com" wrote: > The fact is that this code worked very well two months ago! > > On 19 nov, 11:11, "alex

AdWords API Re: AdWords TC Asking For Advice

2009-11-19 Thread AdWords API Advisor
Hi Lakatos, Thank you for the clarifying reply. I don't often have the chance to understand the reasons why people need to use the API, so this was insightful. I can see how DKI doesn't make sense in your scenario, and how using the AdWords API could simplify the repetitive work. Best, - Eric

AdWords API Re: New ads not appearing in Adwords

2009-11-19 Thread AdWords API Advisor
Hi Dan, Before you spend too much time debugging I'd double check that you are looking at the right campaign in the web interface. Since the process is working for other campaigns this could just be a mix up. Alternatively, have you tried retrieving the new ads using the API? Best, - Eric Koleda

AdWords API Re: PHP v2009 Monthly Search Volume

2009-11-19 Thread AdWords API Advisor
Hi, The AVERAGE_TARGETED_MONTHLY_SEARCHES attribute is based of the targeting search parameters used in the request. For example: CountryTargetSearchParameter: http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.CountryTargetSearchParameter.html LanguageTargetSearch

AdWords API API costs for V2009 BulkMutateJobService

2009-11-19 Thread Reed
The rate sheet is a little vague about the API costs for the bulk service: It lists the costs as 1 unit plus costs of the operations. What does the "cost of operations" translate to? Is it the same as the V13 costs to perform the individual actions (ie, create an ad is 50, unpdate an ad status is

AdWords API Re: The request did not contain a header named 'email'.

2009-11-19 Thread alexis.rouss...@gmail.com
The fact is that this code worked very well two months ago! On 19 nov, 11:11, "alexis.rouss...@gmail.com" wrote: > Hi > > I'm using the v13 version with VB.net > > My code is  : > > Imports com.google.adwords > > Private ServiceGoogle As New CampaignService() > >  ServiceGoogle.email = New email1

AdWords API Re: Google API costs

2009-11-19 Thread Maxi CT
Where can you see if you're account has free units? Does everyone get these? On 17 nov, 18:46, AdWords API Advisor wrote: > Hi, > > Yes, if an account has free API units those will be used up first. > Any additional units will be billed to the account that owns the > developer token. > > Best, >

AdWords API The request did not contain a header named 'email'.

2009-11-19 Thread alexis.rouss...@gmail.com
Hi I'm using the v13 version with VB.net My code is : Imports com.google.adwords Private ServiceGoogle As New CampaignService() ServiceGoogle.email = New email1() ServiceGoogle.email.Text = New String() {"myem...@jkh.com"} (...) And when i do that : MaCampagneGoogle = ServiceGoogle.addC

AdWords API Re: AdWords TC Asking For Advice

2009-11-19 Thread Lakatos
Hi Eric, Thanks for your kind input. While I am not knowledgeable about APIs I am a Google Advertising Professional and a Top Contributor in the AdWords Help Forum which translates I am supposed to know DKI...:) Well, jokes aside, I'll give you a specifc example to identify the issue. The website

AdWords API New ads not appearing in Adwords

2009-11-19 Thread Dan Hill
Hi, I'm using Ruby and Rails to make a BulkMutateJob call to create about 100 new ads to a campaign, across a dozen or so ad groups. The call itself is successful, adwords returns me a job number, and when I query the job status it gets marked as complete with no failed operations a short while la