Hashing (md5)
Lists of phone numbers and email addresses transmitted to Yandex.Metrica can be md5 hashed. In this case, each entry must be hashed separately.
Before hashing, you should normalize the data:
Field |
Description |
|
List of the client's phone numbers. A numeric string containing a mobile phone number with a country code. You can't use spaces or extra characters.
|
|
List of client's email addresses. A string in Latin including the @ symbol and domain name. You can't use uppercase letters.
|
Sample entries without hashing:
phones_md5,emails_md5
79876543210,mail@yandex.ru
79012345678,example2@yandex.ru
Sample entries with hashed values:
phones_md5,emails_md5
a31259d185ad013e0a663437c605d056,78ee6d68f49d2c90397d9ff77fc3814d1
702e8494aeb560dff987eh623e71ccf8,f5ge43thaeb67df89875777e71bccf88i
Was the article helpful?
Previous