Hi Abdurrahman,

Your soap request should look something similar to the one below :
































*<?xml version="1.0" encoding="UTF-8" standalone="no"?><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/cm/v201607"; 
soapenv:mustUnderstand="0">            
<ns1:clientCustomerId>XXX-XXX-XXXX</ns1:clientCustomerId>            
<ns1:developerToken>XXXXXXXXXX</ns1:developerToken>            
<ns1:userAgent>metesting (AwApi-Java, AdWords-Axis/2.17.0, 
Common-Java/2.17.0, Axis/1.4, Java/1.8.0-google-v7, jars, SelectorBuilder, 
SelectorField)</ns1:userAgent>            
<ns1:validateOnly>false</ns1:validateOnly>            
<ns1:partialFailure>false</ns1:partialFailure>        </ns1:RequestHeader>  
  </soapenv:Header>    <soapenv:Body>        <get 
xmlns="https://adwords.google.com/api/adwords/cm/v201607";>            
<serviceSelector>                <fields>Id</fields>                
<fields>CriteriaType</fields>                
<fields>KeywordMatchType</fields>                
<fields>KeywordText</fields>                <predicates>                    
<field>AdGroupId</field>                    <operator>IN</operator>        
            <values>XXXXXXXXXXX</values>                </predicates>      
          <predicates>                    <field>CriteriaType</field>      
              <operator>IN</operator>                    
<values>KEYWORD</values>                </predicates>            
</serviceSelector>        </get>    </soapenv:Body></soapenv:Envelope>*


You may also refer to our GetKeywords example in .NET 
<https://developers.google.com/adwords/api/docs/samples/dotnet/basic-operations#get-keywords>.
 
Also, I noticed in your SOAP request and response that you are using your 
MCC account ID. *Please use a client account ID instead* *of your MCC ID* since 
information such as keywords are available only at client account level. I 
also removed your initial post due to this, since your MCC ID is considered 
sensitive information and was exposed in your attachment. Please refer to 
our forum posting guidelines 
<https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/adwords-api/bBdNvBqDx1I>
 for 
more information.

Additionally, I could see that you are currently using v201603. This 
version has been deprecated 
<https://developers.google.com/adwords/api/docs/sunset-dates> and will be 
sunset soon. I would strongly recommend to migrate to our latest version (
v201607 
<https://googleadsdeveloper.blogspot.com/2016/07/announcing-v201607-of-adwords-api.html>)
 
to avoid any other issues.

Best regards,
Peter
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 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/47ef4c7d-98cd-4a8f-8cd6-19b237fe20af%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to