Re: AdWords API Support for Remarketing

2010-09-27 Thread AdWords API Advisor
Hi, We are working to expose this functionality, and we hope to have it ready within the next couple of weeks. Best, - Eric Koleda, AdWords API Team On Sep 25, 11:13 am, aazout wrote: > When will API support for remarketing be available? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Als

Re: Retrieving the CustomerSyncService

2010-09-27 Thread AdWords API Advisor
Hi, The CustomerSyncService hasn't been fully launched yet, but unfortunately the documents were updated ahead of time. We are working to finalize this service and we'll have more information and client library soon. Best, - Eric Koleda, AdWords API Team On Sep 27, 4:55 pm, schismatosis wrote:

Re: Search volumes and keyword suggestions for localized targeting is broken?

2010-09-27 Thread AdWords API Advisor
Hi Martin, There were some recent changes to the keyword tool backend that may be leading to the behavior you're seeing. This blog post touches on some of them: http://adwords.blogspot.com/2010/09/updated-keyword-tool-out-of-beta.html Best, - Eric Koleda, AdWords API Team On Sep 24, 10:52 am

Re: How to set managed placement?

2010-09-27 Thread AdWords API Advisor
Hi Gaël, Yes, you can use the Placement criterion when creating your BiddableAdGroupCriterion: http://code.google.com/apis/adwords/docs/reference/latest/AdGroupCriterionService.Placement.html Best, - Eric Koleda, AdWords API Team On Sep 24, 9:49 am, Gaël wrote: > Hello, > > I've created cam

Re: Problem in getting url by EXTRACTED_FROM_WEBPAGE

2010-09-27 Thread AdWords API Advisor
Hi, I believe that the EXTRACTED_FROM_WEBPAGE attribute is only applicable if you use the RelatedToUrlSearchParameter to get KEYWORD ideas. Best, - Eric Koleda, AdWords API Team On Sep 24, 2:06 am, Nirab wrote: > Hi... > I am trying to use java api and webpageDescriptor information for > keywor

Re: db migration, are accents now ignored for spanish terms

2010-09-27 Thread AdWords API Advisor
Hi All, To be clear, the changes in how accents are handled is part of a larger change in the Keyword Tool backend, and the behavior is consistent across the API and the web interface. My current understanding is that the statistics for accents and non-accented keywords are combined into a single

can't update startdate and enddate

2010-09-27 Thread Joe
code sample: Campaign campaign = new Campaign(); campaign.setId(campaignId); campaign.setName(sCampaignName); campaign.setStartDate(sStartDate); campaign.setEndDate(sEndDate); I have successfully modified the names, budget, status but when i

Re: Uncaught SoapFault exception: [soap:Server] QuotaCheckError.ACCOUNT_DELINQUENT

2010-09-27 Thread chris h
I also sent an email with my account info since am having this same issue. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Uncaught SoapFault exception: [soap:Server] QuotaCheckError.ACCOUNT_DELINQUENT

2010-09-27 Thread chris h
Anash, Please also follow up on the forum so that the rest of us having this issue can find out what is the resolution. - Chris -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adword

Re: Procedure for switching to production environment?

2010-09-27 Thread kkt
Great, thanks. Mind you, I am a newbie, so there might be some obvious step I am missing. I've outlined my process in the email above, so please let me know if you suspect I have forgotten something. Thanks! On Sep 27, 5:19 am, AdWords API Advisor wrote: > Hi, > > I couldn't spot anything wrong

Re: Retrieving the CustomerSyncService

2010-09-27 Thread schismatosis
I checked the java API examples since they seem to be more current than the ruby ones, and there is nothing about the CustomerSync service contained therein. However, the API docs have it as being available in v201008: http://code.google.com/apis/adwords/docs/reference/latest/CustomerSyncService.

Re: URL Performance Report Fields

2010-09-27 Thread ADM
Anash, Here is the list of fields returned by that sample code in the link you posted: AdNetworkType1, AdNetworkType2, AverageCpc, AverageCpm, Clicks, ConversionCategoryName, ConversionRate, ConversionRateManyPerClick, Conversions, ConversionsManyPerClick, ConversionTypeName, Cost, CostPerConvers

