Hi,
   I want to implement the 'Get keyword ideas' with Node.
<https://lh3.googleusercontent.com/-6mGkqE4BZOA/Wp0KGBa4qOI/AAAAAAAAABM/UoOBAhRdidUraKTalVOFB4HfHOxu52ZVQCLcBGAs/s1600/%257B7DA580F5-3059-49D3-B49D-8F32FECF4DFD%257D.bmp>

And I got a problem,This is my code. I want know where is my mistake,And 
what's the specific method of 'Get keyword ideas'.
<x:Envelope xmlns:x="http://schemas.xmlsoap.org/soap/envelope/";
            xmlns:v="https://adwords.google.com/api/adwords/o/v201802";
            xmlns:cm="https://adwords.google.com/api/adwords/cm/v201802";>
    <x:Header>
        <v:RequestHeader>
            <cm:clientCustomerId>XXX-XXX-XXX</cm:clientCustomerId>
            <cm:developerToken>XXXXXXXXXX</cm:developerToken>
            <cm:userAgent>test</cm:userAgent>
            <cm:validateOnly>false</cm:validateOnly>
            <cm:partialFailure>false</cm:partialFailure>
        </v:RequestHeader>
    </x:Header>
    <x:Body>
        <v:get>
            <v:selector>
                <v:searchParameters 
xmlns:ns2="https://adwords.google.com/api/adwords/o/v201802"; 
xsi:type="ns2:RelatedToQuerySearchParameter">
                    <v:queries>bakery</v:queries>
                    <v:queries>pastries</v:queries>
                    <v:queries>birthday cake</v:queries>
                </v:searchParameters>
                <v:ideaType>KEYWORD</v:ideaType>
                <v:requestType>IDEAS</v:requestType>
                
<v:requestedAttributeTypes>AVERAGE_CPC</v:requestedAttributeTypes>
                
<v:requestedAttributeTypes>KEYWORD_TEXT</v:requestedAttributeTypes>
                
<v:requestedAttributeTypes>SEARCH_VOLUME</v:requestedAttributeTypes>
            </v:selector>
        </v:get>
    </x:Body>
</x:Envelope>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/354ea15a-d3fd-4d59-b8e8-4bd638810deb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Attribut... 18824261965
    • Re:... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
      • ... 18824261965
        • ... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
          • ... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
            • ... 18824261965

Reply via email to