Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ApiTypeError: Invalid type for variable 'contact_list_id' #12

Open
ajendrex opened this issue Dec 1, 2022 · 1 comment
Open

ApiTypeError: Invalid type for variable 'contact_list_id' #12

ajendrex opened this issue Dec 1, 2022 · 1 comment

Comments

@ajendrex
Copy link

ajendrex commented Dec 1, 2022

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.

@ouvreboite
Copy link
Contributor

Thank you, we will take that into consideration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants