Hi Adwords API Team,
I successfully executed your GetCampaigns.php. But I need to create my own function using the Adwords API call/syntax.,
here is my sample code:
I located the different required class based on their directory from the php file that I'm using. I also included the adsapi_php.ini in the home directory of my application, the vendor/autoload.php is also included in my index,php
the main function that I'm running is the "function test()". But unfortunately its not working.
I need to do my own function to make my API calls dynamic and I'm using the sample codes as my guide..
Thank you,