Re: Getting information on disabled AdGroupAds

2012-03-13 Thread Anash P. Oommen
Hi Tom, Adding here for the reference of future readers - there are some fields in AdWords API reports that segment the data if you include them. When this happens, you won't get any zero impression entries back. Date is one of those fields, and disabled ads generally don't have any impressions

Re: approved again INCOMPLETE_SIGNUP_USER_INFO_PENDING

2012-03-13 Thread Anash P. Oommen
Hi Antoine, The latest AdWords API T&C says that your Developer Token may be terminated by Google if not used for 3 consecutive calendar months.: http://code.google.com/apis/adwords/docs/terms.html. There are no requirements on the minimum API spend. Cheers, Anash P. Oommen, AdWords API Adviso

Re: About developer Token

2012-03-13 Thread Anash P. Oommen
As Evan mentioned, run GetCampaigns.java and GetAccountHierarchy.java once to initialize your sandbox account and get the list of accounts. Then use those details to configure your application and make other calls. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, 22 February 2012 18:

Re: Adwords API pending approval, Can I use my developer Token?

2012-03-13 Thread Anash P. Oommen
Hi Aby, Our team doesn't handle token reviews, so here's what you can do: 1. Make sure the email address you mentioned in your AdWords API account is indeed valid. If not, edit it by logging into your AdWords API MCC account, navigating to My Account->AdWords API Center and editing the develope

Re: AwApi-Python-15.1.2 generates INVALID_DATE_RANGE request

2012-03-13 Thread Тарас Бунык
Все в порядку, конкретно ця проблема вже не проявляється. Вам дякую. 2012/3/11 AdWordsAPIAdvisor > Тарас, добрый день, > > > Эта проблема должна быть уже исправлена. Дайте знать, если ошибка всё еще > появляется. > > Спасибо. > > > -Даниил, команда AdWords API. > > > Original Message Follows: >

adGroupCriteriaService() Problem retrieving Keywords / no unique elements in Response Array

2012-03-13 Thread scrat
When i use adGroupCriteriaService() i get a list of Keywords where each Keywords has 3 copys. Here's the Code: $selector = new Selector(); $selector->fields = array('Id','AdGroupId','DestinationUrl','Status','MaxCpc','Text','MatchType'); $selector->predi

Re: Report contents are invalid error

2012-03-13 Thread Vizergy
I received the very similar below error on Sunday, 3/11/2012 at 10:09 PM EST. The API call worked on Monday, 3/12 when I attempted the same import again. Any ideas what the problem is here? Google.Api.Ads.AdWords.Util.ReportsException: Report contents are invalid. - !!!1|||-1|||InternalApiErr

Re: Campaign Settings - Language and location

2012-03-13 Thread Danial Klimkin
Hi Chirag, The campaign is targeted to all countries or all languages if it has no criteria of type the corresponding type. So check the criteria list for, for example, 'LANGUAGE' type criterion. If you can't find one, the campaign is targeted for all languages. -Danial, AdWords API Team.

Re: ServicedAccountService or InfoService

2012-03-13 Thread Danial Klimkin
Hello Ewan, It is a known issue that will be resolved in future. -Danial, AdWords API Team. On Monday, March 12, 2012 7:52:40 PM UTC+4, Ewan Heming wrote: > > Hi Danial, > > OK, I'll just use the InfoService. However, it was a bit confusing because > if I logged into the API using a non-mcc a

SOAP-ERROR: Parsing WSDL problem

2012-03-13 Thread Дамян Станчев
I'm using the adwords PHP API and today I started to receive the following error: *SOAP-ERROR: Parsing WSDL: Couldnt load from https://adwords.google.com/api/adwords/cm/v201008/ReportDefinitionService?wsdl * I've opened the link to check what's going on there and I saw the following message: *

Re: Frequent Timeouts when using TrafficEstimatorService.

