Good day
I am trying to modify a Rule-based user list using the API.
For user lists that were created using the API, it words fine.
For user lists that were created manually via the AdWords GUI, I am getting the exception UserListError.INVALID_TYPE
What I have seen when using the "get" is that the user lists created with the API have
listType = RULE_BASED
UserList.Type = ExpressionRuleUserList
whereas the user lists created manually have
listType = null
UserList.Type = UserList
I have tried to set these fields when doing the modify operation, but that does not help.
Is there any work around for this?