Re: ReportDefinition

2010-09-27 Thread Reed
I think the situation with no data coming back might have been my error, as I tried a few other accounts and got plenty of data. On a related topic, which I think was discussed a while back but since searching on "aggregation" doesn't seem to help: Did aggregation at the date level go away for ke

Re: How set API Access and API units

2010-09-27 Thread federico ulfo
Hi Anash, thanks, I just found out that I need a developer token, so I requested one, I'm positive this will solve my connection problem! Now I hope it will be easy to get all clients of the MCC! On Sep 27, 2:36 pm, AdWords API Advisor wrote: > Hi Federico, > > Is it possible to post the request

v13 ReportService sunset

2010-09-27 Thread kolok
Hi, All is in the title. Do you have date for the stopped of ReportService in v13 ? Thank you, Kolok -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=

Re: How does one setup Adwords Campaign Experiments/ACE via API?

2010-09-27 Thread schismatosis
Thanks, that might be helpful enough for now... will post again if I have problems translating to ruby. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~

Re: How does one setup Adwords Campaign Experiments/ACE via API?

2010-09-27 Thread schismatosis
Thanks, that might be helpful enough for now... will post again if I have problems translating to ruby. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~

Re: ReportDefinition

2010-09-27 Thread Reed
BTW, can you give us the enumerations of values for the ConversionTypeName and ConversionCategoryName fields, so we know what to parse for on our end when we receive the data? thanks, -reed -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://

Re: How to Calculate API Cost for keywords

2010-09-27 Thread AdWords API Advisor
Hi John, The rate sheet at http://code.google.com/apis/adwords/docs/ratesheet.html says that TargetingIdeaService.get costs you 0.1 per TargetingIdea + 5 as per-request cost, so your calculation of 15 API units and 0.00375 USD is correct. Cheers, Anash P. Oommen, AdWords API Advisor. On Sep 26,

Re: Changing an Ad URL

2010-09-27 Thread AdWords API Advisor
Hi Byran, You have to delete the ad and create a new one. AdWords doesn't allow you to change the url of an ad once it is created. Cheers, Anash P. Oommen, AdWords API Advisor. On Sep 25, 4:19 am, "bry...@webbtide.com" wrote: > Hi, > > I'm testing in the sandbox and have created a bunch of camp

Re: CLIENT_EMAIL_INVALID

2010-09-27 Thread AdWords API Advisor
Hi Federico, Looks like those are credentials to connect to your sandbox. To make calls against the production account, you need to change the credentials to match your production credentials. The relevant settings in auth.ini are: email = YOUR_MCC_EMAIL password = YOUR_MCC_PASSWORD developerToke

Re: What happens when you hit the 100,000,000 unit cap?

2010-09-27 Thread AdWords API Advisor
Hi, The 100M unit cap on the API account is monthly in nature, and it defines the upper cap on the number of API calls you can make. The main purpose of this limit is to prevent a runaway application from making too many calls against your account. In most cases, you won't touch that limit, but in

Re: URL Performance Report Fields

2010-09-27 Thread AdWords API Advisor
Hi ADM, Could you run http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/Examples/v201003/GetReportFields.cs and let me know the list of fields returned by the server? Cheers, Anash P. Oommen, AdWords API Advisor. On Sep 27, 9:43 am, ADM wrote: > I have been using the v2010

Re: How set API Access and API units

2010-09-27 Thread AdWords API Advisor
Hi Federico, Is it possible to post the requestId of a failed request? I can check the logs and figure out what went wrong with the request. Cheers, Anash P. Oommen, AdWords API Advisor. On Sep 27, 3:54 pm, federico ulfo wrote: > In the adwords help I found that is possible to add one client to

Re: Duplicate Element

2010-09-27 Thread AdWords API Advisor
Hi Javeed, I looked up your request xml from the requestId. Looks like the error is exactly what is says in the fault string, i.e. DistinctError.DUPLICATE_ELEMENT @ operations[3].operand.targets[1]]. The sanitized xml for your request's 4th operation is pasted below: SET