2012-03-13 Thread Eric Koleda
Hi Jamie, I ran some tests on my end but I wasn't able to replicate the error. Can you provide me with a unique keyword string that was in one of these requests that timed out? Perhaps I can use that to look it up in the logs. Best, - Eric Koleda, AdWords API Team On Friday, March 9, 2012 10

Re: phone cost is missing in new Account Performance Report

2012-03-13 Thread Eric Koleda
Hi Brian, Unfortunately I don't have any estimates at the moment, but it's something we hope to make available in the next version of the API. Best, - Eric On Monday, March 12, 2012 12:03:39 PM UTC-4, bgraves wrote: > > Thanks for the update Eric. Since v13 (and all other versions of the API)

Re: week 2: still need a response - phone cost is missing in new Account Performance Report

2012-03-13 Thread Eric Koleda
Hi Brian, Please see my response on your original thread: https://groups.google.com/d/topic/adwords-api/ilMVCPSCg-I/discussion Best, - Eric Koleda, AdWords API Team On Friday, March 9, 2012 12:16:39 PM UTC-5, bgraves wrote: > > In v13 of Reporting, the phone cost was included as part of the gra

About Google maps API (After first steps)

2012-03-13 Thread Gaston Gouron
Hello everybody, First of all as I'm new to this group I'd say I'm glad to be in. Since few days I started a reading bunch and approching google maps API. The actual site looks like this http://www.eyes-on-europe.eu ,let's say nothing is done yet. I have two main questions about the api possibil

Re: Location.DisplayType is not being populated

2012-03-13 Thread Eric Koleda
Hi Ivan, Yes, you'll need to include that field in your selector to ensure it is returned. Best, - Eric Koleda, AdWords API Team On Friday, March 9, 2012 12:27:33 PM UTC-5, i...@mbxg.com wrote: > > Hi All, > > I am retrieving CampaignCriteria using the CampaignCriterionService and > casting th

Re: Proximity Target - Doesnt work with blank Street Address

2012-03-13 Thread Eric Koleda
Hi, Unfortunately this is a limitation of the GeoLocationService, it requires a street address to map a location. If you happen to know the latitude and longitude already you can bypass that service and just enter it into the Proximity criterion directly. Best, - Eric Koleda, AdWords API Team

Re: About Google maps API (After first steps)

2012-03-13 Thread Eric Koleda
Hi Gaston, This group is for the AdWords API. Question or comments about the Google Maps APIs should be directed to one of the groups listed here: http://code.google.com/apis/maps/forum/ Best, - Eric Koleda, AdWords API Team On Tuesday, March 13, 2012 10:13:31 AM UTC-4, Gaston Gouron wrote: >

Sandbox Account Viewer returns Error "(404) Not Found"

2012-03-13 Thread wn
I've been using the Sandbox Account Viewer for quite some time now successfully, but since today I see a strange behaviour: I can log in but when I try to view existing campaigns, I get the error-message "(404) Not Found". I've re-initialized all 5 client-accounts and uploaded data to some of th

Re: Campaign Settings - Language and location

2012-03-13 Thread Chirag
Thanks Danial, This will help me a lot. On Tuesday, March 13, 2012 6:14:35 PM UTC+5:30, Danial Klimkin wrote: > > Hi Chirag, > > > The campaign is targeted to all countries or all languages if it has no > criteria of type the corresponding type. So check the criteria list for, > for example, '

Re: Not able to get delivery method using CampaignService

2012-03-13 Thread Chirag
Hi Eric, There is also one issue when i use 'settings' as one of field, it is written me a array with no value(settings field has no value). I am assuming that it can be written me a values for GeoTargetTypeSetting / RealTimeBiddingSetting. Thanks, Chirag On Tuesday, March 13, 2012 4:16:2

Re: c# implementation -> adgroup Id for AdGroupAdPage possible?

2012-03-13 Thread HughAJWood
Fantastic, thank you very much. On Monday, 12 March 2012 16:56:33 UTC, Eric Koleda wrote: > > Hi Hugh, > > The field name for the ad group ID is "AdGroupId". The full list of > fields available is listed here: > > > http://code.google.com/apis/adwords/docs/appendix/selectorfields.html#v201109-Ad

