Re: help--ImageError.INVALID_IMAGE

2010-12-08 Thread pure
Thanks. It is ok using java client liabrary, but got error with python liabrary. On 12月1日, 上午7时06分, AdWords API Advisor wrote: > Hi, > > The sandbox sometimes has trouble with image formats. In our examples > we always use the following image, which uploads without error: > > https://sandbox.

Re: API CPC different to Keyword Tool / Traffic Estimator

2010-12-08 Thread neilpaterson
I notice this has now been fixed - thank you Eric. Neil On Nov 4, 6:29 pm, AdWords API Advisor wrote: > Hi Neil, > > The cause of the bug has been found, and a fix should be available > next week. > > Best, > - Eric > > On Nov 3, 7:24 am, neilpaterson > wrote: > > > He Eric > > > Any news on th

Re: Reports "Pending" indefinitely

2010-12-08 Thread j.e.frank
It's mostly cleared up for me. I'm glad that it usually gets back on track within a half-day or so, but it seems to be happening more frequently lately. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.

Re: Reports "Pending" indefinitely

2010-12-08 Thread tozor
The problem cleared up for me a couple of hours after I posted. This type of issue causes a bunch of operational headaches for my application since I can't get any keyword performance data for the account when it is in this pending forever mode. It happens very infrequently, however it would be nic

Re: QuotaCheckError.INCOMPLETE_SIGNUP_LATEST_ADWORDS_API_TNC_NOT_AGREED

2010-12-08 Thread external...@spurtz.com
I am having this exact same error. I have MCC account and am trying to use the api using the same account. And it is giving this error. I dont know where to accept the terms and conditions. I have already given my credit cards details and the information was accepted. Where can I find this Terms a

Re: Just Started and Completely Lost

2010-12-08 Thread AdWords API Advisor
Hi Sarah, The error BadAuthentication indicates that your username and/or password isn't correct: http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html#Errors Please ensure you've configured your auth.ini correctly. Best, - Eric Koleda, AdWords API Team On Dec 7, 12:47 am, SarahS

Re: traffic estimator geotarget

2010-12-08 Thread AdWords API Advisor
Hi Murali, Here is an example of creating a CityTarget with the API: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/tests/Google/Api/Ads/AdWords/v200909/CampaignTargetServiceTest.php#129 Best, - Eric On Dec 7, 5:09 am, Murali4044 wrote: > In document > > When creating a

Re: Report !!!1|||4049374|||Unexpected exception???

2010-12-08 Thread AdWords API Advisor
Hi Joel, The "Unexpected exception" error is very generic, and the older posts likely have nothing to do with your error. I've some digging, and it looks like the problem is filtering on a CampaignStatus of PAUSED. For some reason this is throwing an error right now. I've informed the core engin

Re: Reports "Pending" indefinitely

2010-12-08 Thread AdWords API Advisor
Hi All, Thanks again for reporting these types of issues. The core engineering team is aware of the issue, but I don't have any other information. Best, - Eric On Dec 8, 9:49 am, tozor wrote: > The problem cleared up for me a couple of hours after I posted. This > type of issue causes a bunch

Re: Fault occurred while processing.

2010-12-08 Thread Bill
Thanks - I was able to make a successful call to the API based on this and another users' post. -Bill On Dec 6, 7:03 am, AdWords API Advisor wrote: > Hi Bill, > > Your RequestHeader namespace is not correct, it should be > o:RequestHeader and the child nodes should be cm:userAgent and so on. > A

Re: How to retrieve negative adgroup keywords?

2010-12-08 Thread AdWords API Advisor
Hi Trevor, The KEYWORDS report has an IsNegative field that you can use to find negative keywords at the ad group level. This field was unintentionally dropped from the getReportFields() response a little while ago, but the field will be supported and I believe still works if you include it in a

Re: campaign report number mismatch

2010-12-08 Thread AdWords API Advisor
Hi, This doesn't appear to be a question about the AdWords API, but rather the AdWords web interface. Please post your question to the general AdWords forum: http://www.google.com/support/forum/p/AdWords?hl=en Best, - Eric Koleda, AdWords API Team On Dec 7, 12:17 pm, SW wrote: > Hi, > > We

