Hi, To answer your first question, you can get historical volumes using the following SearchParameter<https://developers.google.com/adwords/api/docs/reference/v201402/TargetingIdeaService.TargetingIdeaSelector#searchParameters> subtypes:
- Verticals - CategoryProductsAndServicesSearchParameter<https://developers.google.com/adwords/api/docs/reference/v201402/TargetingIdeaService.CategoryProductsAndServicesSearchParameter> - Keywords - RelatedToQuerySearchParameter<https://developers.google.com/adwords/api/docs/reference/v201402/TargetingIdeaService.RelatedToQuerySearchParameter> - Age - not available - Gender - not available - Location - LocationSearchParameter<https://developers.google.com/adwords/api/docs/reference/v201402/TargetingIdeaService.LocationSearchParameter.html> Regarding your second question on OR vs. AND, since each entries element in the response contains a specific value for *KEYWORD_TEXT* and corresponding values for each other attribute type requested, I would not expect the attribute values to change for a single value of *KEYWORD_TEXT* unless there were other differences in search parameters in addition to the differences in *RelatedToQuerySearchParameter* values. If you have examples of requests, responses, and specific keywords where you are seeing differences on a per-*KEYWORD_TEXT* basis, please send them along with your customer ID *only to me* by clicking *Reply to Author*. Thanks, Josh, AdWords API Team On Friday, May 16, 2014 10:25:01 PM UTC-4, Scott Luther wrote: > > Hi Josh, > > One more question - is there a way to OR the keywords instead of AND them? > Currently, when I submit more than one keyword, it seems that the max > impressionsPerDay drops. We are currently doing a "broad" keyword search. > > Thanks so much for your help! > - Scott > > On Friday, May 16, 2014 12:36:08 PM UTC-7, Josh Radcliff (AdWords API > Team) wrote: >> >> Hi Scott, >> >> Sorry -- I just realized that you were asking about the >> TrafficEstimatorService<https://developers.google.com/adwords/api/docs/reference/v201402/TrafficEstimatorService>, >> >> not the >> TargetingIdeaService<https://developers.google.com/adwords/api/docs/reference/v201402/TargetingIdeaService>. >> >> *TrafficEstimatorService* does not allow you to get estimates based on >> verticals. However, you could use the approach I mentioned below to get >> *historical* volumes for verticals from *TargetingIdeaService* (vs. >> *predicted* future volumes from *TrafficEstimatorService*). >> >> Thanks, >> Josh, AdWords API Team >> > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. For more options, visit https://groups.google.com/d/optout.
