Hi Sreelakshmi, Thanks for you reply. I have check these objects and got mean values.
I got following values (Mean) from TrafficEstimatorService. Estimated daily clicks: 3.261019 Estimated daily impressions: 101.0461 Click Through Rate: 0.0322725810110569 Estimated average CPC: 2 Estimated ad position: 1.78 Estimated daily cost: 9 I have questions: 1. Why these values not matching with AdWords UI numbers? 2. Can I get "Suggested Daily Budget" from this service? 3. If I can't get suggested daily budget then how I can calculate daily budget with above numbers? 4. If I consider cost = daily budget it would be sensible? 5. Because date is not supported in this service, then if I consider 15 days then for 15 days can I calculate budget like 15 days budget = 15 * Cost it would be sensible? Thanks & Regards, Qaiser Javed On Wednesday, September 19, 2018 at 1:29:05 AM UTC+5, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi Qaiser, > > The KeywordEstimate > <https://developers.google.com/adwords/api/docs/reference/latest/TrafficEstimatorService.KeywordEstimate> > > object within the AdGroupEstimate will contain the lower bound (min > <https://developers.google.com/adwords/api/docs/reference/latest/TrafficEstimatorService.KeywordEstimate#min>) > > and upper bound (max > <https://developers.google.com/adwords/api/docs/reference/latest/TrafficEstimatorService.KeywordEstimate#max>) > > of the traffic estimation (StatsEstimate > <https://developers.google.com/adwords/api/docs/reference/latest/TrafficEstimatorService.StatsEstimate>) > > for each keyword. Please check here > <https://developers.google.com/adwords/api/docs/guides/traffic-estimator-service#process_the_response> > > for more details. As shown in the code sample, you will be able to get the > estimated average cpc and estimated average cost by taking the mean of the > min and max values. Please note that returned values are estimates, and are > not a guarantee that actual performance will be within these bounds. Also, > these may not be the same value as in the UI. > > Thanks, > Sreelakshmi, AdWords API Team > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/5b846236-92b2-4887-acf1-4efb71173073%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
