googleads / google-ads-python

Google Ads API Client Library for Python
Apache License 2.0
526 stars 480 forks source link

membership_life_span cannot be set for FlexibleRuleUserList #826

Closed laurachevalier4 closed 10 months ago

laurachevalier4 commented 10 months ago

membership_life_span cannot be set for FlexibleRuleUserList. We should update the add_flexible_rule_user_list example to remove the line that sets this to 365, as this value is ignored for this type of user list. This value is set to a default value of 540 for FlexibleRuleUserList regardless of user-provided value. This is a special case that doesn't apply to other list types, so no need to update other examples.

BenRKarl commented 10 months ago

This will be fixed once this PR is merged: https://github.com/googleads/google-ads-python/pull/830

BenRKarl commented 10 months ago

This is resolved in version 23.0.0