Hello, Thanks for your response. At first I thought that *includeSubUrls *could do the trick, however I already tried to explicitly set it to False, but the results I'm getting are still wrong. When set to *False *the results *are not from that particular page*, but from the *entire site* as you can see in the screenshots I provided.
For example in KW Planner if I search for this URL: *https://www.360imprimir.com.br/bastao-de-selfie* These are the results when searching for *ENTIRE SITE:* <https://lh3.googleusercontent.com/-zvsQYp0ag6A/Wz9FVPSx3yI/AAAAAAAAAAM/KHuSBrRXMC8bo1_tv5pKJCLZGQZ9KbWGACLcBGAs/s1600/entire-site-expected-results.jpg> And these are the results when searching for *THIS PAGE ONLY:* <https://lh3.googleusercontent.com/-Y5AGBo1fko8/Wz9FhAkiacI/AAAAAAAAAAQ/-JJuiedILC89_YnGdwkUh1pzpnrwc4swgCLcBGAs/s1600/this-page-only-expected-results.jpg> When I call the *TargetingServiceIdea *for this URL with *includeSubUrls = false* the results are the same as if I searched in KW Planner for *ENTIRE SITE *(as you can see in the SOAP Response I sent you in Private Message) and in the output file returned in my call: <https://lh3.googleusercontent.com/-BDsjiC4I0ZY/Wz9GIJqkDSI/AAAAAAAAAAc/4-XO87CEMTcEtXskCwSnUyS7HgOyThLyACLcBGAs/s1600/results.jpg> So I think the *includeSubUrls = false *is not working as expected because the service is searching on *ENTIRE SITE.* Am I doing anything wrong? Or this API feature is not working properly? Thanks in advance, Francisco Valdez On Thursday, July 5, 2018 at 8:12:05 PM UTC+1, Teja Makani wrote: > > Hello Francisco, > > You could use the includeSubUrls > <https://developers.google.com/adwords/api/docs/reference/v201806/TargetingIdeaService.RelatedToUrlSearchParameter#includesuburls> > field > of the TargettingIdeaService > <https://developers.google.com/adwords/api/docs/reference/v201806/TargetingIdeaService> > .RelatedToUrlSearchParameter > <https://developers.google.com/adwords/api/docs/reference/v201806/TargetingIdeaService.RelatedToUrlSearchParameter> > to > adjust keyword planner ideas. If includeSubUrls is set to true you will be > getting keyword ideas for the sub-links as well. If includeSubUrls is set > to false you will get keyword ideas related to that particular page only, > by default it is set to false. Please give it a try and let me know if you > are facing any issues. In case you are facing any issues/discrepancies, > please get back with SOAP(request and response) of the > TargettingIdeaService and the UI screenshots. You could refer this guide > <https://github.com/googleads/googleads-java-lib/blob/master/README.md#how-do-i-enable-logging> > to > enable logging in Java client library, for client libraries in other > languages you could refer this guide > <https://developers.google.com/adwords/api/docs/clientlibraries>. You > could use* reply privately to author* option while sharing them. > > Regards, > Sai Teja, AdWords API Team. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/0f7979b4-ed5f-4980-b196-16d54602af47%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
