New country codes?

2011-03-11 Thread Doug s
Hello, I recently downloaded an account and noticed that it is targeting country codes ME and RS, yet I do not see those codes here http://code.google.com/apis/adwords/docs/appendix/countrycodes.html I am guessing that ME = Montenegro and RS = Serbia can you confirm this? Does http://code.go

Question about parallel processing

2011-01-11 Thread Doug s
Hello, I want to know if campaign-level changes are processed immediately even if there are other outstanding requests underneath it. For example, lets say we make the following API requests in order, all under the same campaign 1. A large bulk mutate job containing 400,000 new keywords 2. Several

Re: UNEXPECTED_INTERNAL_ERROR - Sandbox Down Again?

2010-12-09 Thread Doug s
Actually appears to be working now. Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message becau

Re: UNEXPECTED_INTERNAL_ERROR - Sandbox Down Again?

2010-12-09 Thread Doug s
Yes myself and another developer are getting this problem today, when trying to download campaigns/etc, same issue with Sandbox viewer We use the java client. I am trying to generate soap logs and will email them if I can. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b

(403)Forbidden when calling Sandbox v13 getAccountInfo()

2010-12-01 Thread Doug s
100% repro. Was working fine yesterday. I have not changed anything since on my side. Anyone else having issues? I am using the java client lib v8.2.1 thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http:

Re: UNEXPECTED_INTERNAL_API_ERROR

2010-11-19 Thread Doug s
Same here, our team is getting issues using java client today 8a6dfed56ba72255fd561e3fcf8f4b8d On Nov 18, 1:02 am, Rong wrote: > Hi, > The errors 'InternalApiError.UNEXPECTED_INTERNAL_API_ERROR' is back > this morning, > requestId : 109967c6d9413df1b407fe0cf5692c3e > > Rong -- =~=~=~=~=~=~=~=~=

Re: UNEXPECTED_INTERNAL_API_ERROR

2010-11-16 Thread Doug s
Also the v13 getAccountInfo is always failing for certain accounts Please fix... thanks! On Nov 16, 8:46 am, "y...@esearchvision.com" wrote: > i keep getting lots of internal errors as well: > > http://schemas.xmlsoap.org/soap/envelope/";> >         >                 xmlns="https://adwords.g

Sandbox: v13 getAccountInfo failing

2010-11-15 Thread Doug s
Caused by: An internal error has occurred. Please retry your request. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance

Re: Sandbox: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-11-04 Thread doug s
Same here -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 Goog

AdWords API Re: v2009 Non-US metro codes?

2010-03-29 Thread doug s
Never mind, I just realized I need to use Province target for those On Mar 29, 12:02 pm, doug s wrote: > I am getting "TargetError:INVALID_METRO_CODE" errors when I submit > these as metro codes > > BE-BRX > BR-DF > > Obtained from the list > here:http://co

AdWords API v2009 Non-US metro codes?

2010-03-29 Thread doug s
I am getting "TargetError:INVALID_METRO_CODE" errors when I submit these as metro codes BE-BRX BR-DF Obtained from the list here: http://code.google.com/p/google-api-adwords-java/source/browse/trunk/data/world_regions.csv Are there metro codes for non-US metros? thanks -- =~=~=~=~=~=~=~=~=~=~

AdWords API Re: Are placements included in Keyword Structure report?

2010-02-26 Thread doug s
Ah, I see it now... thanks On Feb 26, 11:40 am, AdWords API Advisor wrote: > Hi Doug, > > This report will also return placements.  The field that distinguishes > the criterion type is kwType ("Keyword" vs "Website"). > > Best, > - Eric Koleda, AdWord

AdWords API Are placements included in Keyword Structure report?

