Hello,
I have a problem using the Adwords API.
I validated my Adwords API Developer Token, in my Manager account.
Then I wanted to test the API with a client TEST account.
I need your help because when I run GetCampaign.php, there are no campaigns found.
Here is our setup :
Production Adwords Manager Account : boris...@gmail.com
API Developer token : the token I get after the validation process (I can give it to you in private)
Access level : basic access validated
TEST account : betctestm...@gmail.com
ID Manager TEST: 524-293-1082
ID Client TEST: 368-235-5970
Setup file used > adsapi_php.ini (I can give it to you in private)
Google Cloud Platform Application ID, used for refreshToken : test-adwords-218209
Result GetCampaigns.php : Number of results found : 0
Console Screenshot in attachment
Thanks for your help :)
The log file you provided doesn't actually include any SOAP, which looks like XML. You should take a look through the PHP library options to familiarize yourself with how to capture the SOAP because that's a very useful troubleshooting tool, even when you don't have to contact us.
That said, I was able to reproduce the issue and generate my own SOAP request/response for this account, where it shows that it returns no campaigns. I've forwarded those logs to our engineering team so they can take a look to try to determine why this campaign isn't showing up in the API. As far as I can tell, it should be returned.
I will let you know when I find anything out.