No results for October

2010-11-29 Thread calford
Hi, Today is November 29 and there are no volume results for October yet. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Adwords API data form

2010-11-29 Thread Bibby
Hi Eric, i m trying to get ad group report, is it what u want to know? Thanks. On Nov 19, 9:08 am, AdWords API Advisor wrote: > Hi Bibby, > > Can you provide more information?  Which type of report are you > fetching? > > Best, > - Eric Koleda, AdWords API Team > > On Nov 15, 11:07 pm, Bibby wr

Re: No results for October

2010-11-29 Thread calford
I just had a look at the keyword tool and it shows results for October, apparently last week it did so as well. But the API still does not have them -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.go

help--ImageError.INVALID_IMAGE

2010-11-29 Thread faqing wu
HI, I got ImageError.INVALID_IMAGE error when new image ad (test.jpeg) and i use python client library. anyone can help me? here is log, requestId=13a67b0681454d8034adb36e4aa55378 [2010-11-29 10:29:51,875::DEBUG::AwApi-Python-12.1.0] StartTime: 2010-11-29 10:29:50 *** Outgoing HTTP headers *

apiError...BID_INCOMPATIBLE_WITH_ADGROUP

2010-11-29 Thread phillip.tess...@webtraffic.com.br
Good morning everyone, I have a question regarding an error that is returned to me from the Adwords API. This error is BID_INCOMPATIBLE_WITH_ADGROUP ... When I bring all the campaigns of a customer who has bid as the CPA, and make any changes in the level of words to send to ADWORDS, this error pe

How to fetch search volume and CPC

2010-11-29 Thread sumit agarwal
Hi, I'm new to AdWords. I have created a MCC account. I'm trying to develop a client side application in .net that should fetch Search Volume and CPC for a keyword using the AdWords API. Since I'm new, can you help as to using which web-service of the API would suffice my need? Thanks -- =~=~=~=

Populating databases with historical data

2010-11-29 Thread Jonathan
Hello everyone, I need to populate my databases with one year of (daily) historical data for all my accounts and campaigns to move a reporting platform to production - doing this through the API would be exceedingly costly. We've been testing the platform on a smallish sample of data. I was just

Re: Settings.ini and Auth.ini Security on Web Servers

2010-11-29 Thread AdWords API Advisor
Hi Vince, Using these files is optional, and you can instead store your credentials in a database or other location and pass the values into the AdWordsUser constructor. Best, - Eric Koleda, AdWords API Team On Nov 23, 12:22 am, vinceadwords wrote: > Do you guys have any idea how to make these

Re: Adwords API Pending Approval

2010-11-29 Thread AdWords API Advisor
Hi, We apologize for the delay in the review process, and we'll reach out to the appropriate teams to expedite the process. Best, - Eric Koleda, AdWords API Team On Nov 23, 7:03 am, "ziu1...@yahoo.com" wrote: > Could anyone have a look at this please, it's really frustrating, our > application

Re: How do I find the adgroup ID?

2010-11-29 Thread AdWords API Advisor
Hi Nick, You can use the AdGroupService to fetch the ids of existing ad groups or add new ad groups. Best, - Eric On Nov 23, 6:06 am, Nicholas Hibberd wrote: > Hi, thanks for your reply, sorry I didn't see this for a while > > If there are no ad group ids, what do I stick in the > 'INSERT_AD_GR

Re: GetAllCampaigns get no results

2010-11-29 Thread AdWords API Advisor
Hi, You need to ensure the clientId field (clientEmail header) references an AdWords account, instead of an MCC account. You are currently using an MCC account, which cannot contain any campaigns. Best, - Eric Koleda, AdWords API Team On Nov 23, 12:14 pm, lenz32 wrote: > Hello! > > i had to sw

Re: RelatedToUrlSearchParameter

2010-11-29 Thread AdWords API Advisor
Hi, I'm not able to replicate the issue, as these URLs are returning the same number of results as the UI. - Eric http://schemas.xmlsoap.org/soap/ envelope/" xmlns:v20="https://adwords.google.com/api/adwords/o/ v201008" xmlns:cm="https://adwords.google.com/api/adwords/cm/v201008"; xmlns:xsi="htt

Re: Captcha Error using Adwords API?

