I am trying to create a web application where my clients can view their campaign data. I am using
Google Ads PHP Client Library for this application.
Done installation as per given instructions. Took GetCampaigns.php file from examples and modified to get desired
details of campaign. But here I want to get the result of GetCampaigns file in another file so that the class file gets separated and I can work on results further.
So I want to know that how can I access GetCampaign Class main method from GetCampaigns.php file to other file.
Location of Files
GetCampaigns.php - project/GoogleAdsPhp/GetCampaigns.php
test.php - project/test.php
Find the files in attachment