Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Problem with diacritics in campaign name
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
lukas.benes  
View profile  
(1 user)  More options Jun 23 2008, 4:07 am
From: "lukas.benes" <lukas.be...@nacesty.cz>
Date: Mon, 23 Jun 2008 01:07:22 -0700 (PDT)
Local: Mon, Jun 23 2008 4:07 am
Subject: Problem with diacritics in campaign name
        Hello

        I have problem with characters with caron, for eg.: s with caron, c
with caron, etc...
        This problem is only in Campaign service! In AdGroup and Ad Service
is this ok.

        #request

        <addCampaignList>
          <campaign>
            <name>šem z toho srnka</name>
            ....
          </campaign>
        </addCampaignList>

        #response
        soapenv:Server.userException
            One or more input elements failed validation.
            code: 122
                    Message: One or more input elements failed validation
                        Index: 0
                    Field: name
                        Trigger: &#x161;em z toho srnka
                Code: 36
                isExemptable: false
                        Detail: These characters are not allowed: &#x161;

        Thank You


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
AdWords API Advisor Google employee  
View profile  
 More options Jun 23 2008, 11:58 am
From: AdWords API Advisor <adwordsapiadvi...@google.com>
Date: Mon, 23 Jun 2008 08:58:14 -0700 (PDT)
Local: Mon, Jun 23 2008 11:58 am
Subject: Re: Problem with diacritics in campaign name
Hello Lukas,

 How are you accessing the API--are you using a client library or
directly via a SOAP toolkit? Which language are you using?

Cheers,
-Jeff Posnick, AdWords API Team

On Jun 23, 4:07 am, "lukas.benes" <lukas.be...@nacesty.cz> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
lukas.benes  
View profile  
 More options Jun 25 2008, 10:11 am
From: "lukas.benes" <lukas.be...@nacesty.cz>
Date: Wed, 25 Jun 2008 07:11:55 -0700 (PDT)
Local: Wed, Jun 25 2008 10:11 am
Subject: Re: Problem with diacritics in campaign name
Hello

We are using nuSOAP (via PHP) and UTF-8 encoding (we also tried non
multibyte encodings liek ISO-8859-1 and WINDOWS-1250, but with same
result )

We have problem only with campaigns names, in adgroups or ads is
everything ok.
On our side is no difference between code, that we are using for
CampaignsService and other Services (i mean encoding and etc.)

On 23 Čen, 17:58, AdWords API Advisor <adwordsapiadvi...@google.com>
wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
AdWords API Advisor Google employee  
View profile  
 More options Jun 25 2008, 1:25 pm
From: AdWords API Advisor <adwordsapiadvi...@google.com>
Date: Wed, 25 Jun 2008 10:25:22 -0700 (PDT)
Local: Wed, Jun 25 2008 1:25 pm
Subject: Re: Problem with diacritics in campaign name
Hello Lukas,

 I'm able to successfully create campaigns with "š" in their names in
my tests. I tried by directly sending an XML document with the XML
entity &#x161; and also using the APIlity PHP client library (which I
believe uses NuSOAP under the hood), specifying a PHP string with the
"š" character and letting PHP encode the XML entity for me.

 I don't think there should be anything account specific that limits
this, but to cover all bases, have you tried creating a campaign in
that account with that character in it via the AdWords web interface?

Cheers,
-Jeff Posnick, AdWords API Team

On Jun 25, 10:11 am, "lukas.benes" <lukas.be...@nacesty.cz> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "AdWords API Problem with diacritics in campaign name" by Hypper
Hypper  
View profile  
(1 user)  More options Jul 1 2008, 4:56 am
From: Hypper <1hypp...@gmail.com>
Date: Tue, 01 Jul 2008 12:56:56 +0400
Local: Tues, Jul 1 2008 4:56 am
Subject: Re: AdWords API Problem with diacritics in campaign name
Hello!

Same problem with V11, russian characters with UTF-8 in Sandbox.
While i try to create campaign I have this error.
I've got this problem just today. About month or more i didn't use
Sandbox. Earlyer i didn't get this problem.

Request:
<?xml version="1.0" encoding="utf-8" ?>
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <env:Header>
         <useragent env:mustUnderstand="0">Playing with the API from
ruby</useragent>
         <developerToken env:mustUnderstand="0">XXXXXXXXXXX</developerToken>
         <password env:mustUnderstand="0">XXXXXXXXXXX</password>
         <clientEmail env:mustUnderstand="0">XXXXXXXXXXX</clientEmail>
         <email env:mustUnderstand="0">XXXXXXXXXXX</email>
   </env:Header>
   <env:Body>
     <n1:addCampaign xmlns:n1="https://adwords.google.com/api/adwords/v11">
       <n1:campaign>
         <n1:budgetOptimizerSettings