2010-11-29 Thread Thiago Medeiros
Hello!! I'm here again talking about this issue! Previously I chose the #1 way (yourService.RequestHeaders.clientEmail = your_new_client_email), but now, I need to use the #2 because i need to download a report and I don't have a Service instance to use #1, because we don't have cross client fe

Re: behavior of unset adgroup level *MaxCpc bids?

2010-11-29 Thread AdWords API Advisor
Hi, You can omit the ad group level default bids if you wish, but they will be automatically set to a default value when the first criteria is added. If a criteria level bid is present then it will always be used in place of the ad group level default bid. Only the keywordMaxCpc field is used in

Re: What is Stats -> totalConvValue?

2010-11-29 Thread AdWords API Advisor
Hi Josip, The field would contain $10.20. Best, - Eric On Nov 24, 7:11 am, JosipK wrote: > Hi, > > If I set for conversion target ("Revenue for your conversion" in > adwords web interface) value 5.20 (so 5.20 $ per one conversion) and > then I have two conversions what would be totalConvValue?

Re: Please help me solve this problem on the adwords api

2010-11-29 Thread AdWords API Advisor
Hi James, The AttributeType APPROX_CONTENT_IMPRESSIONS_PER_DAY is only available for PLACEMENT ideas: http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.AttributeType.html Best, - Eric Koleda, AdWords API Team On Nov 24, 2:40 am, james wrote: > hi, > > I want to

Re: report fields - month vs monthOfYear

2010-11-29 Thread AdWords API Advisor
Hi Chris, The Month field returns a unique month, while the MonthOfYear field returns just the month part of the date. Month: 2010-01-01 MonthOfYear: January Best, - Eric Koleda, AdWords API Team On Nov 24, 12:12 pm, chris h wrote: > I see both Month and MonthOfYear. Is there a difference? If

Re: TrafficEstimatorService and clientEmail header ...

2010-11-29 Thread AdWords API Advisor
Hi Olemis, Please post updates to the Python client library issue tracker: http://code.google.com/p/google-api-adwords-python-lib/issues/detail?id=134 The library maintainers will be notified of this change. Best, - Eric Koleda, AdWords API Team On Nov 24, 2:12 pm, Olemis Lang wrote: > Hi !

Can I fetch monthly CPC through the AdWords API

2010-11-29 Thread sumit agarwal
Hi, I'm a starter and want to develop a client side application to fetch data like Monthly Search Volume and CPC for the keyword I pass. I'm using the API available for that (.Net). I've gone through the sample examples provided in the API, but I got confused as why all the types of the web service

Re: Missing field in ImageHostingKey Ad perf report

2010-11-29 Thread AdWords API Advisor
Hi Trevor, Unfortunately v2010 ad performance reports do not have a field that allows you to get the image URL. I'll bring this up with the core engineering team and see if that data can be added in. In the mean time that data is only available via the AdGroupAdService. Best, - Eric Koleda, AdW

Re: Repeated, Unexplainable: UNEXPECTED_INTERNAL_API_ERROR

2010-11-29 Thread AdWords API Advisor
Hi ADM, As previously mentioned, if you provide the requestId (returned as a header in the SOAP response) I can look up the request in the logs and get more information. Best, - Eric On Nov 24, 5:52 pm, ADM wrote: > Eric, > > We are now seeing the same UNEXPECTED_INTERNAL_API_ERROR problem on t

Re: URL Performance Report Imp values low?

2010-11-29 Thread AdWords API Advisor
Hi ADM, I think the problem here may be that you are comparing different sets of information. Can you please provide information on the API report you are running (including the fields selected) and the screen in the AdWords web interface you are using to compare the figures? Best, - Eric On No

Re: GOOGLE SANDBOX - InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-11-29 Thread AdWords API Advisor
Hi ADM, Your requests aren't going against the sandbox, so this thread isn't relevant. I'll respond to you on your existing thread: http://groups.google.com/group/adwords-api/browse_thread/thread/2b38b76ce1f07e76/ Best, - Eric On Nov 24, 8:08 pm, ADM wrote: > Eric, > > I followed the threa

Re: Repeated, Unexplainable: UNEXPECTED_INTERNAL_API_ERROR

