5 messages in com.googlegroups.adwords-apiRe: AdWords API   - Unucode &nbs...
FromSent OnAttachments
Albert12 Oct 2006 07:27 
Albert12 Oct 2006 07:28 
Peer Jakobsen12 Oct 2006 11:50 
Albert12 Oct 2006 11:58 
Patrick Chanezon16 Oct 2006 13:59 
Subject:Re: AdWords API   - Unucode   causing trouble
From:Patrick Chanezon (chan@gmail.com)
Date:10/16/2006 01:59:47 PM
List:com.googlegroups.adwords-api

I guess it has to do with the use of %A0 in the desturl. Did you try that destination url in the adwords front end?

P@

On 10/12/06, Albert <albe@gmail.com> wrote:

Hi, below is the trace of an error i get while adding criteria. The problem seems to be &#xA0; which is the unicode for &nbsp; (as I've checked so far)

In the request it appears as Canon Powershot which is somehow transformed to Canon&#xA0;Powershot in the response

Does anyone have an idea why is that? Thanks in advance . . . <adGroupId>352731145</adGroupId><criterionType xsi:nil="true" /><destinationUrl> http://www.zap.co.il/models.asp?sog=E-Camera&amp;ref=Gad&amp;ref2=Canon%C2%A0PowerShot </destinationUrl><exemptionRequest xsi:nil="true" /><id>0</id><language xsi:nil="true" /><negative>false</negative><maxCpc>70000</maxCpc><text>Canon Powershot</text><type>Phrase</type></newCriteria><newCriteria xsi:type="Keyword"><adGroupId>352731145</adGroupId><criterionType xsi:nil="true" /><destinationUrl> http://www.zap.co.il/models.asp?sog=H-CameraLens&amp;ref=Gad&amp;ref2=canon28%2D200 </destinationUrl><exemptionRequest xsi:nil="true" /><id>0</id><language xsi:nil="true" /><negative>false</negative><maxCpc>70000</maxCpc><text>Canon28 200</text><type>Phrase</type></newCriteria><newCriteria xsi:type="Keyword"><adGroupId>352731145</adGroupId><criterionType xsi:nil="true" /> . . . -----SoapResponse at 12/10/2006 14:59:04 <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> <responseTime soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/adwords/v4">1589</responseTime> <operations soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/adwords/v4">1189</operations> <units soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/adwords/v4">59450</units> <requestId soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/adwords/v4 ">c30e9e77a2bec817c05719d8de6124b4</requestId> </soapenv:Header> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Server.userException</faultcode>

<faultstring>These characters are not allowed: &#xA0;</faultstring>

<detail> <ns1:code xmlns:ns1="https://adwords.google.com/api/adwords/v4">14</ns1:code>

<ns2:message xmlns:ns2="https://adwords.google.com/api/adwords/v4">These characters are not allowed: &#xA0;</ns2:message>

<ns3:trigger xmlns:ns3="https://adwords.google.com/api/adwords/v4 ">Canon&#xA0;Powershot</ns3:trigger>

</detail>

</soapenv:Fault> </soapenv:Body> </soapenv:Envelope>