Bulk Job Issue with more than one Bulk Part Index.

2012-07-20 Thread API2Go
- We have one bulk job that we split in 3 bulk parts (each bulk part with up to 10,000 operations limit). - Using the Google's .net client library v201109 (14.0.0.0), we call BulkMutateJobService. - The first bulk part gets submitted successfully (Operator.SET) and we get back a bulk job ID = -7

Re: Problems with ReportUtilities.DownloadClientReport with .NET 14.5.0 client library

2012-07-20 Thread Bejan @ MarketFlare
We ran into the same issue after moving to the .NET 14.6 library. To fix this we had to edit source and recompile the Google.AdWords.dll. Line 45 in ReportUtilities.cs (Util\Reports) was updated: from - private const string DEFAULT_REPORT_VERSION = "v201109"; to - private const strin

Re: API developer token taking crazy long

2012-07-20 Thread Benoit Bacuvier
Hello Kevin, We have been waiting for months and our latest email from the API team made no sense: "usage of the AdWords API exclusively for Targeting Idea Service (TIS) and Traffic Estimation Service (TES) such as keyword research and keyword suggestions is not allowed" (so we are denied acce

Re: OAuth - didn't see it mentioned so I thought I'd ask

2012-07-20 Thread Kevin Winter
Hi VijayRaj, I just set up a new eclipse project that only had the jars from adwords-axis-examples-1.5.0-dependencies and added the source of the examples. I then ran GetCampaigns (which used my homedir ads.properties file) successfully. What's different about your environment? Are you usi

Re: How to get ClickType, Device Stats using get service of AdGroupService

2012-07-20 Thread road11
Not sure it's possible using the AdGroupService. As I look through the API doces (* https://developers.google.com/adwords/api/docs/reference/v201109_1/AdGroupService *), I don't see any place where those data item

Triplicate keywords in TargetingIdeaService v201206

2012-07-20 Thread Daniel Bergholm
I'm using the TargetingIdeaService to get keyword suggestions for a given web page. I'm not really interested in the match type, just the keyword texts. With v201109, I would filter on match type BROAD, and request CRITERION attributes (I'm using the Java client library v8.7.0): Targeti

How to get ClickType, Device Stats using get service of AdGroupService

2012-07-20 Thread Sanju
Hi, how can I get Stats of adGroup with respect of Device, Search and Display network and ClickType using get service of AdGroupService. I can get through AdHoc reports but I want to get through get service. *My code follows like this:* * * Long adrpId = Long.parseLong("X");* * Selector sel

Re: python-client: How to use existing OAuth 1.0 token

2012-07-20 Thread Dorian Kind
I think I got my OAuth concepts mixed up between versions 1 and 2, please disregard this question. Best, Dorian On Thursday, July 19, 2012 6:45:44 PM UTC+2, Dorian Kind wrote: > > Hello, > > I have a question regarding the use of OAuth1.0 tokens in the Python > client library. The example in >