Hi, Please see the documentation on the TrafficEstimatorService.CampaignEstimateRequest.criteria field <https://developers.google.com/adwords/api/docs/reference/v201409/TrafficEstimatorService.CampaignEstimateRequest#criteria>, which explains the behavior when no location or language criterion is present.
Thanks, Josh, AdWords API Team On Thursday, January 15, 2015 at 10:27:50 AM UTC-5, VJ wrote: > > Hello, > > I am using Targeting Idea service and Traffic estimator. > > > https://github.com/jcroll/google-api-adwords-php/blob/master/examples/v201209/Optimization/EstimateKeywordTraffic.php > > > $unitedStates = new Location(); $unitedStates->id = 2840; > $campaignEstimateRequest->criteria[] = $unitedStates; $english = new > Language(); $english->id = 1000; $campaignEstimateRequest->criteria[] = > $english; > Can I get All locations and All Languages Criteria estimate stats?? How > can I get stats of keywords Like Clicks,Impressions etc..for all language > and All Location?? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/eeed8b0d-4019-46a2-b7a1-5cf1c0de0543%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
