Dear Vincent
         Thanks very much for your reply.this is my code.

<x:Envelope xmlns:x="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:v="https://adwords.google.com/api/adwords/rm/v201702"; 
xmlns:v1="https://adwords.google.com/api/adwords/cm/v201702"; 
><x:Header><v:RequestHeader><v1:clientCustomerId>XXXXXXXXX</v1:clientCustomerId><v1:developerToken>XXXXXXX</v1:developerToken><v1:userAgent>test</v1:userAgent><v1:validateOnly>false</v1:validateOnly><v1:partialFailure>false</v1:partialFailure></v:RequestHeader></x:Header><x:Body>
<v:mutate>
<v:operations>
<v1:operator>ADD</v1:operator>
<v:operand xmlns:ns8="https://adwords.google.com/api/adwords/rm/v201702"; 
xsi:type="ns8:ExpressionRuleUserList">
<v:name>开发测试</v:name>
<v:description>test-operand-description</v:description>
<v:status>CLOSED</v:status>
<v:membershipLifeSpan>10</v:membershipLifeSpan>
<v:prepopulationStatus>REQUESTED</v:prepopulationStatus>
<v:rule>
<v:groups>
<v:items>
<v:StringRuleItem>
<v:key>
<v:name>url__</v:name>
</v:key>
<v:op>CONTAINS</v:op>
<v:value>example.com</v:value>
</v:StringRuleItem>
</v:items>
</v:groups>
</v:rule>
</v:operand>
</v:operations>
</v:mutate></x:Body></x:Envelope>
However it doesn't work.can you help me correct the code because  I have 
too little knowledge of xml .
在 2017年12月20日星期三 UTC+8下午1:55:30,Vincent Racaza (AdWords API Team)写道:
>
> Hi,
>
> The error UserListError.CONCRETE_TYPE_REQUIRED 
> <https://developers.google.com/adwords/api/docs/reference/v201710/AdwordsUserListService.UserListError.Reason#CONCRETE_TYPE_REQUIRED>
>  means that you need to specify the type of user list in your request. Upon 
> checking your SOAP request, indeed, you didn't specify the type attribute 
> in the operand element. You may check the sample SOAP request snippet 
> below with *type* for reference.
>
> <operand xmlns:ns8="https://adwords.google.com/api/adwords/rm/v201710"; 
> *xsi:type="ns8:ExpressionRuleUserList"*>
>
> For additional information on Remarketing and Audience Targeting, you can 
> visit this link 
> <https://developers.google.com/adwords/api/docs/guides/remarketing>, and 
> you can also see the sample codes here 
> <https://developers.google.com/adwords/api/docs/guides/remarketing#code_examples>
> .
>
> Thanks,
> Vincent
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
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
--- 
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 [email protected].
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/22f6cc44-acfa-49af-9ece-4429882358cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • UserListError.CO... 18824261965
    • Re: UserLis... 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
      • Re: Use... 18824261965
        • Re:... 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
          • ... 18824261965
            • ... 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
        • Re:... 'Vincent Racaza (AdWords API Team)' via AdWords API Forum

Reply via email to