Re: Traffic Estimation Service Data for Search campaign

2020-01-23 Thread Google Ads API Forum Advisor Prod
Hi Pradeep, Can you please provide the complete detailed request and response logs and a screenshot of the UI keyword planner via reply privately to author? You can find information on enabling logging in the ReadMe of your client library. Regards, Mitchell Google Ads API Team

Re: Traffic Estimation Service Data for Search campaign

2020-01-22 Thread Pradeep Datla
On Wednesday, January 22, 2020 at 1:44:16 PM UTC-8, Pradeep Datla wrote: > > Hi Mitchell, > > We took your advice and now we are taking maxCPC and daily budget from the > user. But even after sending both maxCPC(in KeywordEstimateRequest) and > dailyBudget(in CampaignEstimateRequest), the

Re: Traffic Estimation Service Data for Search campaign

2020-01-22 Thread Pradeep Datla
Hi Mitchell, We took your advice and now we are taking maxCPC and daily budget from the user. But even after sending both maxCPC(in KeywordEstimateRequest) and dailyBudget(in CampaignEstimateRequest), the clicks count i get from api dont match with the one shown in keywordplanner forecast UI

Re: Traffic Estimation Service Data for Search campaign

2020-01-21 Thread Google Ads API Forum Advisor Prod
Hi Pradeep, The TargetingIdeaService's average CPC is based on historical metrics so it is a good projection but will not accurately reflect the CPC for the keyword in the user's ad group. I recommend implementing a way to get the max CPC from the user as it is very specific to their account.

Re: Traffic Estimation Service Data for Search campaign

2020-01-17 Thread Pradeep Datla
As i dont have maxCPC from the user , Can i average the avgCPC of the keywords user selected from "TargetingIdeaService" and send it as maxCPC.* Is this the right way to guess maxCPC value? * also *please suggest* if there is any alternative to comeup with a maxCPC value to get the traffic

RE: Traffic Estimation Service Data for Search campaign

2020-01-17 Thread Google Ads API Forum Advisor Prod
Hi Pradeep, Thank you for reaching out. As explained here, the TrafficEstimatorService is meant to mimic the keyword planner in the UI so the values you are getting are the expected values. Unfortunately, there is no way to retrieve the daily estimates from the screenshot you provided.

Traffic Estimation Service Data for Search campaign

2020-01-16 Thread Pradeep Datla
Hi, We are creating Search Campaign through API and using "TargetingIdeaService" to get Keywords Ideas. Based on keywords selected by the user and selected Campaign Budget we want to show the reach. we dont have a maxCPC value from the user and we only take the budget per day value. So when i