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: