Hi Sergio,

SearchVolumeSearchParameter is used to set the search volume bounds on the 
results. SearchVolumeSearchParameter does take operation parameter, which 
in turn takes a maximum and a minimum limit. 

*Java code: *
    SearchVolumeSearchParameter searchVolumeSearchParameter = new 
SearchVolumeSearchParameter();
    LongComparisonOperation lco = new LongComparisonOperation();
    lco.setMaximum(100000L);
    lco.setMinimum(1L);
    searchVolumeSearchParameter.setOperation(lco);

*SOAP request:*
    <searchParameters 
xmlns:ns15="https://adwords.google.com/api/adwords/o/v201609"; 
xsi:type="ns15:SearchVolumeSearchParameter">
         <ns15:operation>
             <ns15:minimum>1</ns15:minimum>
             <ns15:maximum>100000</ns15:maximum>
         </ns15:operation>
    </searchParameters>

The <searchParamaters> section related to SearchVolumeSearchParameter in 
the SOAP request would go along-side the other searchParamaters such 
as NetworkSearchParameter and LanguageSearchParameter (if used in the 
request). Please note that SearchVolumeSearchParameter cannot be used to 
identify criteria/platform type. Also, search volume based on 
criteria/platform type is currently not supported by TargetingIdeaService. 

Could you please confirm if you are trying to construct the SOAP request 
manually? You can also check out our client libraries 
<https://developers.google.com/adwords/api/docs/clientlibraries> which can 
be used to interact with the API. 

Regards,
Vishal, 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].
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/4e434629-61eb-4f19-82b9-d503b688a8ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • How to filter Se... sergio . garcez
    • Re: How to ... 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
      • Re: How... sergio . garcez
        • Re:... 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum

Reply via email to