You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I received the following error when using AudienceApi(client).modify_audience_users() method:
criteo_api_marketingsolutions_v2022_10.exceptions.ApiTypeError: Invalid type for variable 'contact_list_id'. Required value type is str and passed type was int at ['received_data']['data']['attributes']['contact_list_id']
I got rid of the error by adding discard_unknown_keys=True to the configuration initialization, but wanted to let you know here.
The text was updated successfully, but these errors were encountered:
I received the following error when using
AudienceApi(client).modify_audience_users()
method:I got rid of the error by adding
discard_unknown_keys=True
to the configuration initialization, but wanted to let you know here.The text was updated successfully, but these errors were encountered: