Hi,

We are having trouble getting the query result from 
TargetingIdeaService.get API. Below are soap request and response.

01 Jul 2014 18:03:35 requestInfoLogger [INFO] Request made: Service: 
"TargetingIdeaServiceInterfacePort" Method: "get" URL: 
"https://adwords.google.com/api/adwords/o/v201309/TargetingIdeaService";
01 Jul 2014 18:03:35 soapXmlLogger [INFO] SOAP Request:
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
    <soapenv:Header>
        <ns1:RequestHeader 
xmlns:ns1="https://adwords.google.com/api/adwords/o/v201309"; 
soapenv:mustUnderstand="0">
            <ns2:clientCustomerId 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201309";>999-999-9999</ns2:clientCustomerId>
            <ns3:developerToken 
xmlns:ns3="https://adwords.google.com/api/adwords/cm/v201309";>lskjghsdkghlkdjg-
-xedSg</ns3:developerToken>
            <ns4:userAgent 
xmlns:ns4="https://adwords.google.com/api/adwords/cm/v201309";>ABC 
(AwApi-Java, AdWords-Axis/1.20.0, Common-Java/1.20.0, Axis/1.4, 
Java/1.6.0_24, maven)</ns4:userAgent>
            <ns5:validateOnly 
xmlns:ns5="https://adwords.google.com/api/adwords/cm/v201309";>false</ns5:validateOnly>
            <ns6:partialFailure 
xmlns:ns6="https://adwords.google.com/api/adwords/cm/v201309";>false</ns6:partialFailure>
        </ns1:RequestHeader>
    </soapenv:Header>
    <soapenv:Body>
        <get xmlns="https://adwords.google.com/api/adwords/o/v201309";>
            <selector>
                <searchParameters 
xmlns:ns7="https://adwords.google.com/api/adwords/o/v201309"; 
xsi:type="ns7:AdSpecListSearchParameter">
                    <ns7:adSpecs>
                        <ns7:DisplayAdSpec/>
                    </ns7:adSpecs>
                </searchParameters>
                <searchParameters 
xmlns:ns8="https://adwords.google.com/api/adwords/o/v201309"; 
xsi:type="ns8:PlacementTypeSearchParameter">
                    <ns8:placementTypes>SITE</ns8:placementTypes>
                </searchParameters>
                <searchParameters 
xmlns:ns9="https://adwords.google.com/api/adwords/o/v201309"; 
xsi:type="ns9:RelatedToUrlSearchParameter">
                    <ns9:urls>travelocity.com</ns9:urls>
                </searchParameters>
                <ideaType>PLACEMENT</ideaType>
                <requestType>IDEAS</requestType>
                <requestedAttributeTypes>CRITERION</requestedAttributeTypes>
                <paging>
                    <ns10:startIndex 
xmlns:ns10="https://adwords.google.com/api/adwords/cm/v201309";>0</ns10:startIndex>
                    <ns11:numberResults 
xmlns:ns11="https://adwords.google.com/api/adwords/cm/v201309";>101</ns11:numberResults>
                </paging>
            </selector>
        </get>
    </soapenv:Body>
</soapenv:Envelope>

01 Jul 2014 18:03:35 soapXmlLogger [INFO] SOAP Response:
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
    <soap:Header>
        <ResponseHeader 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201309"; 
xmlns="https://adwords.google.com/api/adwords/o/v201309";>
            <ns2:requestId>0004fd1ee37897a00a430443570064ec</ns2:requestId>
            <ns2:serviceName>AccountService</ns2:serviceName>
            <ns2:methodName>get</ns2:methodName>
            <ns2:operations>0</ns2:operations>
            <ns2:responseTime>63</ns2:responseTime>
        </ResponseHeader>
    </soap:Header>
    <soap:Body>
        <getResponse 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201309"; 
xmlns="https://adwords.google.com/api/adwords/o/v201309";>
            <rval>
                <totalNumEntries>0</totalNumEntries>
            </rval>
        </getResponse>
    </soap:Body>
</soap:Envelope>


Any pointer to solve this would be appreciated.

Thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to