Re: GetKeywords printing each result 3 times

2015-08-21 Thread Chirag
Ok, got your point. On Thursday, 20 August 2015 19:56:21 UTC+5:30, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hello, > > To the best of my knowledge, we can't do anything with that because the > Selector is aimed for returning all information. > You may need to implement the logic

Re: GetKeywords printing each result 3 times

2015-08-20 Thread Thanet Knack Praneenararat (AdWords API Team)
Hello, To the best of my knowledge, we can't do anything with that because the Selector is aimed for returning all information. You may need to implement the logic of filtering duplicate elements out from the list on your side. Cheers, Thanet, AdWords API Team On Thursday, August 20, 2015 at 6

Re: GetKeywords printing each result 3 times

2015-08-20 Thread Chirag
Hello Thanet, Yes, I have confirmed same. There is any way to get only unique kws for all adgroups in one request? Thanks On Thursday, 20 August 2015 12:12:18 UTC+5:30, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hello, > > Yes. Those keywords should be shared among many ad groups.

Re: GetKeywords printing each result 3 times

2015-08-19 Thread Thanet Knack Praneenararat (AdWords API Team)
Hello, Yes. Those keywords should be shared among many ad groups. If you would like to confirm this, try adding *AdGroupId* in the selector fields and printing it out. Cheers, Thanet, AdWords API Team On Thursday, August 20, 2015 at 1:18:01 PM UTC+9, Chirag wrote: > > Hello Thanet, > > I am usi

Re: GetKeywords printing each result 3 times

2015-08-19 Thread Chirag
Hello Thanet, I am using the KeywordMatchType still getting same keywords multiple time. Please see the code : $adGroupCriterionService = $user->GetService('AdGroupCriterionService', ADWORDS_VERSION); // Create selector. $selector = new Selector(); $selector->fields = array('Id', 'Cr

Re: GetKeywords printing each result 3 times

2015-04-09 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi, Please try using *KeywordMatchType* instead of *MatchType *in line 80 of the example . I'll make a note to ensure we update our example

GetKeywords printing each result 3 times

2015-04-08 Thread Aditya
I'm running the standard GetKeywords.java from the library. I put in the ID for a test ad group that I set up (with just a few keywords). This program prints out the expected results, but each one is printed out 3 times in a row. I can't see anything obvious in the code that would cause these to