This week, I got reported that sitelinks stopped working in our app - there are no errors reported by API, but URLs in web adwords are empty.
I have tried a couple of things (downgrading API, chaning http->https in link, add line1/line2 texts I do not normally use), nothing helped. Here is the log of my requests: POST /api/adwords/cm/v201506/FeedService HTTP/1.1 URL: http://adwords.google.com/api/adwords/cm/v201506/FeedService <?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" xmlns:ns0="https://adwords.google.com/api/adwords/cm/v201506" xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201506"> <soapenv:Header> <ns1:RequestHeader soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0"> <ns0:clientCustomerId>3767731236</ns0:clientCustomerId> <ns0:developerToken>****</ns0:developerToken> <ns0:userAgent>AdWordsApi Test</ns0:userAgent> <ns0:validateOnly>false</ns0:validateOnly> <ns0:partialFailure>false</ns0:partialFailure> </ns1:RequestHeader> </soapenv:Header> <soapenv:Body> <ns1:mutate xmlns="https://adwords.google.com/api/adwords/cm/v201506"> <operations> <ns0:operator>ADD</ns0:operator> <operand> <name>Feed for Nos Sitelink extension feed, 01.10.2015 18:06:30</name> <attributes> <name>Link text</name> <type>STRING</type> </attributes> <attributes> <name>Final urls</name> <type>URL_LIST</type> </attributes> <origin>USER</origin> </operand> </operations> </ns1:mutate> </soapenv:Body> </soapenv:Envelope> POST /api/adwords/cm/v201506/FeedMappingService HTTP/1.1 URL: http://adwords.google.com/api/adwords/cm/v201506/FeedMappingService <?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" xmlns:ns0="https://adwords.google.com/api/adwords/cm/v201506" xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201506"> <soapenv:Header> <ns1:RequestHeader soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0"> <ns0:clientCustomerId>3767731236</ns0:clientCustomerId> <ns0:developerToken>****</ns0:developerToken> <ns0:userAgent>AdWordsApi Test</ns0:userAgent> <ns0:validateOnly>false</ns0:validateOnly> <ns0:partialFailure>false</ns0:partialFailure> </ns1:RequestHeader> </soapenv:Header> <soapenv:Body> <ns1:mutate xmlns="https://adwords.google.com/api/adwords/cm/v201506"> <operations> <ns0:operator>ADD</ns0:operator> <operand> <feedId>30344723</feedId> <placeholderType>1</placeholderType> <attributeFieldMappings> <feedAttributeId>1</feedAttributeId> <fieldId>1</fieldId> </attributeFieldMappings> <attributeFieldMappings> <feedAttributeId>2</feedAttributeId> <fieldId>5</fieldId> </attributeFieldMappings> </operand> </operations> </ns1:mutate> </soapenv:Body> </soapenv:Envelope> POST /api/adwords/cm/v201506/FeedItemService HTTP/1.1 URL: http://adwords.google.com/api/adwords/cm/v201506/FeedItemService <?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" xmlns:ns0="https://adwords.google.com/api/adwords/cm/v201506" xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201506"> <soapenv:Header> <ns1:RequestHeader soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0"> <ns0:clientCustomerId>3767731236</ns0:clientCustomerId> <ns0:developerToken>****</ns0:developerToken> <ns0:userAgent>AdWordsApi Test</ns0:userAgent> <ns0:validateOnly>false</ns0:validateOnly> <ns0:partialFailure>false</ns0:partialFailure> </ns1:RequestHeader> </soapenv:Header> <soapenv:Body> <ns1:mutate xmlns="https://adwords.google.com/api/adwords/cm/v201506"> <operations> <ns0:operator>ADD</ns0:operator> <operand> <feedId>30344723</feedId> <attributeValues> <feedAttributeId>1</feedAttributeId> <stringValue>Pobočky</stringValue> </attributeValues> <attributeValues> <feedAttributeId>2</feedAttributeId> <stringValue>http://www.najisto.centrum.cz/13657/pobocky</stringValue> </attributeValues> </operand> </operations> <operations> <ns0:operator>ADD</ns0:operator> <operand> <feedId>30344723</feedId> <attributeValues> <feedAttributeId>1</feedAttributeId> <stringValue>Galerie</stringValue> </attributeValues> <attributeValues> <feedAttributeId>2</feedAttributeId> <stringValue>http://www.najisto.centrum.cz/13657/galerie</stringValue> </attributeValues> </operand> </operations> </ns1:mutate> </soapenv:Body> </soapenv:Envelope> POST /api/adwords/cm/v201506/CampaignFeedService HTTP/1.1 URL: http://adwords.google.com/api/adwords/cm/v201506/CampaignFeedService <?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" xmlns:ns0="https://adwords.google.com/api/adwords/cm/v201506" xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201506"> <soapenv:Header> <ns1:RequestHeader soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0"> <ns0:clientCustomerId>3767731236</ns0:clientCustomerId> <ns0:developerToken>****</ns0:developerToken> <ns0:userAgent>AdWordsApi Test</ns0:userAgent> <ns0:validateOnly>false</ns0:validateOnly> <ns0:partialFailure>false</ns0:partialFailure> </ns1:RequestHeader> </soapenv:Header> <soapenv:Body> <ns1:mutate xmlns="https://adwords.google.com/api/adwords/cm/v201506"> <operations> <ns0:operator>ADD</ns0:operator> <operand> <feedId>30344723</feedId> <campaignId>297486764</campaignId> <matchingFunction> <operator>IN</operator> <lhsOperand xsi:type="RequestContextOperand"> <contextType>FEED_ITEM_ID</contextType> </lhsOperand> <rhsOperand xsi:type="ConstantOperand"> <type>LONG</type> <longValue>2207378453</longValue> </rhsOperand> <rhsOperand xsi:type="ConstantOperand"> <type>LONG</type> <longValue>2207378456</longValue> </rhsOperand> </matchingFunction> <placeholderTypes>1</placeholderTypes> </operand> </operations> </ns1:mutate> </soapenv:Body> </soapenv:Envelope> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/986f6d0f-32da-48f1-84c8-0f07af923324%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.