Re: How does one setup Adwords Campaign Experiments/ACE via API?

2010-09-27 Thread AdWords API Advisor
Hi, My apologies for this, I have communicated with the main engineer in charge of this code to find out why this file lacking of all the examples, in the meantime if you check the Java code example or the Perl code example you might be able to translate those calls to Ruby. http://code.google.co

Re: API Exception [DistinctError.DUPLICATE_ELEMENT

2010-09-27 Thread AdWords API Advisor
Hi Syed, I'll follow it up on http://groups.google.com/group/adwords-api/browse_thread/thread/1616d9cc1193b4ab/abfd242dcff33b8c?show_docid=abfd242dcff33b8c since that was the original thread. Cheers, Anash P. Oommen, AdWords API Advisor. On Sep 26, 3:22 pm, Syed wrote: > HI, > >     I was tryin

Re: Procedure for switching to production environment?

2010-09-27 Thread AdWords API Advisor
Hi, I couldn't spot anything wrong with the request xml, so I have asked the AdWords team to investigate this further. I'll update you once I hear from them. Cheers, Anash P. Oommen, AdWords API Advisor. On Sep 24, 11:39 pm, kkt wrote: > Hi Anash, > > Thanks for the clarification. I have made t

Re: Uncaught SoapFault exception: [soap:Server] QuotaCheckError.ACCOUNT_DELINQUENT

2010-09-27 Thread AdWords API Advisor
Hi Sachin, Just FYI, I got the mail and will follow up with you over the mail, since it contains data that cannot be posted publicly on forum. Cheers, Anash P. Oommen, AdWords API Advisor. On Sep 24, 9:54 pm, ae wrote: > Hi Anash, > > I just emailed you our account information. > > Thanks, > Sa

Changing an Ad URL

2010-09-27 Thread bry...@webbtide.com
Hi, I'm testing in the sandbox and have created a bunch of campaigns, adgroups and ads, which is all OK. I'm now trying to run through all ads and test changing the landing page URL. This is the snippet of code: for (AdGroupAd adGroupAd : adgroupad_page.getEntries()) { System.out.pri

CLIENT_EMAIL_INVALID

2010-09-27 Thread feder...@poisonfx.com
Hi I'm trying to connect to adwords and I'm receiving this error: AuthenticationError.CLIENT_EMAIL_INVALID @ ; trigger:'xxx-xxx- +cli...@gmail.com' Service[CampaignService.get] my auth.ini: email = "x...@yyy.com" password = "12345" userAgent = "" applicationToken = "My MCC" developerToken = "

How to Calculate API Cost for keywords

2010-09-27 Thread JohnB
Hey guys, ok I am trying to figure out how much t will cost to retrieve keywords and their Global Monthly Search # the rate sheet indicates that 1000 API units = 0.25 $US can you confirm my calculation are correct or let me know what I am missing I want to get keyword ideas for "flash design"

Re: db migration, are accents now ignored for spanish terms

2010-09-27 Thread JSL
For your information, this "intended behavior" is quite an accomplishment in the sense that queries for some of the top latin accented keywords return absolutely no relevant adwords data. Regardless of the "locations and languages" settings, a query for "crédit" (french) returns either nothing or

Internal Api Error with TargetingIdeaService

2010-09-27 Thread bestrada
I want to show the AVERAGE_TARGETED_MONTHLY_SEARCHES form 50.000 keywords aproximately with requestType STATS. I send 2.400 keywords for each call to the method get(). When I run my script with the sandbox server, it is executed successfully, but when I change the server, I receive a Internal Api E

What happens when you hit the 100,000,000 unit cap?

2010-09-27 Thread ClickFindGet
I noticed that there is a 100,000,000 unit cap on my API account. But i do not see any mention of what the time limit is on this... monthly? Daily? or just period. Any info on what this cap is, and what happens when you reach the limit would be greatly appreciated. -- =~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How set API Access and API units

2010-09-27 Thread federico ulfo
In the adwords help I found that is possible to add one client to an account and set him API access. My client has an account as administrator of the MCC and has access "User interface and API", so I assume I can create an "application account" and give to it API access for all MCC, am I right? In