How to connect google ads api with php project
I'm using google ads to generate keywords ,
I'm not sure if i did follow the right instructions.
I created at first a manager account https://developers.google.com/adwords/api/docs/guides/accounts-overview#test_accounts then i apply for test account ( but in my status test account is close) even manager :( and i don't know why.
Teams from google ads said that in their system they are open ...however
When i test my app with developer token and outh2 : i got this message
ApiException was thrown with message '{ "message": "The caller does not have permission", "code": 7, "status": "PERMISSION_DENIED", "details": [ { "@type": 0, "data": "type.googleapis.com\/google.ads.googleads.v3.errors.GoogleAdsFailure" }, { "@type": 0, "data": [ { "errorCode": { "authorizationError": "CUSTOMER_NOT_ENABLED" }, "message": "The customer can't be used because it isn't enabled." } ] } ] }'
Do you have experience with google ads api ?