Skip to content

Commit fb2f477

Browse files
authored
Remove the reference for setting Customer Match membership to no expiration (#510)
1 parent 35e0ae1 commit fb2f477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/remarketing/add_customer_match_user_list.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ def create_customer_match_user_list(client, customer_id)
5858
ul.name = "Customer Match List #{(Time.new.to_f * 1000).to_i}"
5959
ul.description = "A list of customers that originated from email and " \
6060
"physical addresses"
61-
# Customer Match user lists can use a membership life span of 10000 to
62-
# indicate unlimited; otherwise normal values apply.
61+
# Membership life span must be between 0 and 540 days inclusive. See:
62+
# https://developers.google.com/google-ads/api/reference/rpc/latest/UserList#membership_life_span
6363
# Sets the membership life span to 30 days.
6464
ul.membership_life_span = 30
6565
ul.crm_based_user_list = client.resource.crm_based_user_list_info do |crm|

0 commit comments

Comments
 (0)