Hi Luis, I am getting a problem with *TrafficEstimatorService* because the stats of *Keyword Planner* UI and TrafficEstimatorService in the AdWords are not matched. The estimated clicks and CPC are different. Please guide how we can relate the stats and validate if this is not possible so tell me which stats are valid TrafficEstimatorService or Keyword Planner.
Regards, Hammad Saleem On Tuesday, 13 November 2018 08:37:49 UTC+5, Luis Xander Talag (AdWords API Team) wrote: > > Hi, > > I'm afraid that there is no other service available that you could use in > conjunction with the TrafficEstimatorService to do a large jobs because the > BatchJobService > <https://developers.google.com/adwords/api/docs/reference/v201809/BatchJobService> > does > not support it. Also, you may take note that there is a limit of 2,500 > keyword estimates per request which is stated on our system limits guide > <https://developers.google.com/adwords/api/docs/appendix/limits#traffic-estimator> > . > > However, one of the simplest ways to recover from the RateExceededError is > to slow down your request. You could use the value of the > RateExceededError.retryAfterSeconds as the interval when retrying your > request again to further avoid the error. You may check this guide > <https://developers.google.com/adwords/api/docs/guides/rate-limits> for > more information about the rate limits. > > Regards, > Luis > AdWords API Team > > On Tuesday, November 13, 2018 at 1:55:10 AM UTC+8, petrosdawit96 wrote: >> >> Hi Luis, >> >> That makes a lot more sense now. Thank you. I just have one last >> question. What would be the best way to make the calls to get all the >> keywords for the campaigns. I'm currently am hitting traffic limits when I >> limit to just 1 adgroup id at a time and when I split the request further >> down to an x amount of keywords per adgroup, I hit a rate limit. Is there a >> service I can use in conjuction with the traffic estimate service to do it >> for large jobs. >> >> >> On Monday, November 12, 2018 at 12:28:54 AM UTC-8, Luis Xander Talag >> (AdWords API Team) wrote: >>> >>> Hi, >>> >>> The TrafficEstimatorService >>> <https://developers.google.com/adwords/api/docs/reference/v201809/TrafficEstimatorService> >>> does >>> not support date range. What this service does is provide estimates on >>> performances of your keywords or other AdWords entities based on historical >>> data. The data returned by this service is an estimate on a daily basis >>> via the StatsEstimate >>> <https://developers.google.com/adwords/api/docs/reference/v201809/TrafficEstimatorService.StatsEstimate> >>> such >>> as the clicksPerDay >>> <https://developers.google.com/adwords/api/docs/reference/v201809/TrafficEstimatorService.StatsEstimate#clicksperday> >>> field >>> or impressionsPerDay >>> <https://developers.google.com/adwords/api/docs/reference/v201809/TrafficEstimatorService.StatsEstimate#impressionsperday> >>> field. >>> >>> Also, you should take note that the returned values are estimates, and >>> are not a guarantee that actual performance will be within these bounds. >>> >>> Regards, >>> Luis >>> AdWords API Team >>> >>> On Monday, November 12, 2018 at 2:01:46 PM UTC+8, petrosdawit96 wrote: >>>> >>>> I'm not sure I follow. When I pull data I'm getting back results like >>>> clicks etc... Is there no data range for which you are predicting I will >>>> get x amount of clicks. >>>> >>>> On Sunday, November 11, 2018 at 8:01:04 PM UTC-8, Luis Xander Talag >>>> (AdWords API Team) wrote: >>>>> >>>>> Hi, >>>>> >>>>> There is no specific date range for the result of >>>>> TrafficEstimatorService >>>>> <https://developers.google.com/adwords/api/docs/reference/v201809/TrafficEstimatorService>. >>>>> This >>>>> service is used to estimate future traffic based on your proposed or >>>>> existing campaigns, ad groups, and keywords. >>>>> >>>>> Regards, >>>>> Luis >>>>> AdWords API Team >>>>> >>>>> On Saturday, November 10, 2018 at 1:52:07 AM UTC+8, petrosdawit96 >>>>> wrote: >>>>>> >>>>>> Hi, >>>>>> >>>>>> I know the data range isn't supported but I was wondering when I pull >>>>>> the data, what is the data range. Is it a week? >>>>>> >>>>>> On Thursday, November 8, 2018 at 10:50:20 PM UTC-8, Luis Xander Talag >>>>>> (AdWords API Team) wrote: >>>>>>> >>>>>>> Hi, >>>>>>> >>>>>>> I'm a colleague of Sreelakshmi and allow me to assist you as she is >>>>>>> OOO. With regards to your concern on the date range for the >>>>>>> TrafficEstimatorService, I'm afraid it is not supported on the API side >>>>>>> as >>>>>>> you can see on the comparison of Keyword Planner to AdWords API on the >>>>>>> lower section of this guide >>>>>>> <https://developers.google.com/adwords/api/docs/guides/traffic-estimator-service#mapping_to_the_keyword_planner> >>>>>>> . >>>>>>> >>>>>>> Hope this clarifies your concern. >>>>>>> >>>>>>> Thanks and regards, >>>>>>> Luis >>>>>>> AdWords API Team >>>>>>> >>>>>>> On Friday, November 9, 2018 at 4:53:48 AM UTC+8, petrosdawit96 wrote: >>>>>>>> >>>>>>>> also since we cant input date range into the qpi request. what is >>>>>>>> the returned date range that is given for the traffic estimates. >>>>>>>> >>>>>>>> On Monday, November 5, 2018 at 11:48:02 AM UTC-8, Sreelakshmi >>>>>>>> Sasidharan (AdWords API Team) wrote: >>>>>>>>> >>>>>>>>> Hello, >>>>>>>>> >>>>>>>>> Ideally, the request should be containing criteria for the >>>>>>>>> specific keyword, its ad group and its campaign level details. The >>>>>>>>> estimates being for the specific keyword, you could split the >>>>>>>>> requests to >>>>>>>>> contain data from a few ad groups so that the API will not hit this >>>>>>>>> limit >>>>>>>>> of number of criteria in one API call or number of keyword estimates >>>>>>>>> in one >>>>>>>>> API call. Please let me know if that helps. >>>>>>>>> >>>>>>>>> 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/02d2caa5-44dc-464e-82df-275d58b9f51f%40googlegroups.com.