2010-11-29 Thread AdWords API Advisor
Hi ADM, I saw the request ID you posted on another thread (42deb16f8e89aa3693286d8153d69463) and I looked into the cause of the error. There is currently a problem in one of the backend systems that is affecting some accounts. The core engineering team is working hard to resolve the issue, but a

Re: No results for September

2010-11-29 Thread AdWords API Advisor
Hi Calford, It looks like the October stats are available for IDEAS requests, but not for STATS requests. I'll follow up with the core engineering team to get more information. Best, - Eric On Nov 25, 4:39 am, calford wrote: > Hi Eric, > > Today is November 25,and there are no results yet. > >

Re: Questions on V7.0.0 API usage

2010-11-29 Thread AdWords API Advisor
Hi Visweswar, Can you provide more information about when these errors are occurring? Are they only happening for long requests? Best, - Eric On Nov 25, 10:19 pm, Visweswara Reddy Marada wrote: > Hi, > > This issue is turning out very critical for our business. > Please look in to the issue an

Re: TrafficEstimatorService and clientEmail header ...

2010-11-29 Thread Olemis Lang
On Mon, Nov 29, 2010 at 12:51 PM, AdWords API Advisor wrote: > Hi Olemis, > Hi ! > Please post updates to the Python client library issue tracker: > >  http://code.google.com/p/google-api-adwords-python-lib/issues/detail?id=134 > > The library maintainers will be notified of this change. > Inde

Re: Field/attribute naming consistency

2010-11-29 Thread AdWords API Advisor
Hi Chris, Thanks for the suggestion, but given that changing these field names now would be inconvenient for existing API users it's not likely to happen. The getReportFields() method and the documentation available lists the corresponding XML attribute name for each field, which should make thes

Re: doc error?

2010-11-29 Thread AdWords API Advisor
Hi Chris, I believe that information is available in the field KeywordMaxCpc. Best, - Eric Koleda, AdWords API Team On Nov 25, 11:58 pm, chris h wrote: > adgroup_performance_report.csv doesn't have MaxCpc row -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and dis

Re: doc inconsistency: ValuePerXXX fields in CSV files but not present in return from GetReportFields

2010-11-29 Thread AdWords API Advisor
Hi Chris, New report fields are regularly added, and we are working on making the documentation more in sync with the available fields. For the latest fields you can always run ReportDefinitionService.getReportFields(). I'll work with the documentation team to get the latest set of fields added

Re: checking if the new monthly data is there

2010-11-29 Thread AdWords API Advisor
Hi Irio, Please see the following thread for more information: http://groups.google.com/group/adwords-api/browse_thread/thread/68981d31aab73d3d/ Best, - Eric Koleda, AdWords API Team On Nov 26, 3:12 am, Irio wrote: > Hi there, > > Does anyone know, is there another way to check if/when the

Re: Token Pending Approval

2010-11-29 Thread AdWords API Advisor
Hi, I'll reach out to the token review for more information. Best, - Eric Koleda, AdWords API Team On Nov 26, 4:52 am, ziu1972 wrote: > Hi, > > I submitted a request for the token since more than 1 month, it's > still in Pending Approval, it looks like it is lost in the pipeline. > Could someon

Re: TrafficEstimatorSelector 201008 PHP - Avg CPC too high?

2010-11-29 Thread AdWords API Advisor
Hi Vince, The money values will be returned in micros, which you'll need to divide by 100 to get whole amounts. Please ensure that use the same maxCPC, language, and geo targeting in the UI when comparing the results. Best, - Eric Koleda, AdWords API Team On Nov 26, 9:51 am, vinceadwords w

Re: Repeated, Unexplainable: UNEXPECTED_INTERNAL_API_ERROR

2010-11-29 Thread ADM
Eric, Any ETA on really fixing this problem? We have now been down for a full week, which is pretty much Forever at this time of year. It would be nice to be told when you know a particular account is seriously affected by problems on your side of the API. Is that possible? Best regards, ADM

Operation count limits

2010-11-29 Thread Alex
Hi, everybody! We started running into SizeLimitError when running the DELETE operation on the AdGroupCriterionService. It would be helpful to see these limits documented. Another documentation issue, is that I still don't see what the date formats are anywhere in the docs. This page: http://code