Re: c# implementation -> adgroup Id for AdGroupAdPage possible?

2012-03-13 Thread HughAJWood
All it was I had done adGroupId not AdGroupId I feel like a stupid idiot putting it down for 4 days because of a capitalization error... On Tuesday, 13 March 2012 16:49:33 UTC, HughAJWood wrote: > > Fantastic, thank you very much. > > On Monday, 12 March 2012 16:56:33 UTC, Eric Koleda wrote: >> >

Disapproval Reasons for Keyword/AdExtension

2012-03-13 Thread Lloyd Pick
Hi, Were currently trying to fetch disapproval reasons across accounts. We can successfully pull down reports using AD_PERFORMANCE, AD_EXTENSION_PERFORMANCE & KEYWORD_PERFORMANCE to get the ID's of the disapproved objects by filtering on 'ApprovalStatus'. We could then take those objects and l

GDN keyword-based placements - what will the performance data look like?

2012-03-13 Thread Reed
[thought I posted this a few weeks ago, but cannot find it in a search, so hopefully this is not a duplicate post] The Google Display Network is changing how placement matches are performed, moving from the "theme" approach of trying to match the collective group of an adgroup's keywords again

Re: Sandbox Account Viewer returns Error "(404) Not Found"

2012-03-13 Thread Slava
same here! :) On Tuesday, March 13, 2012 9:30:26 AM UTC-7, wn wrote: > > I've been using the Sandbox Account Viewer for quite some time now > successfully, but since today I see a strange behaviour: > I can log in but when I try to view existing campaigns, I get > the error-message "(404) Not Fou

Version required for AdHoc Reports

2012-03-13 Thread Tilendor
I have a quick question about this blog post: http://feedproxy.google.com/~r/GoogleAdsDeveloperBlog/~3/a5UqNWFoL-o/specifying-version-when-requesting.html It says " we will require the API version string to be included as part of the HTTP request". What part of the request needs the version?

Campaign Criterion Service now returning non documented postal code locations

2012-03-13 Thread Richard
Hello, We use the CampaignCriterionService to read the Location targets associated with a campaign. Last night we received for the first time an unknown code in the 9 million range; 9032621 to be exact. After looking in the AdWords web interface, we where able to identify this new code as a pos

BadAuthentication

2012-03-13 Thread Dustin Mowcomber
Were getting a "BadAuthentication" exception with on of our accounts when calling the AuthToken.getAuthToken() method but the authentication were using looks correct. "Exception message: Auth token could not be retrieved because of error: BadAuthentication" -- =~=~=~=~=~=~=~=~=~=~=~=~=~=

MutateJobService

2012-03-13 Thread dsr
Hi, We have been using mutateJobService to update keyword bids. (using AdGroupCriterionOperation SET). We have to process around 30 keywords so been using 1 operations per job. Get result for each job , do some internal processing and then proceed with next job(i.e next1 keywords

QuotaCheckError.Account_Delinquent - Getting this error since yesterday all of a sudden

2012-03-13 Thread Tapster
*QuotaCheckError.ACCOUNT_DELINQUENT @ message=null stack=com.google.ads.api.authserver.common.AuthException at com.go; trigger:''* -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adw

Re: Sandbox Account Viewer returns Error "(404) Not Found"

2012-03-13 Thread mmasters
I'm seeing the same problem. It started yesterday for me. On Tuesday, 13 March 2012 12:30:26 UTC-4, wn wrote: > > I've been using the Sandbox Account Viewer for quite some time now > successfully, but since today I see a strange behaviour: > I can log in but when I try to view existing campaign

Specifying version when downloading adhoc reports

2012-03-13 Thread Sanju
Hi , Am using v201109 ReportUtils downloadReport method to download adhoc reports, Is it required to set version even I follow ReportUtils downloadReport method as Adwords mentioned 'version required in HTTP header' from April? Am not following url based mechanism to download but using Report