Hi Mitchell,

Just a follow up on the previous email, I'm trying to upload 1000+ members 
to my audience list with the SOAP:XML format: 

<?xml version="1.0"?>
<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>
        <ns1:RequestHeader 
xmlns:ns1="https://adwords.google.com/api/adwords/rm/v201809"; 
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next"; 
soapenv:mustUnderstand="0">
            <ns1:clientCustomerId>xxx-xxx-xxxx</ns1:clientCustomerId>
            <ns1:developerToken>Rxxxxxxxxxxxx</ns1:developerToken>
            <ns1:userAgent>example.com:Test:xxx</ns1:userAgent>
            <ns1:validateOnly>false</ns1:validateOnly>
            <ns1:partialFailure>false</ns1:partialFailure>
        </ns1:RequestHeader>
    </soapenv:Header>
    <soapenv:Body>
        <mutateMembers 
xmlns="https://adwords.google.com/api/adwords/rm/v201809";>
            <operations>
                <ns7:operator 
xmlns:ns7="https://adwords.google.com/api/adwords/cm/v201809";>ADD</ns7:operator>
                <operand>
                    <userListId>xxxxxxxxxx</userListId>
                    <membersList>
                        
<hashedEmail>d480ad3fc4b40ae4361e4b26e223a0a5c0f04e3baf92a600ff42690d5576d136</hashedEmail>
                        
<hashedPhoneNumber>4dc2b26583b308da70acbee670b5a5946dc37ca38ee71f9be023a0b093fa5b2b</hashedPhoneNumber>
                        <addressInfo>
                            
<hashedFirstName>0d2c690e7dd5f94780383e9dfa1f4def044319104ad16ab15e45eeb2a8dfc81b</hashedFirstName>
                            
<hashedLastName>b55d31756452520fc568e5981fdbb68185c8f9d38c9f91c15fe10afd2499f5c6</hashedLastName>
                            <countryCode>au</countryCode>
                            <zipCode> 4006 </zipCode>
                        </addressInfo>
                        
<hashedEmail>779a43be8a05b79f0212b5aa6694f6e9f81de948b82cd5f9e2e2cbd14aa2f016</hashedEmail>
                        
<hashedPhoneNumber>180d55631635a69f13578de3306e4a68b81804364c5a301cadb227831b7a054e</hashedPhoneNumber>
                        <addressInfo>
                            
<hashedFirstName>01621148306fc8fb7c2b95eeb5c37e375f90db53cf8313ea87c9c34c05b7e0e5</hashedFirstName>
                            
<hashedLastName>2a99130aeeee5aa3403ae8b3723f4d66b190d3c4e7c4a202f6498e72a25d36f4</hashedLastName>
                            <countryCode>au</countryCode>
                            <zipCode> 4006 </zipCode>
                        </addressInfo>
                    </membersList>
                </operand>
            </operations>
        </mutateMembers>
    </soapenv:Body>
</soapenv:Envelope>

Also, my audience list has the membership status as "OPEN" and when I put 
the request in postman, its getting a 200 status back with the last upload 
date changing. However, the size uploaded doesn't seem to change at all. 
Still saying there's 0 members in my audience list. Not sure if its because 
I'm on a test account or something else. 

Cheers,
Greg 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3d6c81c0-4db4-4193-ad69-2409d2b90c6d%40googlegroups.com.

Reply via email to