2010-02-25 Thread doug s
I am thinking the answer is no, but wanted to confirm. If they are, then how can we distiguish placements ( http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionService.Placement.html ) from keywords (http://code.google.com/apis/adwords/v2009/docs/ reference/AdGroupCriterionSer

AdWords API v2009 Campaign targeting SET?

2010-02-19 Thread doug s
I am working on desiging the migration my v13 code, and am thinking that I would really only need to use ADD and REMOVE... I just wanted to check if I am missing something. What would SET be needed for? thanks -- You received this message because you are subscribed to the Google Groups "AdWords

AdWords API Re: Error response from CampaignTargetService (200909)

2010-02-10 Thread doug s
FYI, I started getting the same error as well, and was just about to post to this group. I am also using Java Client Library (v6.4.0): I have noticed the error does not always occur, but does occur frequently. It seems like if my client keeps retrying, the request will eventually succeed. On F

AdWords API Getting connection errors: v13 API

2009-12-10 Thread doug s
I am running a client on a machine in London. I can ping adwords.google.com from the machine no problem: ping adwords.google.com Pinging adwords.l.google.com [209.85.229.112] with 32 bytes of data: Reply from 209.85.229.112: bytes=32 time=7ms TTL=56 Reply from 209.85.229.112: bytes=32 time=6ms

AdWords API Re: Unique Criterion ID

2009-11-18 Thread doug s
Actually could you please provide clarify this statement in more detail: "If two criteria have the same information they will have the same ID." Which fields are used to generate the id? text, match type, and what? Does the destination url factor in? Is text case sensitive? I have downloaded many

AdWords API Revisions of yesterdays report data

2009-08-19 Thread doug s
Forgive me for asking this again. I am pretty sure I did, but I can't find your response. Our application pulls daily adgroup/creative/keyword reports every night for many accounts. We would like to pull them as soon as possible past midnight so we have ample time to process them. I am not 100%

AdWords API v13 Api returning blank descriptiveName

2009-08-18 Thread doug s
I download multiple accounts and most all of them include the correct descriptive name, but some do not, even though the descriptive name is shown on the adwords Web interface. I have checked the axis.log and it is blank at the SOAP level. This issue is consistent for some accounts. I can provide

AdWords API Geotargeting defaults

2009-08-17 Thread doug s
Hello, If a campaign is uploaded under an European account with 0 geotargets assigned, what does the targeting default to? I don't see this in the v13 API docs. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

AdWords API Keyword report shows metrics for paused keywords

2009-07-07 Thread doug s
Hi, I download a daily keyword report every night. I include the camp/ adgroup/kw status columns I noticed that there are some keywords that have metrics for the day (impressions, clicks, etc) even thought the kwStatus = paused. How can this be? The camp and adgroup are Active but shouldnt the

AdWords API Questions about daily reports

2009-06-25 Thread doug s
I have an app that pulls yesterdays daily report xml every night after midnight and parses/stores the data in a DB. (1) If I want to pull a daily summary report that contains all of yesterdays data, when is the earliest I can pull it? For example is it safe to pull a report for yesterdays data at

AdWords API Better way of getting code lists?

2009-06-10 Thread doug s
As in this old thread: http://groups.google.com/group/adwords-api/browse_thread/thread/34e5958f6518abdd/390c908d90a5d3bf?lnk=gst&q=country+codes#390c908d90a5d3bf We need country, city, language etc codes to use in our UI, for example http://code.google.com/apis/adwords/docs/developer/adwords_api

AdWords API Are AOL Marketplace reports supported?

2008-11-10 Thread doug s
When I use an AOL Marketplace account to try to get a daily keyword report, I get this error: "You must supply an MCC login to perform the current operation." The account manager says there is no concept of MCCs for AOL Marketplace. Does this mean that the Adwords API does not support rep

AdWords API site exclusion campaign level support?

2008-11-06 Thread doug s
RE: http://groups.google.com/group/adwords-api/browse_thread/thread/99a0f8c25f14595f/198e44cf92b31931?lnk=gst&q=exclusion#198e44cf92b31931 Sounds like this means that there is no way to get/edit (via API) which sites users have already exluded via the adwords.google.com web interface? Correct?