<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cm="https://adwords.google.com/api/adwords/cm/v201509" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:tns="https://adwords.google.com/api/adwords/rm/v201509" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Header>
<ns1:RequestHeader xmlns:ns1="https://adwords.google.com/api/adwords/rm/v201509" xmlns="https://adwords.google.com/api/adwords/rm/v201509">
<ns1:userAgent>XX</ns1:userAgent>
<ns1:developerToken>XXXXX</ns1:developerToken>
<ns1:clientCustomerId>xxx</ns1:clientCustomerId>
</ns1:RequestHeader>
</soap:Header>
<soap:Body>
<mutate xmlns="https://adwords.google.com/api/adwords/rm/v201509">
<operations>
<operator>ADD</operator>
<operand>
<name>Woopra Label: test-label-name</name>
<description>This User List has been created to mirror the woopra label.</description>
<integrationCode>test-label-Id</integrationCode>
<accountUserListStatus>ACTIVE</accountUserListStatus>
<membershipLifeSpan>90</membershipLifeSpan>
<listType>RULE_BASED</listType>
<rule>
<groups>
<items>
<StringRuleItem>
<key>Woopra-Label: test-label-Id</key>
<op>EQUALS</op>
<value>true</value>
</StringRuleItem>
</items>
</groups>
</rule>
</operand>
</operations>
</mutate>
</soap:Body>
</soap:Envelope>
<soap:Body>
<mutate xmlns="https://adwords.google.com/api/adwords/rm/v201509">
<operations>
<operator>ADD</operator>
<operand>
<ExpressionRuleUserList>
<id xsi:nil="true" />
<name>Woopra Label: test-label-Id</name>
<integrationCode>test-label-Id</integrationCode>
<rule>
<groups>
<items>
<StringRuleItem>
<key>Woopra_Label-test-label-Id</key>
<op>EQUALS</op>
<value>true</value>
</StringRuleItem>
</items>
</groups>
</rule>
</ExpressionRuleUserList>
</operand>
</operations>
</mutate>
</soap:Body>
<soap:Body>
<mutate xmlns="https://adwords.google.com/api/adwords/rm/v201509">
<operations>
<operator>ADD</operator>
<operand xsi:type="ExpressionRuleUserList">
<name>Woopra Label: test-label-Id</name>
<integrationCode>test-label-Id</integrationCode>
<rule>
<groups>
<items xsi:type="StringRuleItem">
<key>Woopra_Label-test-label-Id</key>
<op>EQUALS</op>
<value>true</value>
</items>
</groups>
</rule>
</operand>
</operations>
</mutate>
</soap:Body>
Cannot construct an instance of com.google.ads.api.services.datax.userlists.rule.RuleItem because it is abstract. You are probably missing an @Uses annotation while invoking public abstract com.google.ads.api.services.datax.userlists.UserListReturnValue com.google.ads.api.services.datax.adwordsuserlist.AdwordsUserListService.mutate(java.util.List) throws com.google.ads.api.services.common.error.ApiException with params [[com.google.ads.api.services.datax.adwordsuserlist.v201509.jaxbgen.UserListOperation@47c87410]].
<soap:Body> <mutate xmlns="https://adwords.google.com/api/adwords/rm/v201509"> <operations> <operator>ADD</operator> <operand xsi:type="ExpressionRuleUserList">
<name>Woopra_test_label_Id</name> <integrationCode>test_label_Id</integrationCode>
<rule> <groups> <items xsi:type="StringRuleItem"> <key>
<name>Woopra_test_label_Id</name>
</key> <op>EQUALS</op> <value>true</value> </items> </groups> </rule> </operand> </operations> </mutate> </soap:Body>
<env:Body>
<mutate xmlns="https://adwords.google.com/api/adwords/rm/v201509">
<operations>
<ns0:operator>ADD</ns0:operator>
<operand xsi:type="ExpressionRuleUserList">
<name>Users who checked out in November or December OR visited the checkout page with more than one item in their cart</name>
<description>Expression based user list</description>
<rule>
<groups>
<items>
<StringRuleItem>
<key>
<name>ecomm_pagetype</name>
</key>
<op>EQUALS</op>
<value>checkout</value>
</StringRuleItem>
<NumberRuleItem>
<key>
<name>cartsize</name>
</key>
<op>GREATER_THAN</op>
<value>1.0</value>
</NumberRuleItem>
</items>
</groups>
<groups>
<items>
<DateRuleItem>
<key>
<name>checkoutdate</name>
</key>
<op>AFTER</op>
<value>20141031</value>
</DateRuleItem>
<DateRuleItem>
<key>
<name>checkoutdate</name>
</key>
<op>BEFORE</op>
<value>20150101</value>
</DateRuleItem>
</items>
</groups>
</rule>
</operand>
</operations>
<operations>
<ns0:operator>ADD</ns0:operator>
<operand xsi:type="DateSpecificRuleUserList">
<name>Date rule user list created at 2015-12-18 09:52:45 -0500</name>
<description>Users who visited the site between 20141031 and 20150331 and checked out in November or December OR visited the checkout page with more than one item in their cart</description>
<rule>
<groups>
<items>
<StringRuleItem>
<key>
<name>ecomm_pagetype</name>
</key>
<op>EQUALS</op>
<value>checkout</value>
</StringRuleItem>
<NumberRuleItem>
<key>
<name>cartsize</name>
</key>
<op>GREATER_THAN</op>
<value>1.0</value>
</NumberRuleItem>
</items>
</groups>
<groups>
<items>
<DateRuleItem>
<key>
<name>checkoutdate</name>
</key>
<op>AFTER</op>
<value>20141031</value>
</DateRuleItem>
<DateRuleItem>
<key>
<name>checkoutdate</name>
</key>
<op>BEFORE</op>
<value>20150101</value>
</DateRuleItem>
</items>
</groups>
</rule>
<startDate>20141031</startDate>
<endDate>20150331</endDate>
</operand>
</operations>
</mutate>
</env:Body>
<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/rm/v201509" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:cm="https://adwords.google.com/api/adwords/cm/v201509"><soap:Header><ns0:RequestHeader xmlns:ns0="https://adwords.google.com/api/adwords/rm/v201509" xmlns="https://adwords.google.com/api/adwords/rm/v201509"><ns0:userAgent>Woopra:AppConnect:getTrackers</ns0:userAgent><ns0:developerToken>XXXXX</ns0:developerToken><ns0:clientCustomerId>4579826953</ns0:clientCustomerId></ns0:RequestHeader></soap:Header><soap:Body><mutate xmlns="https://adwords.google.com/api/adwords/rm/v201509"><operations><ns0:operator>ADD</ns0:operator><operand xsi:type="ExpressionRuleUserList"><name>Woopra_test_label_Id</name><description>This User List has been created to mirror the woopra label.</description><integrationCode>test_label_Id</integrationCode><rule><groups><items><StringRuleItem><key><name>Woopra_test_label_Id</name></key><op>EQUALS</op><value>true</value></StringRuleItem></items></groups></rule></operand></operations></mutate></soap:Body></soap:Envelope>
<?xml version="1.0" encoding="UTF-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cm="https://adwords.google.com/api/adwords/cm/v201509" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:tns="https://adwords.google.com/api/adwords/rm/v201509" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soap:Header>
<ns1:RequestHeader xmlns:ns1="https://adwords.google.com/api/adwords/rm/v201509" xmlns="https://adwords.google.com/api/adwords/rm/v201509"> <ns1:userAgent>Woopra:AppConnect:getTrackers</ns1:userAgent> <ns1:developerToken>XXX</ns1:developerToken> <ns1:clientCustomerId>XXX</ns1:clientCustomerId> <ns1:validateOnly>true</ns1:validateOnly> </ns1:RequestHeader>
</soap:Header> <soap:Body> <mutate xmlns="https://adwords.google.com/api/adwords/rm/v201509">
<operations xmlns:ns0="https://adwords.google.com/api/adwords/rm/v201509">
<ns0:operator>ADD</ns0:operator> <operand xsi:type="ExpressionRuleUserList"> <name>Woopra_test_label_Id</name> <description>This User List has been created to mirror the woopra label.</description> <integrationCode>test_label_Id</integrationCode> <rule> <groups> <items> <StringRuleItem> <key> <name>Woopra_test_label_Id</name> </key> <op>EQUALS</op> <value>true</value> </StringRuleItem> </items> </groups> </rule> </operand> </operations> </mutate> </soap:Body> </soap:Envelope>
...
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api...@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 a topic in the Google Groups "AdWords API Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-api/osBZcV05iqo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adwords-api...@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/a29ca92f-5650-48c1-8d65-63d7bedbc5ec%40googlegroups.com.
<mutate xmlns="https://adwords.google.com/api/adwords/rm/v201509"> <operations> <operator xmlns="https://adwords.google.com/api/adwords/cm/v201509">ADD</operator> <operand xsi:type="ExpressionRuleUserList"> <name>Expression based user list created at 20160108_103956</name> <description>Users who checked out in six month window OR visited the checkout page with more than one item in their cart</description> <rule> <groups> <items> <StringRuleItem> <key>
Cheers,
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api...@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 a topic in the Google Groups "AdWords API Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-api/osBZcV05iqo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adwords-api...@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/ed1bf410-d16e-428a-b80d-473824337840%40googlegroups.com.