9 messages in com.googlegroups.adwords-apiRe: Difference in keyword length in H...| From | Sent On | Attachments |
|---|---|---|
| Albert | 30 Mar 2006 06:50 | |
| Yintchii | 31 Mar 2006 06:33 | |
| Kim | 03 Apr 2006 02:21 | |
| Richard Jones | 03 Apr 2006 03:03 | |
| Albert | 27 Apr 2006 03:13 | |
| Richard Jones | 27 Apr 2006 03:18 | |
| Albert | 27 Apr 2006 03:28 | |
| Richard Jones | 27 Apr 2006 03:48 | |
| Albert | 27 Apr 2006 04:29 |
| Subject: | Re: Difference in keyword length in Hebrew - This keyword text is not valid![]() |
|---|---|
| From: | Yintchii (alao...@gmail.com) |
| Date: | 03/31/2006 06:33:50 AM |
| List: | com.googlegroups.adwords-api |
Hi Albert,
I think u have to encode ur Hebrew string in UTF8, using utf8_encode() function. Did u do that ?
Joe
Albert wrote:
Hi, I get an error - "This keyword text is not valid" when supplying a longer keyword in Hebrew. I've made some tests and am sure the reason is the keyword length. When it goes over 44 chars including spaces the error occurs. The keyword (criteria) documentation says the max length is 80 chars. The word count is also according to the book - <10.
As far as I know there was in the past such an issue - the Hebrew creative headlines and keywords were supposed to be half the permitted length. But this was changed wasn't it?
Another strange fact is that if I try to manually add the same keyword via the Google UI - no problem at all.
Any ideas?
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Header> <email xmlns="https://adwords.google.com/api/adwords/v3"> hid...@hidden.com </email> <password xmlns="https://adwords.google.com/api/adwords/v3"> #### </password> <token xmlns="https://adwords.google.com/api/adwords/v3"> $$$$ </token> <useragent xmlns="https://adwords.google.com/api/adwords/v3">
hidden </useragent> </soap:Header> <soap:Body> <addCriteria xmlns="https://adwords.google.com/api/adwords/v3"> <newCriteria xsi:type="Keyword"> <adGroupId> 264807355 </adGroupId> <criterionType xsi:nil="true" /> <destinationUrl> http://www.hidden.com/ </destinationUrl> <exemptionRequest xsi:nil="true" /> <id> 0 </id> <language xsi:nil="true" /> <negative> false </negative> <text> מדפסת לייזר צבעוני משולבת פקס מכונת צילום סורק </text> <type> Phrase </type> </newCriteria> </addCriteria> </soap:Body> </soap:Envelope> <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/v3"> 35 </responseTime> <operations soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/adwords/v3"> 1 </operations> <units soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/adwords/v3"> 50 </units> </soapenv:Header> <soapenv:Body> <soapenv:Fault> <faultcode> soapenv:Server.userException </faultcode> <faultstring> This keyword text is not valid. </faultstring> <detail> <ns1:code xmlns:ns1="https://adwords.google.com/api/adwords/v3"> 14 </ns1:code> <ns2:message xmlns:ns2="https://adwords.google.com/api/adwords/v3"> This keyword text is not valid. </ns2:message> <ns3:trigger xmlns:ns3="https://adwords.google.com/api/adwords/v3"> מ ד פ ס ת ל י י ז ר צ ב ע ו נ י מ ש ו ל ב ת פ ק ס מ כ ו נ ת צ י ל ו ם ס ו ר ק </ns3:trigger> </detail> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope>




