Re: Google Adwords Reach Estimate For Keywords And Budget

2018-12-11 Thread John Yfain
Hello, I've tried something but the budget make no changes to the result in my request. I set the micriAmount on the AdGroupEstimateRequest and then set the setDailyBudget on the CampaignEstimateRequest. But no effect to the results being shown. I've used the code sample (the first one) from

Re: Google Adwords Reach Estimate For Keywords And Budget

2018-12-11 Thread John Yfain
Hello, I've tried something but the budget make no changes to the result in my request. I set the micriAmount on the AdGroupEstimateRequest and then set the setDailyBudget on the CampaignEstimateRequest. But no effect to the results being shown. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Google Adwords Reach Estimate For Keywords And Budget

2018-12-11 Thread John Yfain
Hello Luis Xander Talag, thanks again for your fast reply. What is the best way to include the budget in the sample code below? - The API is a little bit confusing for me. /** > * Copyright 2017 Google Inc. All Rights Reserved. > * > * Licensed under the Apache License, Version 2.0 (the "Li

Re: Google Adwords Reach Estimate For Keywords And Budget

2018-12-10 Thread John Yfain
HelloLuis Xander Talag, thanks for your reply. I already have the OAuth2 credentials. No worry about that ;) I've found the site with the estimates you linked in your post. But this endpoint do not considered the budget amount. You have some suggestions for using the Estimate Traffic guide wit

Google Adwords Reach Estimate For Keywords And Budget

2018-12-10 Thread John Yfain
Hello, what is the correct way to get the following done over the Google Ads API: I want to reach estimate (like Facebook does) by keywords and budget. (And Geolocation, such as cities and countries). What endpoints I have to use? I want to do this with PHP. I've set up the api with composer an