Hello,
I am trying to remove user list with Google Ads API and Python.
Unfortunately, it doesn't work.
user_list_operation = UserListOperation()
user_list_operation.remove = f
"customers/{customer_id}/userLists/{userListId}"
user_list_response = googleAPI.user_list_service.mutate_user_lists(
customer_id, [user_list_operation]
)
In this code, API returns "Requested entity was not found" message and
BAD_RESOURCE_ID error although we are using correct customer id and user
list id. Actually it always returns that my userListId is invalid. Is there
a problem like userLIstId format that I should care about when I put this
id in?
Any help would be appreciated. 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 [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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/751434df-c202-4397-8d18-386c2806ba24n%40googlegroups.com.