Re: Character sets and CSV report file downloads

2011-01-17 Thread AdWords API Advisor
Hi Reed, I've opened issues with the AdWords team for both the cases you reported. I'll update you once I hear from them. Cheers, Anash P. Oommen, AdWords API Advisor. On Jan 14, 6:01 pm, Reed wrote: > This problem just gets stranger and stranger.  I think I found a > "solution" - if I specify

Re: Formatting of CSV files returned from Keyword Performance reportservice

2011-01-17 Thread AdWords API Advisor
Hi Everyone, The AdWords team has updated me that they have found the issue and are fixing it at their end. The fix should go live for the next server push. Cheers, Anash P. Oommen, AdWords API Advisor. On Jan 17, 1:46 pm, torgie wrote: > I joined this group because of this issue! :)  I can ver

Re: QuotaCheckError.INCOMPLETE_SIGNUP_LATEST_ADWORDS_API_TNC_NOT_AGREED

2011-01-17 Thread AdWords API Advisor
Hi Bastien, Sure, please mail it to adwordsapiadvi...@google.com and update this thread once you are done. Cheers, Anash P. Oommen, AdWords API Advisor. On Jan 13, 4:03 pm, step_dev wrote: > Hi, > > I have the same error, can I send you the account id by mail to try to > solve it? > > Regards,

Re: How can i Get Account Balance ?

2011-01-17 Thread AdWords API Advisor
Hi Joe, This functionality is not available through AdWords API. Cheers, Anash P. Oommen, AdWords API Advisor. On Jan 14, 10:26 am, Joe Chan wrote: > I read the reference abt account service but it seems there is no way to get > the balance of the adword account > > Are there any way to get Acc

Re: structure report in V201008

2011-01-17 Thread AdWords API Advisor
Hi, Could you post a request id (or the sanitized soap xml) for a call where you create a report definition? Cheers, Anash P. Oommen, AdWords API Advisor. On Jan 18, 1:03 am, codeninja wrote: > adwords api team, > > is this a real issue or i am doing something wrong here? > > thanks. > > On Jan

Re: Report service giving UNEXPECTED_INTERNAL_API_ERROR in downloaded reports

2011-01-17 Thread AdWords API Advisor
Hi, This looks like an issue at our end, most likely temporary in nature. But just to clarify, Whenever the report download url throws an error, the downloaded report contents will always be of the form !!!number||| reportDefinitionId|||Error code or message. So you need to download the report at

Re: Google AdWords API -Account Service

2011-01-17 Thread AdWords API Advisor
Hi Remya, AdWords API doesn't allow you to deactivate an account. I guess your best bet is to pause all campaigns in the account under question. To pause campaigns, you can use CampaignService::get to get all campaigns, and then use CampaignService::mutate to update their status to paused. See the

Re: Make payment through API

2011-01-17 Thread AdWords API Advisor
Hi Rodrigo, AdWords API does not support "make a payment" feature. Cheers, Anash P. Oommen, AdWords API Advisor. On Jan 13, 5:00 pm, Rodrigo Saling wrote: > Hello everybody! > > I didn't find any information about this yet. I've searched through the > forums, the API docs and Google and couldn'

Re: keyword has clicks but no impression in report

2011-01-17 Thread AdWords API Advisor
Hi Hong, Apologies for the delay, we had a couple of holidays and hence a long weekend. I've reported this issue to the AdWords team. I'll update you once I hear from them. Cheers, Anash P. Oommen, AdWords API Advisor. On Jan 17, 4:29 pm, Hong wrote: > Hi Anash, > > Any progress for this proble

Re: What are the size limitations on images?

