Re: How Can I Connect to Google Ads Account Using Google Login with PHP?

2020-07-17 Thread Google Ads API Forum Advisor Prod
Hello, You mentioned that you can't access any customer's account with Google Login. Can you confirm the following: If the customers you are referring to are Google Ads customer client accounts. If so, do you have access to these customers in general (i.e. you can access their accounts via

Re: How Can I Connect to Google Ads Account Using Google Login with PHP?

2020-07-17 Thread ma...@sumer.me
Firstly i can't click to "Reply privately to author" button. This button is disabled. And actually my main problem is not about Google AdWords or Google Ads. My first problem is i can't access to any customers account with Google Login. How can i do this with PHP? If you click to this link,

Re: How Can I Connect to Google Ads Account Using Google Login with PHP?

2020-07-08 Thread Google Ads API Forum Advisor Prod
Hello, I can see that you are using AdWords API in your code to make calls to CampaignService. Can you please provide the complete detailed logs of the request and response so that I can take a look at the errors you are receiving? You can enable logging by following this guide. Since you

Re: How Can I Connect to Google Ads Account Using Google Login with PHP?

2020-07-07 Thread ma...@sumer.me
Are you sure this is not possible? Because Wordstream actually does this job. When you log in to them with your Google Ads account, they can manage your campaigns. Actually, I succeeded partially in the link below, but for some reason I cannot get access to the account. Where is my fault I'm

Re: How Can I Connect to Google Ads Account Using Google Login with PHP?

2020-07-07 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for clarifying! It does not look like this is possible for Google Ads API. I have raised a feature request on your behalf. If the team decides this is a viable request, you can find updates on our blog if it is available in future releases. Let me know if you have any

Re: How Can I Connect to Google Ads Account Using Google Login with PHP?

2020-07-07 Thread ma...@sumer.me
First of all, thank you for the help. But I guess I couldn't express it fully. I am currently using the Google Ads API, there is no problem. I want to connect to another client's Ads account and manage their campaigns. I want to use Google Login for this. So the customer will click on a link

RE: How Can I Connect to Google Ads Account Using Google Login with PHP?

2020-07-06 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for reaching out. To connect to the API and make your first request, you can follow our Quickstart Guide. We have a PHP client library available here where you can find sample code as well. Let me know if you have any additional questions while trying to set up your API