Re: Is there a way to get final urls for each keyword from api

2016-12-08 Thread Yali Wang
Thanks a lot Peter, I just tried, they works ! Do you know if we can change the final urls for each keywords by api call ? Thanks in advance. On Wednesday, November 23, 2016 at 10:38:50 PM UTC-8, Peter Oliquino wrote: > > Hi Yali, > > I tried your code using my test account and was able to get res

Re: Is there a way to get final urls for each keyword from api

2016-11-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi Yali, I tried your code using my test account and was able to get results. You might want to remove the line below as well to have a clearer output : System.out.printf("Keyword final url is %s", bac.getBidModifier()); I could not see which part of your code where you instantiated the "bac"

Is there a way to get final urls for each keyword from api

2016-11-23 Thread Yali Wang
Hi All, I recently met an issue with final urls, I tried to get final urls for each keyword but it always return null for some reason, could you please help me with this issue ? Thanks a lot. public class FinalUrls { private static final int PAGE_SIZE = 100; public static void m