Whats happens with GET Video Adwords Campaigns
问题 recently i started a project to get campaigns from google adwords api and make analytics reports about that info. I have that issue: I launch this piece of code to get all campaigns: public function testGetCampaigns() { $user = new \AdWordsUser(); $user->LogAll(); $campaignService = $user->GetService('CampaignService', 'v201603'); // Create selector.go $selector = new \Selector(); $selector->fields = array('Id', 'Name'); $selector->ordering[] = new \OrderBy('Name', 'ASCENDING'); // Create