Skip to content

Commit f10fcac

Browse files
authored
Add region to AddCustomerMatchUserList for guide (#469)
Fixes b/194100911
1 parent 2e68acf commit f10fcac

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

google-ads-examples/src/main/java/com/google/ads/googleads/examples/remarketing/AddCustomerMatchUserList.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ private List<OfflineUserDataJobOperation> buildOfflineUserDataJobOperations()
260260
throw new RuntimeException("Missing SHA-256 algorithm implementation", e);
261261
}
262262

263+
// [START add_customer_match_user_list_2]
263264
// Creates the first user data based on an email address.
264265
UserData userDataWithEmailAddress =
265266
UserData.newBuilder()
@@ -280,6 +281,7 @@ private List<OfflineUserDataJobOperation> buildOfflineUserDataJobOperations()
280281
.setCountryCode("US")
281282
.setPostalCode("10011")))
282283
.build();
284+
// [END add_customer_match_user_list_2]
283285

284286
// Creates the operations to add the two users.
285287
List<OfflineUserDataJobOperation> operations = new ArrayList<>();

0 commit comments

Comments
 (0)