Forums Forums White Hat SEO PPC What’s the proper way to sanitize, normalize, and hash first-party data for Google, Facebook, Twitter, Reddit, etc.?

  • PPC

    What’s the proper way to sanitize, normalize, and hash first-party data for Google, Facebook, Twitter, Reddit, etc.?

    Posted by No-Chocolate-3500 on August 26, 2023 at 4:58 pm

    I’m mainly asking about email addresses.

    First of all, do all those platforms use SHA256 to hash?

    I understand that proper way to sanitize and address would be to remove any spaces and lowercase it.

    But then, do we remove anything after +? Like [[email protected]](mailto:[email protected]) do we remove +extradata? Makes sense since all of those would go to the same mailbox. And people use this to differentiate where they sign up. But do all platforms do that when comparing hash?

    Also, Google says they remove any dots in the name. That’s because Gmail disregards dots. So [[email protected]](mailto:[email protected]) and [[email protected]](mailto:[email protected]) and [[email protected]](mailto:[email protected]) would be the same. Again makes sense to do that for Google.

    But do other platforms do that as well?

    If I have email address [[email protected]](mailto:[email protected]), and I want to target it on Facebook. Does Facebook also remove all dots before hashing and matching? Or should we only do this when uploading to Google?

    No-Chocolate-3500 replied 8 months, 1 week ago 2 Members · 1 Reply
  • 1 Reply
  • AutoModerator

    Guest
    August 26, 2023 at 4:58 pm

    Sorry, your submission was removed as it contains personal information. Invite users to dm you.

    *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/PPC) if you have any questions or concerns.*

  • goodgoaj

    Guest
    August 27, 2023 at 9:06 am

    Yes they all use SHA256 but each have their own rules on formatting which are in their dev guides. The main consistency is that you should always hash before you send to the platforms vs relying on them doing it for you, especially on the server side solutions.

Log in to reply.