Re: V13 AccountService error

2011-01-26 Thread rafal
Hi Eric, Thanks for your response. Here is what I found out. Both methods: getClientAccountInfos and getClientAccounts returns email_address_1 as identified of my client mcc account. When I specify this email address the error I mentioned occures. However, I logged in via AdWords interface, and

Re: ReportDefinitionService SET operation (Update existing report) InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2011-01-26 Thread Rohit Dantas
Yep, That worked for me, thanks! I had to supply all the fields I used to create the ReportDefinition in order to update it (including the Columns/Fields & reportType). Cheers, Rohit On Jan 25, 9:36 pm, AdWords API Advisor wrote: > Hi Rohit, > > It looks like there is an issue where the update

adwords keyword performance Report for the particular account

2011-01-26 Thread Suresh
Hello All, I have created the program to generate the adword keyword performance report.Now i need to get the keyword report for the particular account. For example: I need the adwords keyword performance data for this account via the API account id =4229314711 How can i pass account id as th

ExperimentService UNEXPECTED_INTERNAL_API_ERROR

2011-01-26 Thread veseo
Hi, I'm currently implementing ExperimentService in our application, but I noticed that whenever I try to include startDateTime and/or endDateTime in the format, specified by the examples (Ymd His, for example 20110203 00), I get UNEXPECTED_INTERNAL_API_ERROR. I double checked and the dates

GeoLocation -> some addresses works, some not (PHP)

2011-01-26 Thread MMV Limburg
Hello, first of all i want to apologize for my bad english. I've got a problem. When i try to locate a campaing to a proximityTarget it sometimes works and sometimes not. The tests only differs in the address itself. For example to addresses: This one don't work: $address = new Address(); $

Re: How can i get the currency of payment.

2011-01-26 Thread AdWords API Advisor
Hi Nikhil, The v13 AccountService provides this information: http://code.google.com/apis/adwords/docs/developer/AccountService.html We hope to add this service to the v2010 family of APIs in the next version. Best, - Eric Koleda, AdWords API Team On Jan 24, 5:17 am, Nikhil Jadhav wrote: >  

Re: Is there any limit on the number of function calls that can be made per unit time using the api

2011-01-26 Thread AdWords API Advisor
Hi Nikhil, This error is caused by making too many requests to the ClientLogin API in a short period of time. If you are using a client library this could be caused by creating a new AdWordsUser for every request. Instead you should reuse your authTokens or AdWordsUser objects, and they are valid

Re: AdGroupAdService.get empty result for ads with {Keyword: ...} (keyword insertion tool)

2011-01-26 Thread AdWords API Advisor
Hi Marcin, I'm not aware of any problems with fetching ads that use keyword insertion. Please note that DISABLED ads aren't returned by default, and you need to include the DISABLED status in your AdGroupAdSelector to return them. Best, - Eric Koleda, AdWords API Team On Jan 24, 9:56 am, Marcin

Re: how can negative keywords be added at ad group level ?

2011-01-26 Thread AdWords API Advisor
Hi, You can use the AdGroupCriterionService to add a NegativeAdGroupCriterion: http://code.google.com/apis/adwords/docs/reference/latest/AdGroupCriterionService.NegativeAdGroupCriterion.html Best, - Eric Koleda, AdWords API Team On Jan 24, 2:45 pm, zadgora wrote: > hi, > > i would like to a

Re: What is typical turn time to approve API Developer Token

2011-01-26 Thread AdWords API Advisor
Hi, The review process may take up to two weeks, although it is normally much sooner. If you're token has previously been approved in the past then it will be lower priority. Best, - Eric Koleda, AdWords API Team On Jan 24, 6:19 pm, "ryaningilb...@yahoo.com" wrote: > Just just Pending Approval

Re: QuotaCheckError.INCOMPLETE_SIGNUP_USER_INFO_REJECTED/PENDING

2011-01-26 Thread AdWords API Advisor
Hi Dinesh, Every time you edit your developer details your token is re-reviewed, and it may be that upon re-review the application was rejected. You should have received an email with more information, and once your current review is complete you should receive another with more information. Bes

Re: Google AdWords API -Account Service

2011-01-26 Thread AdWords API Advisor
Hi Remya, The v13 ReportService has the behavior that a column won't be supported if the target account doesn't use that feature. So for instance, if you aren't using an conversion tracking in that account then the column will be rejected. Best, - Eric Koleda, AdWords API Team On Jan 24, 11:27 

Re: No results for December

2011-01-26 Thread AdWords API Advisor
Hi Calford, I'm seeing December stats returned for STATS requests but not IDEAS requests, are you seeing the same? I'll follow up with the core engineering team for more information. Best, - Eric Koleda, AdWords API Team On Jan 25, 3:15 am, calford wrote: > Hi > Today is January 25, No traffic

Having problems to get a development token. Please Help !!

2011-01-26 Thread vit
I am having problems to get a development token. Please do not answer me just giving me some link with Q/A or so. I already spent a lot of time with that and did not get anything. I have a AdWords account which I want to use for AdWords API. From https://adwords.google.com/support/aw/adwordsapi/b

Re: No results for December

2011-01-26 Thread AdWords API Advisor
Hi Calford, They hope to have the December stats fully available within the next day or two. Best, - Eric On Jan 26, 11:20 am, AdWords API Advisor wrote: > Hi Calford, > > I'm seeing December stats returned for STATS requests but not IDEAS > requests, are you seeing the same?  I'll follow up wi

Re: V13 AccountService error

2011-01-26 Thread AdWords API Advisor
Hi Rafal, There are issue where the email addresses in AccountService aren't updated immediately. Let me know if this problem persists. Best, - Eric On Jan 26, 6:06 am, rafal wrote: > Hi Eric, > > Thanks for your response. > Here is what I found out. > > Both methods: getClientAccountInfos and

Re: making api calls from asp.net project

2011-01-26 Thread rocker
UP. any ideas yet ? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed

Re: MediaService Questions

2011-01-26 Thread Pete Lavetsky (AdWords API Guru)
Bump. On Jan 25, 10:04 am, "Pete Lavetsky (AdWords API Guru)" wrote: > Good morning, > > Couple questions regarding the MediaService: > > 1) Is it upload and get only? ie. there's no SET for overwriting media > like images? > 2) Is it possible to set the name of a piece of Media? I'm > implementi

Re: ExperimentService UNEXPECTED_INTERNAL_API_ERROR

2011-01-26 Thread AdWords API Advisor
Hi Veseo, It looks like the problem is due to having too small of a budget for the campaign. The error message isn't being reported well though, and I'll work with the core engineering team to address it. Best, - Eric Koleda, AdWords API Team On Jan 26, 7:04 am, veseo wrote: > Hi, > > I'm curr

Re: traffic estimator geotarget

2011-01-26 Thread Murali4044
Hi Eric, I can get "GLOBAL MONTHLY SEARCH" from GetReleatedKeywords.php But i have few question How can we calculate "LOCAL MONTHLY SEARCH"? Can we target the particular location? And can we pass multiple keywords in single request for getting "LOCAL MONTHLY SEARCH"? Thanks in advance Murali

Re: ExperimentService UNEXPECTED_INTERNAL_API_ERROR

2011-01-26 Thread veseo
Hi Eric, Thanks for your answer. However I noticed that today that problem is gone, without me changing the campaign budget - editing the experiment start/end dates work using both the interface and the API. I do not know what has been changed, but I can mark this problem as resolved. -- =~=~