Hello Team, I'm creating the customer-match user list using the java client library and I have a below question in the example <https://github.com/googleads/google-ads-java/blob/master/google-ads-examples/src/main/java/com/google/ads/googleads/examples/remarketing/AddCustomerMatchUserList.java> provided:
// Creates the first user data based on an email address. UserData userDataWithEmailAddress = UserData.newBuilder().addUserIdentifiers(UserIdentifier.newBuilder().setHashedEmail(normalizeAndHash(sha256Digest, "custo...@example.com"))).build(); //Creates the second user data based on a physical address. UserData userDataWithPhysicalAddress =UserData.newBuilder().addUserIdentifiers(UserIdentifier.newBuilder().setAddressInfo(OfflineUserAddressInfo.newBuilder().setHashedFirstName(normalizeAndHash(sha256Digest, "John")).setHashedLastName(normalizeAndHash(sha256Digest, "Doe")).setCountryCode("US").setPostalCode("10011"))).build(); 1) Is it there any relationship between the 1st user data and the 2nd? i.e. John Doe's email is custo...@example.com 2) Or both the user data is unrelated and this audience will target whoever has given email and whoever else has the given firstname and last name? Or in other words, - Do GoogleAds needs any correlation between the first and second user data? - Do GoogleAds internally maintains this relationship between email and the address? If so, then I see it is mandatory to maintain the order between these two user data. Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/2e7d6d3f-06ee-4319-bc3a-a8e2a243406an%40googlegroups.com.