Facebook Tag Advanced Matching

Silver Contributor
Silver Contributor

Values for Facebook Tag advances matching are converted into lowercase 

val = val.replace(/\s/g, "").toLowerCase();
 
Is there a reason for that? Can it be desabled?
1 REPLY 1

Facebook Tag Advanced Matching

Moderator
Moderator

Hi @simlev ,

in case you're still wondering about this, here's the FB documentation about their Advanced Matching functionality, if you check the 'Description' column in the 'Customer Information Data Parameters' section, you can see that nearly every field is supposed to be sent lowercased (sometimes with spaces and puncutation removed as well). 

That's because JOHN, John, jOhN, and john (etc.) will all produce different hashes because of the differences in capitalization - it makes much more sense for FB just to store the hash of 'john' instead of every possible variant's hash.

Does that help?

Best
Caleb

Public