Re: Duplicate entries when getting keywords in adgroup with MatchType field

2014-01-21 Thread Josh Radcliff (AdWords API Team)
Hi Stefan, This question arose again today so I thought I'd post an update here. There's a subtle difference between *MatchType* and KeywordMatchType. The former is based on how your ad

Re: Duplicate entries when getting keywords in adgroup with MatchType field

2012-08-28 Thread David Torres
Hi Stefan, Do you mind giving me the campaign id or ad group id against which your are running your code? I'll be glad to investigate. Best, -David Torres - AdWords API Team On Monday, August 27, 2012 10:40:19 AM UTC-4, Stefan Reichel wrote: > > Hi Eugene, > > same problem here, with the JAVA

Re: Duplicate entries when getting keywords in adgroup with MatchType field

2012-08-27 Thread Stefan Reichel
Hi Eugene, same problem here, with the JAVA based API, Matchtype is always equal, in my case "PHRASE". Did you manage to circumnavigate that problem? As far as i can see the statistics data e.g. impression are different. Nevertheless i could not yet find a deeper sense or pattern behind it. R

Re: Duplicate entries when getting keywords in adgroup with MatchType field

2012-08-07 Thread David Torres
Hi, Is the match type always the same? please also modify the example to print out the match type, my best guess is that your are getting the three different possible match types (BROAD, EXACT, PHRASE) therefore the repetitions. Best, -David Torres - AdWords API Team On Thursday, August 2, 2

Duplicate entries when getting keywords in adgroup with MatchType field

2012-08-02 Thread Eugene
Hi. I encountered strange behavior of API. I get duplicate entries when fetching keywords in adgroup with 'MatchType' field (3 copies of each row to be exact). Everything works as expected when I remove 'MatchType' from the query. I'm using PHP library v201109_1 with sandbox account. Easy to repro