Hello Just to confirm I have the following line in the PHP script
* $selector->setRequestType(RequestType::IDEAS);* I would need to replace IDEAS with STATS, so it would become * $selector->setRequestType(RequestType::STATS);* Is that correct? Are there any example scripts where this type request is shown? I couldn't locate one in the examples folder. On Wednesday, December 6, 2017 at 2:47:57 AM UTC-5, Vincent Racaza (AdWords API Team) wrote: > > Hi Ildar, > > For the TargetingIdeaService > <https://developers.google.com/adwords/api/docs/reference/v201710/TargetingIdeaService>, > > the seed keyword will not be returned in an IDEAS > <https://developers.google.com/adwords/api/docs/reference/v201710/TargetingIdeaService.RequestType#IDEAS> > requestType. > You need to create a separate request with STATS > <https://developers.google.com/adwords/api/docs/reference/v201710/TargetingIdeaService.RequestType#STATS> > requestType > and you will see that the statistics of the seed keyword will be returned. > > Let me know if you have further clarifications. > > Thanks, > Vincent > AdWords API Team > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 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/dab1a149-5c85-4bec-9cf4-1a776bfe3d95%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
