<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201809" xmlns:ns2="https://adwords.google.com/api/adwords/rm/v201809">
<SOAP-ENV:Header>
<ns2:RequestHeader>
<ns1:clientCustomerId>6138868817</ns1:clientCustomerId>
<ns1:developerToken>...</ns1:developerToken>
<ns1:userAgent>...</ns1:userAgent>
<ns1:validateOnly>false</ns1:validateOnly>
<ns1:partialFailure>false</ns1:partialFailure>
</ns2:RequestHeader>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<ns2:get>
<ns2:serviceSelector>
<ns1:fields>CustomAffinityId</ns1:fields>
<ns1:fields>Status</ns1:fields>
<ns1:fields>Description</ns1:fields>
<ns1:fields>Tokens</ns1:fields>
</ns2:serviceSelector>
</ns2:get>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Response:<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<ns2:ResponseHeader xmlns:ns2="https://adwords.google.com/api/adwords/rm/v201809"
xmlns="https://adwords.google.com/api/adwords/cm/v201809">
<requestId>00058a03a390442f0a0dc6c28a078c03</requestId>
<serviceName>CustomAffinityService</serviceName>
<methodName>get</methodName>
<operations>1</operations>
<responseTime>99</responseTime>
</ns2:ResponseHeader>
</soap:Header>
<soap:Body>
<ns2:getResponse xmlns="https://adwords.google.com/api/adwords/cm/v201809"
xmlns:ns2="https://adwords.google.com/api/adwords/rm/v201809">
<ns2:rval>
<ns2:totalNumEntries>0</ns2:totalNumEntries>
</ns2:rval>
</ns2:getResponse>
</soap:Body>
</soap:Envelope>