<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<soapenv:Header>
<ns1:developerToken>REDACTED</ns1:developerToken>
<ns1:userAgent>unknown (AwApi-Java, AdWords-Axis/4.1.0, Common-Java/4.1.0, Axis/1.4, Java/1.8.0_181, maven, SelectorBuilder, SelectorField)</ns1:userAgent>
<ns1:validateOnly>false</ns1:validateOnly>
<ns1:partialFailure>false</ns1:partialFailure>
</ns1:RequestHeader>
</soapenv:Header>
<soapenv:Body>
<selector>
<fields>FeedId</fields>
<fields>FeedName</fields>
<fields>FeedAttributes</fields>
<predicates>
<field>FeedId</field>
<operator>EQUALS</operator>
<values>85262722</values>
</predicates>
</selector>
</get>
</soapenv:Body>
</soapenv:Envelope>
11:40:58.603 [main] DEBUG com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger - SOAP response:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<soap:Header>
<requestId>00057c440475b6c80a371798270e8d7f</requestId>
<serviceName>AdCustomizerFeedService</serviceName>
<methodName>get</methodName>
<operations>1</operations>
<responseTime>398</responseTime>
</ResponseHeader>
</soap:Header>
<soap:Body>
<rval>
<totalNumEntries>1</totalNumEntries>
<Page.Type>AdCustomizerFeedPage</Page.Type>
<entries>
<feedId>85262722</feedId>
<feedName>feedName23</feedName>
<feedAttributes>
<id>1</id>
<name>location</name>
<type>STRING</type>
</feedAttributes>
<feedAttributes>
<id>2</id>
<name>provider_count</name>
<type>STRING</type>
</feedAttributes>
<feedAttributes>
<id>3</id>
<name>kw_subvertical</name>
<type>STRING</type>
</feedAttributes>
<feedAttributes>
<id>4</id>
<name>average price</name>
<type>PRICE</type>
</feedAttributes>
</entries>
</rval>
</getResponse>
</soap:Body>
</soap:Envelope>
11:40:58.603 [main] INFO com.care.inteligencia.server.AddAdCustomizer - Successfully updated feed item with adCustomizerFeed id: 85262722, adCustomizerFeed name: AdCustomizerFeedAttribute{id=4, name=average price, type=PRICE}
11:40:58.608 [main] INFO com.care.inteligencia.server.service.GoogleAdsWordsService - currency MoneyWithCurrency{currencyCode=EUR, money=Money{microAmount=200000000}}
11:40:59.138 [main] DEBUG com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger - SOAP request:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<soapenv:Header>
<ns1:developerToken>REDACTED</ns1:developerToken>
<ns1:userAgent>unknown (AwApi-Java, AdWords-Axis/4.1.0, Common-Java/4.1.0, Axis/1.4, Java/1.8.0_181, maven)</ns1:userAgent>
<ns1:validateOnly>false</ns1:validateOnly>
<ns1:partialFailure>false</ns1:partialFailure>
</ns1:RequestHeader>
</soapenv:Header>
<soapenv:Body>
<operations>
<operator>SET</operator>
<operand>
<feedId>85262722</feedId>
<feedItemId>55414680813</feedItemId>
<attributeValues>
<feedAttributeId>1</feedAttributeId>
<stringValue>Munich</stringValue>
</attributeValues>
<attributeValues>
<feedAttributeId>2</feedAttributeId>
<stringValue>4256</stringValue>
</attributeValues>
<attributeValues>
<feedAttributeId>3</feedAttributeId>
<stringValue>Putzfrauen</stringValue>
</attributeValues>
<attributeValues>
<feedAttributeId>4</feedAttributeId>
<moneyWithCurrencyValue>
<money>
<microAmount>200000000</microAmount>
</money>
<currencyCode>EUR</currencyCode>
</moneyWithCurrencyValue>
</attributeValues>
</operand>
</operations>
</mutate>
</soapenv:Body>
</soapenv:Envelope>
11:40:59.138 [main] DEBUG com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger - SOAP response:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<soap:Header>
<requestId>00057c44048153710a3735d1d50b21b0</requestId>
<serviceName>FeedItemService</serviceName>
<methodName>mutate</methodName>
<operations>1</operations>
<responseTime>263</responseTime>
</ResponseHeader>
</soap:Header>
<soap:Body>
<rval>
<ListReturnValue.Type>FeedItemReturnValue</ListReturnValue.Type>
<value>
<feedId>85262722</feedId>
<feedItemId>55414680813</feedItemId>
<status>ENABLED</status>
<attributeValues>
<feedAttributeId>1</feedAttributeId>
<stringValue>Munich</stringValue>
</attributeValues>
<attributeValues>
<feedAttributeId>2</feedAttributeId>
<stringValue>4256</stringValue>
</attributeValues>
<attributeValues>
<feedAttributeId>3</feedAttributeId>
<stringValue>Putzfrauen</stringValue>
</attributeValues>
</value>
</rval>
</mutateResponse>
</soap:Body>
</soap:Envelope>