I uncommented some codes as you pointed out and commented out some codes over namespace statement, it works fine!
Thanks a lot, Sreelakshmi ^^ P.S. I had tried in browser before, but this time I tried in command mode and give error message like below. - PHP Fatal error: Namespace declaration statement has to be the very first statement in the script in ... After comment out some codes over namespace, works fine! 2018년 5월 8일 화요일 오전 6시 38분 36초 UTC+9, Sreelakshmi Sasidharan (AdWords API Team) 님의 말: > > Hi Sang, > > I see that you have commented out the lines where SearchParameters > <https://developers.google.com/adwords/api/docs/reference/v201802/TargetingIdeaService.TargetingIdeaSelector#searchparameters> > and > Paging > <https://developers.google.com/adwords/api/docs/reference/v201802/TargetingIdeaService.TargetingIdeaSelector#paging> > > are being set in the selector (lines given below). Could you please > un-comment those and try again? If you are still facing issues, could you > please enable logging > <https://github.com/googleads/googleads-php-lib#logging> and share the > SOAP logs (request/response)? You could opt to *reply privately to author* > while sharing the logs. > > $selector->setSearchParameters($searchParameters); > $selector->setPaging(new Paging(0, self::PAGE_LIMIT)); > > Thanks, > Sreelakshmi, 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/c1300436-42ba-4d1b-848e-1a1538d6625d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