2011-01-17 Thread AdWords API Advisor
Hi John, I believe it is 50K. See http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=7681 for details. Cheers, Anash P. Oommen, AdWords API Advisor. On Jan 16, 2:45 am, John wrote: > I'm getting FILE_TOO_LARGE exceptions for some of my images that I'm > using for image ads. > > [I

Re: TargetingIdeaService v201008 with Custom Country & Language

2011-01-17 Thread jmshinn
I'll admit that I'm just getting into this myself so I may be off here, but: >   // Create language service. >   $languageService = new LanguageTarget(); >   $languageService->languageCode='de'; >   $languageService->TargetType='de'; First of all, you need to use LanguageTargetSearchParameter to

Re: Formatting of CSV files returned from Keyword Performance reportservice

2011-01-17 Thread torgie
I joined this group because of this issue! :) I can verify that downloading a CSV report via the adwords website produces the same behavior. The file appears to be formatted: "Report Name "Column1,Column2,Column3, ... I suspect that the first newline and the second quote are swapped. This happe

Re: How to query GetRelatedKeywords.php without related keywords in the result?

2011-01-17 Thread Victor
I tested it by changing "IDEAS" to "STATS" and now it is returning all of the keywords with 0 monthly searches in addition to the other keywords in my list. What I am wondering is, do I get charged API usage for the keywords that it returns with 0 monthly searches? If so, then it is more cost effec

Re: How to query GetRelatedKeywords.php without related keywords in the result?

2011-01-17 Thread Victor
My code looks like this: $selector=new TargetingIdeaSelector(); $selector->requestType='IDEAS'; $selector->ideaType='KEYWORD'; $selector- >requestedAttributeTypes=array('KEYWORD','AVERAGE_TARGETED_MONTHLY_SEARCHES','COMPETITION'); $selector->paging=$paging; Where to I use "STATS"? On Ja

targetingIdeaService result set

2011-01-17 Thread Victor
I am using the targetingIdeaService to retrieve AVERAGE_TARGETED_MONTHLY_SEARCHES for various broad match keywords. I set: $paging->numberResults=100; and when I send a list of 100 keywords, only 7 of those 100 keywords are returned in the result, and then another 93 "related" or "suggested" keyw

Re: Abnormal latency after updating urls via api

2011-01-17 Thread Hemchand
Hi Eric We are facing the same issue for Keyword Mutates. Status & Bid changes are not getting reflected quickly on Adwords. Also the response we are getting is quite erratic. While we tried to change the status of multiple keywords to "Active", the response for all the keywords came as paused, wh

Re: Report service giving UNEXPECTED_INTERNAL_API_ERROR in downloaded reports

2011-01-17 Thread dkasak
. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 to the Google Group

Re: structure report in V201008

2011-01-17 Thread codeninja
adwords api team, is this a real issue or i am doing something wrong here? thanks. On Jan 13, 4:36 pm, codeninja wrote: > I understood that you can still pull structure reports using > ReportDefinitionService in V201008. I am trying to pull all campaigns > using following code : > >            

Re: BulkMutateJobService (v201008)

2011-01-17 Thread ravindar
The reason I ask this question is that even though in the documentation it says that if the BulkMutateJob is called with fewer than 100 operation the system won't process the request. But I was able to send in request with 10 operations using the V201008 api for BulkMutateJob and it processed the o

Re: Traffic Estimator Service(v201008) returning improper results

2011-01-17 Thread Eric Haskins
Eric, Traffic Estimator Tool Keyword: san diego injury attorney Global Monthly Searches: 9,900 Local Monthly Searches: 8,100 Estimated Avg. CPC: $24.82 Estimated Ad Position: 1.31 Estimated Daily Clicks: 0 Estimated Daily Cost: $11.52 Google API requestId=61dfc72348e1d8d016f70389f95fc3cd key

Re: keyword has clicks but no impression in report

2011-01-17 Thread Hong
Hi Anash, Any progress for this problem? If you need me to provide additional information, just let me know. Thanks, Hong On Jan 12, 4:02 pm, Hong wrote: > Hi Anash, > > I got the report id through API, it changed each time when I accessed > it, like 1942629436, 1942641196, 1942642036, no idea