Hello,

I'm trying to create an audience with type customer match and add / remove 
users to it. I do not want to use the client libraries, as our project just 
want to use audience upload feature and I don't want to bundle the complete 
client libraries, rather would like to use the rest interface for the same. 

I have gone through the google ads documentation on how to use rest 
interface for authentication 
<https://developers.google.com/google-ads/api/docs/rest/auth> and also for 
Creating a Customer Match UserList in this link 
<https://developers.google.com/google-ads/api/docs/samples/add-customer-match-user-list>
 (java 
client lib specific). 

I would like get a confirmation that below are supported with the rest  
(JSON) interface for Google Ads as I see some of the conversations (
conversation-1 
<https://groups.google.com/u/1/g/adwords-api/c/_fVeLZBSMCw/m/UxhwUWFVCwAJ>, 
conversation-2 <https://groups.google.com/u/0/g/adwords-api/c/rqPQD0e3v5Y>) 
in the mid of 2020 says that rest interface does not support adding / 
removing the users to/from the user list for Google Ads. 

1. Create a Customer Match user list.
     1.1 Create new user list.
     1.2 Create operation.
     1.3 Create service client.
     1.4 Add the user list.
2. Add members to the user list either by using OfflineUserDataJobService / 
UserDataService
     2.1 Create a new offline user data job.
     2.2 Issue a request to create the offline user data job.
     2.3 Issue a request to add the operations to the offline user data job
     2.4 Print the status message if any partial failure error is returned.
3. Remove members to the user list either by 
using OfflineUserDataJobService / UserDataService
     3.1 Create a new offline user data job.
     3.2 Issue a request to create the offline user data job.
     3.3 Issue a request to remove the operations to the offline user data 
job
     3.4 Print the status message if any partial failure error is returned.

Could you please confirm whether the REST JSON for Google Ads is supported 
for the above operations mainly add and remove users to the user list for 
customer-match audience type. 

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/50d2c5b0-089a-4521-995e-69659ac2ecebn%40googlegroups.com.

Reply via email to