Ok, perhaps a good alternative would be creating a new parameter to
include adult keywords or not, as in the web interface. Something like
the parameter "useSynonyms" in the API.

Thank you very much,
Max

On Nov 19, 4:32 pm, AdWords API Advisor <[EMAIL PROTECTED]>
wrote:
> Hello Max,
>
>  Yes, it looks like passing in "adult" keywords to the
> getKewordVariations() methods does lead to this exception. I'll find
> out from the engineering team whether this is intentional (in which
> case we'll update the documentation accordingly).
>
> Cheers,
> -Jeff Posnick, AdWords API Team
>
> On Nov 18, 4:07 pm, Max <[EMAIL PROTECTED]> wrote:
>
> > Hi folks,
>
> > Recently, the KeywordTool was updated in both places, web interface
> > and API. I noticed that the web interface now has the adult content
> > filter and in the API there are two new fields: average search volume
> > in recent months and last month. All the improvments are great !
>
> > But I think it is strange that when trying to submit a word that is
> > related to adult content, the API returns the following error message:
>
> > Request:
>
> > POST /api/adwords/v13/KeywordToolService HTTP/1.0
> > Host: adwords.google.com
> > User-Agent: NuSOAP/0.7.3 (1.114)
> > Content-Type: text/xml; charset=UTF-8
> > SOAPAction: ""
> > Content-Length: 1059
>
> > <?xml version="1.0" encoding="UTF-8"?>
> > <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/
> > envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:SOAP-
> > ENC="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:ns7020="http://
> > tempuri.org">
> >         <SOAP-ENV:Header>
> >                 <email>INSERT_LOGIN_EMAIL_HERE</email>
> >                 <password>INSERT_PASSWORD_HERE</password>
> >                 <clientEmail>INSERT_CLIENT_LOGIN_EMAIL_HERE</clientEmail>
> >                 <useragent>INSERT_COMPANY_NAME</useragent>
> >                 <developerToken>INSERT_DEVELOPER_TOKEN_HERE</developerToken>
> >                 
> > <applicationToken>INSERT_APPLICATION_TOKEN_HERE</applicationToken>
> >                 </SOAP-ENV:Header>
> >         <SOAP-ENV:Body>
> >                 <getKeywordVariations>
> >                         <seedKeywords>
> >                                 <negative>false</negative>
> >                                 <text>porn movie</text>
> >                                 <type>Exact</type>
> >                         </seedKeywords>
> >                         <useSynonyms>true</useSynonyms>
> >                         <languages>es</languages>
> >                         <countries>US</countries>
> >                 </getKeywordVariations>
> >         </SOAP-ENV:Body>
> > </SOAP-ENV:Envelope>
>
> > Response:
>
> > HTTP/1.1 500 Internal Server Error
> > Content-Type: text/xml; charset=utf-8
> > Transfer-Encoding: chunked
> > Date: Tue, 18 Nov 2008 20:29:49 GMT
> > X-Content-Type-Options: nosniff
> > Expires: Tue, 18 Nov 2008 20:29:49 GMT
> > Cache-Control: private, max-age=0
> > Server: GFE/1.3
> > Connection: Close
>
> > <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/v13">622</responseTime>
> >                 <operations 
> > soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
> > next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/
> > adwords/v13">0</operations>
> >                 <units 
> > soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
> > soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/
> > adwords/v13">0</units>
> >                 <requestId 
> > soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
> > next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/
> > adwords/v13">76358a9f559291b6ac4286bb7b9b5aca</requestId>
> >         </soapenv:Header>
> >         <soapenv:Body>
> >                 <soapenv:Fault>
> >                         
> > <faultcode>soapenv:Server.generalException</faultcode>
> >                         <faultstring>There was an error contacting the 
> > keyword variation
> > server.</faultstring>
> >                         <detail>
> >                                 <ns1:fault 
> > xmlns:ns1="https://adwords.google.com/api/adwords/v13";>
> >                                 <ns1:code>95</ns1:code>
> >                                 <ns1:message>There was an error contacting 
> > the keyword variation
> > server.</ns1:message>
> >                                 </ns1:fault>
> >                         </detail>
> >                 </soapenv:Fault>
> >         </soapenv:Body>
> > </soapenv:Envelope>
>
> > Anybody else had the same problem ?
>
> > tks,
> > Max
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to