AdWords API Re: Time Response

2009-12-18 Thread MarkoZ
Hi, We have made component (in .NET) that can download all Account (all campaigns, adgroups, keywords, ...). When we download all account (around 50 000 keywords) it takes under 5 minutes... I don't work with apility but I don't think that Google's AdWords system needs so much time. Regards, --

AdWords API Re: Cannot catch ApiException

2009-12-18 Thread MarkoZ
Hi, That sample code is old. They have changed Exception handling. ApiException is no Exception. AdWordsApiException is. Here's some code snippet that you need to use: try { // service call adGroupCriterionService.mutate(operations.ToArray

AdWords API Re: v2009 equivalent of ApiError.getIndex()?

2009-12-17 Thread MarkoZ
Hi, No, ApiError array is not indexed the same as input array. If in input array 3rd item has an error, then the first item in ApiError array will point to the 3rd item (it can't point to first because first item in input array didn't had any error). In v2009 ApiError has new property: fieldPath

AdWords API Money -> microAmount

2009-11-05 Thread MarkoZ
Hi, API reference says that type Money (http://code.google.com/apis/ adwords/v2009/docs/reference/CampaignService.Money.html) has field microAmount, and its description is: “Amount in micros. One million is equivalent to one unit”. My questions are: 1. How much one unit cost? Is it 1$? 2.

AdWords API Which currency does user use?

2009-11-05 Thread MarkoZ
Is there some way to get (through AdWords API) currency that user's account use? Marko -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, send