AW: AdWords API use user.getService(XXX) frequently, and can't release the memory!

2010-01-12 Thread Tino Hertlein
Hi! Since 6.2.0 there exists a removeService-method in the ServiceAccountantManager. Calling this method should remove all references to the service in order for it to be garbage collected. (from http://code.google.com/p/google-api-adwords-java/source/detail?r=119) Did you already try that?

AW: AdWords API How to Update keywordMaxCPC for list of AdGroups

2009-01-20 Thread Tino Hertlein
Works similar :-) There are array-functions in AdGroupService: http://code.google.com/intl/de-DE/apis/adwords/docs/developer/AdGroupService.html AdGroup[] adGroups = adgroupService.getAdGroupList(adGroupIds); or AdGroup[] adGroups = adgroupService.getAllAdGroups(campaignId); or

AW: AdWords API Re: Creative Report Mutually Exclusive Columns Error (v13)

2009-01-20 Thread Tino Hertlein
I've seen this error when trying to retrieve a report for an account that does not have any Creatives. The error-message should disappear when running your report against an account that countains Creatives. Tino -- Refined Labs GmbH Landwehrstraße 17 80336 München Tel +49 89 1392879-0

AW: AdWords API Negative KeywordType

2008-12-09 Thread Tino Hertlein
Hi Richard, the API does support negative keywords. But in contrast to 'phrase','broad' and 'exact', 'negative' is not a specific KeywordType. There's a flag in the Keyword-description that can be set to 'true', if you want to create a negative keyword. Please see here:

AW: AdWords API Re: APIlity 1.13.0 Final Version released

2008-12-01 Thread Tino Hertlein
Hi Ed, I don't know anything special about APIlity-support, but according to here (http://adwordsapi.blogspot.com/2008/10/adwords-api-version-13-now-available.html), V12 of the AdWords-Webservice will be shutdown February 20th, 2009. Any webservice communication relying on V12 will not work

AW: AdWords API Re: Include Zero Impression Campaigns in API report

2008-11-27 Thread Tino Hertlein
not get any parameter in the structured report, wherein I can get the campaign giving zero impression. On Nov 26, 3:17 pm, Tino Hertlein [EMAIL PROTECTED] wrote: The 'zeroImpression'-flag only has an effect on reports on Keyword-aggregation-level:http://code.google.com/apis/adwords/docs/developer

AdWords API AW: AdWords API Include Zero Impression Campaigns in API report

2008-11-26 Thread Tino Hertlein
The 'zeroImpression'-flag only has an effect on reports on Keyword-aggregation-level: http://code.google.com/apis/adwords/docs/developer/DefinedReportJob.html#includeZeroImpression But probably a Structure-report on Campaign-level is more appropriate:

AdWords API AW: AdWords API AdScheduling API usage

2008-11-20 Thread Tino Hertlein
All quota / cost information is provided in the API-rate-sheet here http://code.google.com/apis/adwords/docs/developer/adwords_api_ratesheet.html Tino -- Refined Labs GmbH Landwehrstraße 17 80336 München Tel +49 89 1392879-0 [EMAIL PROTECTED] http://www.refinedlabs.com Sitz: München AG

AdWords API AW: AdWords API Getting API usage information

2008-11-20 Thread Tino Hertlein
This information is included in the SOAP-headers of the Webservice response. Depending on the client-library you use, there should be methods to extract that information. E.g. the Java client library provides methods inside the AdWordsService-interfaces: - getLastOperationCount() -

AdWords API AW: AdWords API Java Class Cast Exception in new V13

2008-11-14 Thread Tino Hertlein
Hi Daniel, try to initialize your AdWords-user with an explicit String that indicates the API-version: e.g. public static final String API_VERSION = v13; adWordsUser = new AdWordsUser( adWordsAccountSettings.getRootLogin(),

AdWords API AW: AdWords API Google ads on my site....

2008-11-06 Thread Tino Hertlein
This seems to be a question not related to the Google-AdWords-API but to Google AdSense. Try to ask your question here: http://www.google.com/support/forum/p/AdSense Maybe this can help you as well: https://www.google.com/adsense/support/bin/static.py?page=adfilter.html Tino -- Refined

AdWords API AW: AdWords API Not a valid keywordType help.

2008-08-29 Thread Tino Hertlein
Try leaving out the: 'keywordType' = '(Broad Exact Phrase)' - line. If I remember the call correctly, the 'keywordType'-parameter is optional, in case you want to restrict the MatchTypes. If no parameter is specified, all MatchTypes should be returned... Tino -- Refined Labs GmbH