Re: Getting automatic placements via 201008 API

2010-12-08 Thread AdWords API Advisor
Hi Reed, I'm not sure I can help with the historical naming conventions, but here's some information that may help: KEYWORDS report = keyword targeting on the GOOGLE_SEARCH or SEARCH_NETWORK networks MANAGED_PLACEMENTS report = placement targeting on the CONTENT_NETWORK network AUTOMATIC_PLACEMEN

Re: good default max page size

2010-12-08 Thread AdWords API Advisor
Hi, This number can vary per service, but is usually 10,000 I believe. It might be more efficient to use a smaller page size though, so I recommend you run some tests with different page sizes. Best, - Eric Koleda, AdWords API Team On Dec 7, 9:30 pm, J wrote: > i've implemented paging for all

Re: behavior of unset adgroup level *MaxCpc bids?

2010-12-08 Thread AdWords API Advisor
Hi, The default bids set on the ad group are just defaults, not maximums. It should be fine to have criteria that have higher bids then the ad group default. I'm not sure you can set the default bid to 0. Best, - Eric On Dec 7, 10:02 pm, J wrote: > so if the adgroup level max bid is automagica

Failed to get authToken. Reason: CaptchaRequired

2010-12-08 Thread Teik
Hi, I ran the GetAllCampaigns example without any issues on my local machine, however when the same scripts are uploaded to our hosted server, GetAllCampaigns returns an error “Failed to get authToken. Reason: CaptchaRequired”. Can someone help me out? Thanks! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: support for oAuth2?

2010-12-08 Thread chris h
Hi Eric, Is there any documentation on the oauth authentication (besides looking a PHP code)? Is it Oath 1a? Any rough idea when support for report downloads may be available? Thanks, Chris -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http:/

Re: Reports "Pending" indefinitely

2010-12-08 Thread j.e.frank
So far today, reports are taking quite a long time (over an hour) but for the most part they are eventually completing. I have manually killed some of the longer-running ones, through the AdWords UI. I'm not sure if I ever made it clear that I'm running the reports with the v13 API. I'm intereste

Re: campaign report number mismatch

2010-12-08 Thread SW
API behaves in similar manner as well. Here is the report I generated today. The report(xml) numbers returned mimics the UI. here is multi days report

Re: Failed to get authToken. Reason: CaptchaRequired

2010-12-08 Thread Logan
I'm having similar problems with using php v201008 api. The code works fine on our local dev server, but not on the live server. Teik please comment back if you've found the problem. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsa

Re: CustomerSyncService Returning Unchanged Adgroups

2010-12-08 Thread KenMed
Just checking to see if there's any more info available on this problem? Thanks Ken -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

GetClientAccounts v13 failing on sandbox

2010-12-08 Thread Peter
Hey AdWords Team, It looks like the sandbox may be acting up again, I've tried on 3 accounts and received the same error. If you could look into it I would appreciate it. [2010-12-09 11:16:31,194::WARNING::AwApi-Python-13.1.0] StartTime: 2010-12-09 11:16:30 *** Outgoing HTTP headers *

Re: Failed to get authToken. Reason: CaptchaRequired

2010-12-08 Thread Teik
This morning, I tried the same code again, it seems that my SOAP configuration was changed overnight. After getting it back in, my error has now changed to InternalApiError.UNEXPECTED_INTERNAL_API_ERROR, I'm going to start another thread on it. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-12-08 Thread Teik
Hi, I'm running php GetAllCampaigns.php of API v201008 on a hosted server and getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR, any idea how I can analyze the logs to find the real issue? This does not happen when I run the exact same code on a local server -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Failed to get authToken. Reason: CaptchaRequired

2010-12-08 Thread Teik
Now the errors both InternalApiError.UNEXPECTED_INTERNAL_API_ERROR and Failed to get authToken. Reason: CaptchaRequired have magically disappeared... can't help you any more Logan :) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adword

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-12-08 Thread Teik
Somehow, the error InternalApiError.UNEXPECTED_INTERNAL_API_ERROR has magically disappeared... I will still be grateful if someone can point me towards retrieving the logs. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspo