Chris, according to the documentation you can send arrays of string with em parameter, yes. What I honestly don’t know is how FB digests and approaches such cases.
not sure either, I guess the concept is that you might have another email to match against? the same as external ID where there may be more that one datapoint?
with the Stape Facebook Conversion API, could it handle an array of emails in user_data?
I was thinking it would probably be a check to see if any user_data contains “email” (and probably phone) in the templatedata. maybe a checkbox to either overwrite the current data or string array it if that makes sense.
The tag will now accept and handle arrays for the fields that accept it. So if you put and array of emails into the Email field - each email will be hashed individually and those hashes will be sent as an array.