Today, I have got reported that sitelinks in our app stopped working correctly - given url is "ignored" and is empty in adwords web (resulting in errror). I am pretty sure it has worked a week or two ago. Initially, I have blamed it to migration to latest API (in reality, for us, just rewritten the API number), so I have 'downgraded' to v20150201, error persisted. Then tried to use "https" instead of "http" (what if you have introduced a new rule?) or tried to export Line 1 and Line 2 which I normally do not. No luck at all.
Note that API does not report ANY error, just silently ignores my URLs. Therefore, I am desperately posting my xml 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>GI-aYwwK7gkCBHnhqV24NA</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>GI-aYwwK7gkCBHnhqV24NA</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>GI-aYwwK7gkCBHnhqV24NA</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>GI-aYwwK7gkCBHnhqV24NA</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 [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]. 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/7e93a782-358a-495c-a76e-62d66e112fbe%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
