Hi, I have try to update display url with another URL which consist of two slashes.. something like this.. www.homepage.com/page1/page2
Here is the soap request and response <?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"><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/v201008"><ns1:authToken xmlns:ns1="https:// adwords.google.com/api/adwords/cm/v201008">**********</ ns1:authToken><ns1:clientCustomerId>*********</ ns1:clientCustomerId><ns1:developerToken>************</ ns1:developerToken><ns1:userAgent>AdWords API Java Client Library - v8.3.0 - adX Group PHP Library for AdWords</ 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/ v201008"><operations><operator>SET</ operator><operand><adGroupId>*******</adGroupId><ad xsi:type="ns2:TextAd" xmlns:ns2="https://adwords.google.com/api/ adwords/cm/v201008"><id>*********</id><url>http://www.homepage.com</ url><displayUrl>www.homepage.com/Testing/Page1</ displayUrl><headline>Testing ad with slash</ headline><description1>something i want to test</ description1><description2>And want to display</description2></ ad><status>ENABLED</status></operand></operations></mutate></ soapenv:Body></soapenv:Envelope> <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/ envelope/"><soap:Header><ResponseHeader xmlns="https:// adwords.google.com/api/adwords/cm/ v201008"><requestId>e61380d672f6b1de546dcb81fc624b25</ requestId><operations>1</operations><responseTime>557</ responseTime><units>1</units></ResponseHeader></ soap:Header><soap:Body><mutateResponse xmlns="https:// adwords.google.com/api/adwords/cm/ v201008"><rval><ListReturnValue.Type>AdGroupAdReturnValue</ ListReturnValue.Type><value><adGroupId>*********</adGroupId><ad xsi:type="TextAd" xmlns:xsi="http://www.w3.org/2001/XMLSchema- instance"><id>*******</id><url>http://www.homepage.com</ url><displayUrl>www.homepage.com</ displayUrl><approvalStatus>FAMILY_SAFE</ approvalStatus><Ad.Type>TextAd</Ad.Type><headline>Testing ad with slash</headline><description1>something i want to test</ description1><description2>And want to display</description2></ ad><status>ENABLED</status></value></rval></mutateResponse></ soap:Body></soap:Envelope> it does not works.. it is not taking any slash with Display URL. When i check in adwords is showing what it is in soap response. Does anyone know whats wrong. Thank you in advance ... -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 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