Re: Triplicate keywords in TargetingIdeaService v201206

2012-07-25 Thread Daniel Bergholm
I sent you a private reply, did you receive it? I can't determine if it was sent successfully or not. On Tuesday, July 24, 2012 11:23:18 PM UTC+2, Kevin Winter wrote: > > Hi, > I didn't notice this when testing. Could you please provide specific > examples of your search criteria so I can tes

Re: Triplicate keywords in TargetingIdeaService v201206

2012-07-25 Thread Daniel Bergholm
arch criteria so I can test? > > - Kevin Winter > AdWords API Team > > On Friday, July 20, 2012 7:46:20 AM UTC-4, Daniel Bergholm wrote: >> >> I'm using the TargetingIdeaService to get keyword suggestions for a given >> web page. I'm not really interested

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

Re: Negative values seen for average position

2012-03-06 Thread Daniel Bergholm
We are experiencing the same problem. We are getting a lot of rows with negative impressions (the ones I have seen have "-1" impressions) for the last couple of days. We too have modelled our data representation on the assumption that these values cannot be negative, so it breaks our processing

Re: AdWords API v201109 is now available

2011-10-13 Thread Daniel Bergholm
My bad; the ServicedAccountService returns currency as of v201101, but still not timezone. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: AdWords API v201109 is now available

2011-10-13 Thread Daniel Bergholm
On Monday, 10 October 2011 09:39:54 UTC+2, Stefan Podkowinski wrote: > > > We can't migrate to the new ServicedAccountService yet, as it does not > return the currency and timezone of the account. > > Yes, it does. As of v201101: http://code.google.com/apis/adwords/docs/reference/v201101/Servic

Re: Ad parameters in adwords CLI

2011-03-15 Thread Daniel Bergholm
I have submitted my patch http://code.google.com/p/google-api-adwords-java/issues/detail?id=74 / Daniel On Mar 14, 8:15 pm, AdWords API Advisor wrote: > To clarify, use this > link:http://code.google.com/p/google-api-adwords-java/issues/entry?templat... > > Thanks, > Adam Rogal, AdWords API Te

Re: Ad parameters in adwords CLI

2011-03-14 Thread Daniel Bergholm
I have added support for ad parameters in the awcli. I basically copied AdGroupLocation and modified it so you can navigate into a criterion and see any parameters. How do I submit a patch? / Daniel On Mar 11, 11:26 am, Magnus wrote: > Hi, > > I just tried the Adwords CLI tool and it looks very

AdWords API Re: AdParams - INVALID_INSERTION_TEXT_FORMAT

2010-02-11 Thread Daniel Bergholm
We just encountered this problem too. Unfortunately, including the comma separator only gets us past the validation, if we try to actually mutate an ad param with the insertiontext "5,990" we get AdParamPolicyError ... Another problem: for countries that do not have a single currency character whi