Hi Luis,

Yes, I still receive the same error. I am coding in Node and using this 
package: https://www.npmjs.com/package/node-adwords to connect to the api.

As I mentioned before, I can create campaigns, adwords, and other criterions 
for gender, age, etc. with no error. Here is the SOAP request:

<?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:tns="https://adwords.google.com/api/adwords/cm/v201710"; 
xmlns:jaxb="http://java.sun.com/xml/ns/jaxb";>

<soap:Header>

<ns1:RequestHeader 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201710"; 
xmlns="https://adwords.google.com/api/adwords/cm/v201710";>

<ns1:developerToken>xxxxx</ns1:developerToken>

<ns1:userAgent>xxxxx</ns1:userAgent>

<ns1:validateOnly>false</ns1:validateOnly>

<ns1:clientCustomerId>xxx-xxx-xxxx</ns1:clientCustomerId>

</ns1:RequestHeader>

</soap:Header>

<soap:Body>

<mutate xmlns="https://adwords.google.com/api/adwords/cm/v201710";>

<operations>

<operator>ADD</operator>

<operand xsi:type="AdGroupCriterion">

<adGroupId>xxxxxxxx</adGroupId>

<criterion xsi:type="CriterionUserInterest">

<id>80675</id>

</criterion>

</operand>

</operations>

</mutate>

</soap:Body>

</soap:Envelope>


Error:


<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>

<soap:Header>

<ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201710";>

<requestId>000562f9926f88780a017e03a0048c41</requestId>

<serviceName>AdGroupCriterionService</serviceName>

<methodName>mutate</methodName>

<operations>1</operations>

<responseTime>597</responseTime>

</ResponseHeader>

</soap:Header>

<soap:Body>

<soap:Fault>

<faultcode>soap:Server</faultcode>

<faultstring>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.&lt;init&gt;(InternalApiErro]</faultstring>

<detail>

<ApiExceptionFault 
xmlns="https://adwords.google.com/api/adwords/cm/v201710";>

<message>

[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.&lt;init&gt;(InternalApiErro]</message>

<ApplicationException.Type>ApiException</ApplicationException.Type>

<errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="InternalApiError">

<fieldPath>

</fieldPath>

<trigger></trigger>

<errorString>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR</errorString><ApiError.Type>InternalApiError</ApiError.Type><reason>UNEXPECTED_INTERNAL_API_ERROR</reason>

</errors>

</ApiExceptionFault>

</detail>

</soap:Fault>

</soap:Body>

</soap:Envelope>


Thanks,

Nima


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/502c141f-0fb8-45d1-93e7-7cb53009c4b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • UNEXPECTED_IN... Nima Mirbakhsh
    • Re: UNEX... 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
      • Re: ... Nima Mirbakhsh
        • ... 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
          • ... 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
            • ... 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum

Reply via email to