Skip to content

Commit

Permalink
Update tag in Customer Match example
Browse files Browse the repository at this point in the history
  • Loading branch information
laurachevalier4 authored May 12, 2023
1 parent 472aa89 commit e295c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/remarketing/add_customer_match_user_list.pl
Original file line number Diff line number Diff line change
Expand Up @@ -414,10 +414,10 @@ ()
}

# Prints information about the Customer Match user list.
# [START add_customer_match_user_list_5]
sub print_customer_match_user_list_info {
my ($api_client, $customer_id, $user_list_resource_name) = @_;

# [START add_customer_match_user_list_5]
# Create a query that retrieves the user list.
my $search_query =
"SELECT user_list.size_for_display, user_list.size_for_search " .
Expand All @@ -440,6 +440,7 @@ sub print_customer_match_user_list_info {
service => $google_ads_service,
request => $search_stream_request
});
# [END add_customer_match_user_list_5]

# Issue a search request and process the stream response to print out some
# information about the user list.
Expand All @@ -459,7 +460,6 @@ sub print_customer_match_user_list_info {
"Reminder: It may take several hours for the user list to be populated " .
"with the users so getting zeros for the estimations is expected.\n";
}
# [END add_customer_match_user_list_5]

# Normalizes and hashes a string value.
sub normalize_and_hash {
Expand Down

0 comments on commit e295c07

Please sign in to comment.