xsi:nil="true"></n1:budgetOptimizerSettings>
         <n1:dailyBudget>1000000000</n1:dailyBudget>
         <n1:enableSeparateContentBids
xsi:nil="true"></n1:enableSeparateContentBids>
         <n1:geoTargeting xsi:nil="true"></n1:geoTargeting>
         <n1:id xsi:nil="true"></n1:id>
         <n1:languageTargeting xsi:nil="true"></n1:languageTargeting>
         <n1:name>Продаем слон</n1:name>
         <n1:networkTargeting xsi:nil="true"></n1:networkTargeting>
         <n1:schedule xsi:nil="true"></n1:schedule>
         <n1:status xsi:nil="true"></n1:status>
       </n1:campaign>
     </n1:addCampaign>
   </env:Body>
</env:Envelope>

Response:
<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/v11">45</responseTime>
   <operations
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next"
soapenv:mustUnderstand="0"
xmlns="https://adwords.google.com/api/adwords/v11">1</operations>
   <units soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next"
soapenv:mustUnderstand="0"
xmlns="https://adwords.google.com/api/adwords/v11">1</units>
   <requestId soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next"
soapenv:mustUnderstand="0"
xmlns="https://adwords.google.com/api/adwords/v11">6fb5dec7a6ce521ae0833ff7d9bf0c5e</requestId>
  </soapenv:Header>
  <soapenv:Body>
   <soapenv:Fault>
      <faultcode>soapenv:Server.userException</faultcode>
      <faultstring>One or more input elements failed
validation.</faultstring>
      <detail>
       <ns1:fault xmlns:ns1="https://adwords.google.com/api/adwords/v11">
        <ns1:code>122</ns1:code>
        <ns1:message>One or more input elements failed
validation.</ns1:message>
        <ns1:errors>
         <ns1:index>0</ns1:index>
         <ns1:field>name</ns1:field>
         <ns1:trigger>&#x41F;&#x440;&#x43E;&#x434;&#x430;&#x435;&#x43C;
&#x441;&#x43B;&#x43E;&#x43D;</ns1:trigger>
         <ns1:code>36</ns1:code>
         <ns1:isExemptable>false</ns1:isExemptable>
         <ns1:detail>These characters are not allowed: &#x41F;, &#x430;,
&#x434;, &#x435;, &#x43B;, &#x43C;, &#x43D;, &#x43E;, &#x440;,
&#x441;</ns1:detail>
      </ns1:errors>
     </ns1:fault>
    </detail>
   </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>

lukas.benes пишет:

--
Успехов!

    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
AdWords API Advisor Google employee  
View profile  
(1 user)  More options Jul 1 2008, 11:50 am
From: AdWords API Advisor <adwordsapiadvi...@google.com>
Date: Tue, 1 Jul 2008 08:50:25 -0700 (PDT)
Local: Tues, Jul 1 2008 11:50 am
Subject: Re: AdWords API Problem with diacritics in campaign name
Hello,

 I can confirm that the Sandbox is rejecting those Cyrillic characters
in Campaign names. If you send the same request to the Production
servers it should go through without issue.

 The Sandbox should match the validation logic in Production, and
those characters should be considered valid, so there's something
amiss in the Sandbox. I'll let the core engineering team know and see
if there is a difference in configuration somewhere.

 Thanks for sending along that sample.

Cheers,
-Jeff Posnick, AdWords API Team

On Jul 1, 4:56 am, Hypper <1hypp...@gmail.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "AdWords API Re: Problem with diacritics in campaign name" by Hypper
Hypper  
View profile  
 More options Jul 14 2008, 4:39 am
From: Hypper <1hypp...@gmail.com>
Date: Mon, 14 Jul 2008 12:39:58 +0400
Local: Mon, Jul 14 2008 4:39 am
Subject: Re: AdWords API Re: Problem with diacritics in campaign name
Hello!

Problem still not solved in Sandbox. Would you let me now if problem
just ignored?

AdWords API Advisor пишет:

--
CU!

    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
AdWords API Advisor Google employee  
View profile  
(1 user)  More options Jul 14 2008, 11:56 am
From: AdWords API Advisor <adwordsapiadvi...@google.com>
Date: Mon, 14 Jul 2008 08:56:15 -0700 (PDT)
Local: Mon, Jul 14 2008 11:56 am
Subject: Re: AdWords API Re: Problem with diacritics in campaign name
Hello Hypper,

 I'm sorry that it's taking some time to get to the bottom of the
issue. There is a bug in with the engineering team regarding it and it
is not being ignored, no. It does sometimes take longer to resolve
issues with the Sandbox than with the production environment, and I'll
let you know when there's an update. Thanks for your patience in the
meantime.

Cheers,
-Jeff Posnick, AdWords API Team

On Jul 14, 4:39 am, Hypper <1hypp...@gmail.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google