Hi Adwords API Team
As i upload the adwords application in my live web application. Some of the syntax are now working
NOTE: the whole adwords application is working in my localhost.
Upon Testing in my live web, i tested the sample GetCampaigns to check if the migration of files is successful and it didn't work.
However, I checked $oAuth2Credential and $session and it gave me a perfect result. so i guess that the migration of files from my localhost to live web is successful
It seems that i'm encountering error in this line:
$campaignService = $adWordsServices->get($session, CampaignService::class);
Thanks,
Ejay