Hi there!

I'm trying to use the TargetingIdeaService to get best ones keywords for my 
title, but unfortunately, I get a malformed response.
Here's my SOAP request object:
<s11:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:s11="http://schemas.xmlsoap.org/soap/envelope/";>
    <s11:Header>
        <ns1:RequestHeader 
xmlns:ns1="https://adwords.google.com/api/adwords/o/v201809";>
            <ns1:clientCustomerId>xxxxxx</ns1:clientCustomerId>
            <ns1:developerToken>xxxxxx</ns1:developerToken>
            <ns1:userAgent></ns1:userAgent>
            <ns1:validateOnly></ns1:validateOnly>
            <ns1:partialFailure></ns1:partialFailure>
        </ns1:RequestHeader>
    </s11:Header>
    <s11:Body>
        <ns1:get 
xmlns:ns1="https://adwords.google.com/api/adwords/o/v201809";>
            <ns1:selector>
                <ns1:searchParameters 
xsi:type="ns1:IdeaTextFilterSearchParameter">
                    <ns1:excluded>red herring</ns1:excluded>
                </ns1:searchParameters>
                <ns1:searchParameters 
xsi:type="ns1:RelatedToQuerySearchParameter">
                    <ns1:queries>Golang Python Developer job</ns1:queries>
                </ns1:searchParameters>
                <ns1:ideaType>KEYWORD</ns1:ideaType>
                <ns1:requestType>IDEAS</ns1:requestType>
                
<ns1:requestedAttributeTypes>KEYWORD_TEXT</ns1:requestedAttributeTypes>
                <ns1:paging 
xmlns:pagingNamespace="https://adwords.google.com/api/adwords/cm/v201809";>
                    
<pagingNamespace:startIndex>0</pagingNamespace:startIndex>
                    
<pagingNamespace:numberResults>10</pagingNamespace:numberResults>
                </ns1:paging>
            </ns1:selector>
        </ns1:get>
    </s11:Body>
</s11:Envelope>

Here's the response:
<getResponse xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201809"; 
xmlns="https://adwords.google.com/api/adwords/o/v201809";>
    <rval>
        <totalNumEntries>350</totalNumEntries>
        <entries>
            <data>
                <key>KEYWORD_TEXT</key>
                <value 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="StringAttribute">
                    <Attribute.Type>StringAttribute</Attribute.Type>
                    <value>golang python developer job ff7b00dd</value>
                </value>
            </data>
        </entries>
        <entries>
            <data>
                <key>KEYWORD_TEXT</key>
                <value 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="StringAttribute">
                    <Attribute.Type>StringAttribute</Attribute.Type>
                    <value>golang python developer job e6e1840a</value>
                </value>
            </data>
        </entries>
        <entries>
            <data>
                <key>KEYWORD_TEXT</key>
                <value 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="StringAttribute">
                    <Attribute.Type>StringAttribute</Attribute.Type>
                    <value>golang python developer job 82c86e86</value>
                </value>
            </data>
        </entries>
        <entries>
            <data>
                <key>KEYWORD_TEXT</key>
                <value 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="StringAttribute">
                    <Attribute.Type>StringAttribute</Attribute.Type>
                    <value>golang python developer job c9d9bfc</value>
                </value>
            </data>
        </entries>
        <entries>
            <data>
                <key>KEYWORD_TEXT</key>
                <value 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="StringAttribute">
                    <Attribute.Type>StringAttribute</Attribute.Type>
                    <value>golang python developer job 6c9a5ced</value>
                </value>
            </data>
        </entries>
        <entries>
            <data>
                <key>KEYWORD_TEXT</key>
                <value 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="StringAttribute">
                    <Attribute.Type>StringAttribute</Attribute.Type>
                    <value>golang python developer job 701f7f82</value>
                </value>
            </data>
        </entries>
        <entries>
            <data>
                <key>KEYWORD_TEXT</key>
                <value 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="StringAttribute">
                    <Attribute.Type>StringAttribute</Attribute.Type>
                    <value>golang python developer job 7772720c</value>
                </value>
            </data>
        </entries>
        <entries>
            <data>
                <key>KEYWORD_TEXT</key>
                <value 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="StringAttribute">
                    <Attribute.Type>StringAttribute</Attribute.Type>
                    <value>golang python developer job 51428aa5</value>
                </value>
            </data>
        </entries>
        <entries>
            <data>
                <key>KEYWORD_TEXT</key>
                <value 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="StringAttribute">
                    <Attribute.Type>StringAttribute</Attribute.Type>
                    <value>golang python developer job 48fe8ca7</value>
                </value>
            </data>
        </entries>
        <entries>
            <data>
                <key>KEYWORD_TEXT</key>
                <value 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="StringAttribute">
                    <Attribute.Type>StringAttribute</Attribute.Type>
                    <value>golang python developer job ca633710</value>
                </value>
            </data>
        </entries>
    </rval>
</getResponse>

I've expected, that it'll return the same objects, but with understandable 
texts. That adding like "ca633710" looks too weird. When I send it to my 
Google AdWords ad group keywords, they are added but with "Low search 
volume" status.

There's an example 
https://developers.google.com/adwords/api/docs/guides/targeting-idea-service 
with 
good response, but there's no raw SOAP request, that I can try to send.
What I'm doing wrong? And maybe you can provide me with the right SOAP 
request? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/840c08b8-18d0-4ae1-9779-853402cb7836%40googlegroups.com.
  • TargetingIdeaS... 'Dmitry Omelyusik' via AdWords API and Google Ads API Forum

Reply via email to