Re: Suggested keywords issue

2010-05-24 Thread freesystems.t...@gmail.com
Hi, extimateKeywordList soap xml request not returning any data. It was working fine before 5 days. # Estimate keyword traffic. $request_xml = '' . $listkeyword .''; $estimates = $estimator_service->call('estimateKeywordList', $request_xml); $estimates =

Re: Sign up for Adwords API center

2010-05-24 Thread adam
Eric, I did login with the separate MCC account. I even tried again now registering and logging in with a new MCC account, still there is no AdWords API Center tab. Where exactly is it supposed to be? In the 'My account' panel using the top right link? Could you please check my account status, I ne

How to search in all country and territories

2010-05-24 Thread yaniv
Hello in my app there is 2 list box, one for language and one for country, which i coded in select parameter as follows //Create Target language for search stats LanguageTarget lt = new LanguageTarget(); lt.languageCode = "en"; foreach (ListItem itemLanguage in listLanguag

Re: Suggested keywords issue

2010-05-24 Thread AdWords API Advisor
Hi, What does the SOAP XML look like for these requests? Is data being returned there? Best, - Eric On May 24, 1:03 am, "freesystems.t...@gmail.com" wrote: > Hi, > > Thanks for reply. > > Still i am not getting estimateKeywordList. > As you reply i have replace KeywordToolService by TargetingI

Re: Set AdParams

2010-05-24 Thread AdWords API Advisor
Hi Marc, It sounds like you have everything set up correctly. Please ensure you are triggering the correct ad and doing so using a keyword (and match type) that has an ad parameter attached. Best, - Eric Koleda, AdWords API Team On May 21, 10:28 am, Marc Quamediagroup wrote: > Hello, > I would

Re: Monthly AdWords API budget

2010-05-24 Thread AdWords API Advisor
Hi Murray, When your monthly API budget is reached you will receive a QuotaCheckError with a MONTHLY_BUDGET_REACHED reason, which will prevent further requests. http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.QuotaCheckError.html Best, - Eric Koleda, AdWords API Team

Re: Keywords that are restricted by google adwords as policy violated keywords

2010-05-24 Thread AdWords API Advisor
Hi, Unfortunately there is no definitive list of keywords that violate AdWords policies. More information about AdWords policies is available here: http://adwords.google.com/support/aw/bin/static.py?hl=en&page=guidelines.cs Best, - Eric Koleda, AdWords API Team On May 21, 7:26 am, Revathi w

Re: content Targeting

2010-05-24 Thread AdWords API Advisor
Hi Srikanth, You can use the CampaignTargetService.get() method to retrieve the NetworkTargetList for a campaign. SelectedPlacements => CONTENT_NETWORK AllPlacements => CONTENT_NETWORK + CONTENT_CONTEXTUAL Best, - Eric Koleda, AdWords API Team On May 21, 2:34 am, srikanth wrote: > Hi, > >  Can

Re: Sign up for Adwords API center

2010-05-24 Thread Murray
Hi Eric, is there an email address that I can write to about our API application? Regards Murray On May 22, 2:50 am, AdWords API Advisor wrote: > Hi Adam, > > The "AdWords API Center" tab is only available when you log in using > your MCC account, which has a separate login and password then you

Re: AdWords::Error::GoogleInternalError: get Call Failed

2010-05-24 Thread benr75
Hello - An easier way to resolve/read an error in the Ruby lib is to wrap your call in a begin/rescue and then call the soap_faultstring_ex method. For example: begin #CALL TO ADWORDS API HERE rescue => e logger.info "#RESCUED AdWords API ERROR #{e.soap_faultstring_ex}" end This will produce

Target error : reason CANNOT_TARGET_SYNDICATABLE_TYPES

2010-05-24 Thread Shlomi sut
Hello, We are getting this error when trying to update campaign targeting. what does it mean ? what can cause this and how to fix the issue ? Regards Shlomi -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://g