Hi Folks, I ran into a little problem trying to change an existing enhanced sitelink's device preference from "MOBILE" to none using FeedItemDevicePreference. Here is my soap log with request and reply. As I clear out the FeedItemDevicePreference with a null, the results from the "set" operation shows that sitelink's FeedItemDevicePreference is still "MOBILE"
Any help would be most appreciated. In message: <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 soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201302"> <ns1:authToken>.....</ns1:authToken> <ns1:clientCustomerId>...</ns1:clientCustomerId> <ns1:developerToken>....</ns1:developerToken> <ns1:userAgent>...</ns1:userAgent> <ns1:validateOnly>false</ns1:validateOnly> <ns1:partialFailure>false</ns1:partialFailure> </ns1:RequestHeader> </soapenv:Header> <soapenv:Body> <mutate xmlns="https://adwords.google.com/api/adwords/cm/v201302"> <operations> <operator>SET</operator> <operand> <feedId>1161248</feedId> <feedItemId>18468968</feedItemId> <startTime>20130923 000000</startTime> <attributeValues> <feedAttributeId>1</feedAttributeId> <stringValue>Jeff Modified Again Test</stringValue> </attributeValues> <attributeValues> <feedAttributeId>2</feedAttributeId> <stringValue>http://mimg.test.lala.com/ad/ck?{copy:mprid}&{copy:mpl}&secrid={creative}&senetid={ifsearch:search}{ifcontent:content}-sitelink&mpro=http://www.url.com</stringValue> </attributeValues> </operand> </operations> </mutate> </soapenv:Body> </soapenv:Envelope> = Out message: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201302"><requestId>0004e5fb0e250dc00ae7a78500004825</requestId><serviceName>FeedItemService</serviceName><methodName>mutate</methodName><operations>1</operations><responseTime>332</responseTime><units>0</units></ResponseHeader></soap:Header><soap:Body><mutateResponse xmlns="https://adwords.google.com/api/adwords/cm/v201302"><rval><ListReturnValue.Type>FeedItemReturnValue</ListReturnValue.Type><value><feedId>1161248</feedId><feedItemId>18468968</feedItemId><status>ACTIVE</status><startTime>20130923 000000 America/Los_Angeles</startTime><attributeValues><feedAttributeId>1</feedAttributeId><stringValue>Jeff Modified Again Test</stringValue></attributeValues><attributeValues><feedAttributeId>2</feedAttributeId><stringValue>http://mimg.test.lala.com/ad/ck?{copy:mprid}&{copy:mpl}&secrid={creative}&senetid={ifsearch:search}{ifcontent:content}-sitelink&mpro=http://www.url.com</stringValue></attributeValues><devicePreference><devicePreference>30001</devicePreference></devicePreference></value></rval></mutateResponse></soap:Body></soap:Envelope> Cheers, Jeff -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
