I am trying to create a web application where my clients can view their campaign data. I am using Google Ads PHP Client Library <https://github.com/googleads/google-ads-php/tree/8372d9f7551240e70fbe569a12d7e12f8fe0c324> 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 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/8da41ce1-4867-455c-a7ec-3e95bee1e1adn%40googlegroups.com.
<<attachment: test21.php>>
<<attachment: GetCampaigns.php>>