googleads / google-ads-dotnet

This project hosts the .NET client library for the Google Ads API.
https://developers.google.com/google-ads/api
Apache License 2.0
73 stars 97 forks source link

membership_life_span cannot be set for FlexibleRuleUserList #544

Closed laurachevalier4 closed 9 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.