Hi Team,
I have integrated google ads API in PHP with my google ads manager (test account).
My Problem is - Whenever new user register to my portal, then I want to find out their Google Ads account using his email address, if his Google Ads account is not exists then I want to create his "Google Ads Account" using Google Ads API from my portal.
I have seen this procedure is implemented in many social media web applications, but i don't know how to implement it.
is any other library required to create or fetch users ads account by email authentication?
I have followed steps from reference
link (Google Ads API - PHP Library), But not found any solution.
Kindly let me know, If any solution.