{"id":5563,"date":"2023-08-01T13:40:28","date_gmt":"2023-08-01T11:40:28","guid":{"rendered":"https:\/\/sare.pl\/baza-wiedzy\/uncategorized\/address-hashing-improve-address-database-management\/"},"modified":"2023-08-01T13:40:28","modified_gmt":"2023-08-01T11:40:28","slug":"address-hashing-improve-address-database-management","status":"publish","type":"post","link":"https:\/\/sare.pl\/baza-wiedzy\/en\/sare-system\/database-management\/address-hashing-improve-address-database-management\/","title":{"rendered":"Address hashing &#8211; improve address database management"},"content":{"rendered":"<h2>Improve your address database management with address hashing<\/h2>\n<p>Using address hashing can give you a new level of control over your address database. With this solution, you can create unique identifiers for each email address. The key thing is that you don&#8217;t have to share the actual email address with your partners. This is extremely useful for retargeting efforts where we can&#8217;t share the email address database. Your address hash gives you the ability to manage your database, edit address characteristics and schedule emails using the appropriate features.    <\/p>\n<h2>How to generate hash addresses<\/h2>\n<p>The process of generating an address hash is simple and intuitive thanks to the functions available in SARE. Under <strong>ADDRESSES \u2192 BASE STRUCTURE \u2192 ADDRESS HASH<\/strong>, you can specify the so-called key (salt), based on which the hash will be generated. After saving your settings, your hash will be created. Remember, however, that if hashes have been generated before, entering a new key value will generate the hashes again.    <\/p>\n<h2>Writing values to the base<\/h2>\n<p>Although the hash value is stored in the database, it is not directly visible from the system interface. However, you can retrieve its value as for other address features &#8211; using the <strong>get_val()<\/strong> function. You can additionally store the retrieved value to any other feature. Here&#8217;s how to do it:   <\/p>\n<ul>\n<li>Open <strong>SAREscript<\/strong> and select the entire base as the context<\/li>\n<li>In the editor box, type the following script, entering the name of the feature:\n<pre>\n$hash=get_val('hash');  \nset_val('moja_cecha', $hash);\n<\/pre>\n<\/li>\n<li>See http:\/\/dev.sare.pl\/sare <a href=\"http:\/\/dev.sare.pl\/sarescript\/funkcje-sarescript\/set_val\/\">script\/funkcje-sarescript\/set_val\/<\/a> for more information on the <strong>get_val<\/strong> function<\/li>\n<li>Change &#8216;my_trait&#8217; to the trait to which you want to save the hash information<\/li>\n<li>After setting up the script, just click the run option &#8211; the feature will add itself to each address<\/li>\n<\/ul>\n<h2>Display with SAREscript<\/h2>\n<p>With SAREscript, you can generate a hash for a specific email address. This function is especially useful when you want to check whether the hash stored in the database and the one dynamically created have the same value. This can be done using the <strong>md5(string)<\/strong> function. For example, the function that will display the hash for the address cs@sare.pl using the key &#8216;123key&#8217; looks like this:\n<\/p>\n<pre>\nprint(md5('123klucz'.get_val('email'));\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Use address hashing to better manage the address database. Generate unique identifiers for each email address. Optimal solution for retargeting activities.  <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[1631],"tags":[2544,2545,2547,2549,2551],"class_list":["post-5563","post","type-post","status-publish","format-standard","hentry","category-database-management","tag-address-hashing","tag-address-database-management","tag-email-id","tag-hashing-functions","tag-address-hash-generation"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Address hashing - improve address database management - SARE | Baza wiedzy<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sare.pl\/baza-wiedzy\/en\/sare-system\/database-management\/address-hashing-improve-address-database-management\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Address hashing - improve address database management - SARE | Baza wiedzy\" \/>\n<meta property=\"og:description\" content=\"Use address hashing to better manage the address database. Generate unique identifiers for each email address. Optimal solution for retargeting activities.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sare.pl\/baza-wiedzy\/en\/sare-system\/database-management\/address-hashing-improve-address-database-management\/\" \/>\n<meta property=\"og:site_name\" content=\"SARE | Baza wiedzy\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/SAREpl\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-01T11:40:28+00:00\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/sare.pl\/baza-wiedzy\/en\/sare-system\/database-management\/address-hashing-improve-address-database-management\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/sare.pl\/baza-wiedzy\/en\/sare-system\/database-management\/address-hashing-improve-address-database-management\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/sare.pl\/baza-wiedzy\/en\/#\/schema\/person\/167ecfd76cdd32904d33a8c56f137e3a\"},\"headline\":\"Address hashing &#8211; improve address database management\",\"datePublished\":\"2023-08-01T11:40:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/sare.pl\/baza-wiedzy\/en\/sare-system\/database-management\/address-hashing-improve-address-database-management\/\"},\"wordCount\":374,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/sare.pl\/baza-wiedzy\/en\/#organization\"},\"keywords\":[\"address hashing\",\"address database management\",\"email ID\",\"hashing functions\",\"address hash generation\"],\"articleSection\":[\"Database management\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/sare.pl\/baza-wiedzy\/en\/sare-system\/database-management\/address-hashing-improve-address-database-management\/\",\"url\":\"https:\/\/sare.pl\/baza-wiedzy\/en\/sare-system\/database-management\/address-hashing-improve-address-database-management\/\",\"name\":\"Address hashing - improve address database management - SARE | Baza wiedzy\",\"isPartOf\":{\"@id\":\"https:\/\/sare.pl\/baza-wiedzy\/en\/#website\"},\"datePublished\":\"2023-08-01T11:40:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/sare.pl\/baza-wiedzy\/en\/sare-system\/database-management\/address-hashing-improve-address-database-management\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/sare.pl\/baza-wiedzy\/en\/sare-system\/database-management\/address-hashing-improve-address-database-management\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/sare.pl\/baza-wiedzy\/en\/sare-system\/database-management\/address-hashing-improve-address-database-management\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Centrum pomocy\",\"item\":\"https:\/\/sare.pl\/baza-wiedzy\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Uncategorized\",\"item\":\"https:\/\/sare.pl\/baza-wiedzy\/en\/uncategorized\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Address hashing &#8211; improve address database management\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/sare.pl\/baza-wiedzy\/en\/#website\",\"url\":\"https:\/\/sare.pl\/baza-wiedzy\/en\/\",\"name\":\"SARE | Baza wiedzy\",\"description\":\"SARE | Baza wiedzy\",\"publisher\":{\"@id\":\"https:\/\/sare.pl\/baza-wiedzy\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/sare.pl\/baza-wiedzy\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/sare.pl\/baza-wiedzy\/en\/#organization\",\"name\":\"SARE | Baza wiedzy\",\"url\":\"https:\/\/sare.pl\/baza-wiedzy\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sare.pl\/baza-wiedzy\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/sare.pl\/baza-wiedzy\/wp-content\/uploads\/2023\/11\/Frame-7540-1.png\",\"contentUrl\":\"https:\/\/sare.pl\/baza-wiedzy\/wp-content\/uploads\/2023\/11\/Frame-7540-1.png\",\"width\":372,\"height\":160,\"caption\":\"SARE | Baza wiedzy\"},\"image\":{\"@id\":\"https:\/\/sare.pl\/baza-wiedzy\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/SAREpl\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/sare.pl\/baza-wiedzy\/en\/#\/schema\/person\/167ecfd76cdd32904d33a8c56f137e3a\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sare.pl\/baza-wiedzy\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c41b30fd9393eb744de159dd22162b679cd7596c81b8e0495338a751f97227f2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c41b30fd9393eb744de159dd22162b679cd7596c81b8e0495338a751f97227f2?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/sare.pl\/baza-wiedzy\"],\"url\":\"https:\/\/sare.pl\/baza-wiedzy\/en\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Address hashing - improve address database management - SARE | Baza wiedzy","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sare.pl\/baza-wiedzy\/en\/sare-system\/database-management\/address-hashing-improve-address-database-management\/","og_locale":"en_US","og_type":"article","og_title":"Address hashing - improve address database management - SARE | Baza wiedzy","og_description":"Use address hashing to better manage the address database. Generate unique identifiers for each email address. Optimal solution for retargeting activities.","og_url":"https:\/\/sare.pl\/baza-wiedzy\/en\/sare-system\/database-management\/address-hashing-improve-address-database-management\/","og_site_name":"SARE | Baza wiedzy","article_publisher":"https:\/\/www.facebook.com\/SAREpl","article_published_time":"2023-08-01T11:40:28+00:00","author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/sare.pl\/baza-wiedzy\/en\/sare-system\/database-management\/address-hashing-improve-address-database-management\/#article","isPartOf":{"@id":"https:\/\/sare.pl\/baza-wiedzy\/en\/sare-system\/database-management\/address-hashing-improve-address-database-management\/"},"author":{"name":"admin","@id":"https:\/\/sare.pl\/baza-wiedzy\/en\/#\/schema\/person\/167ecfd76cdd32904d33a8c56f137e3a"},"headline":"Address hashing &#8211; improve address database management","datePublished":"2023-08-01T11:40:28+00:00","mainEntityOfPage":{"@id":"https:\/\/sare.pl\/baza-wiedzy\/en\/sare-system\/database-management\/address-hashing-improve-address-database-management\/"},"wordCount":374,"commentCount":0,"publisher":{"@id":"https:\/\/sare.pl\/baza-wiedzy\/en\/#organization"},"keywords":["address hashing","address database management","email ID","hashing functions","address hash generation"],"articleSection":["Database management"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/sare.pl\/baza-wiedzy\/en\/sare-system\/database-management\/address-hashing-improve-address-database-management\/","url":"https:\/\/sare.pl\/baza-wiedzy\/en\/sare-system\/database-management\/address-hashing-improve-address-database-management\/","name":"Address hashing - improve address database management - SARE | Baza wiedzy","isPartOf":{"@id":"https:\/\/sare.pl\/baza-wiedzy\/en\/#website"},"datePublished":"2023-08-01T11:40:28+00:00","breadcrumb":{"@id":"https:\/\/sare.pl\/baza-wiedzy\/en\/sare-system\/database-management\/address-hashing-improve-address-database-management\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sare.pl\/baza-wiedzy\/en\/sare-system\/database-management\/address-hashing-improve-address-database-management\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/sare.pl\/baza-wiedzy\/en\/sare-system\/database-management\/address-hashing-improve-address-database-management\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Centrum pomocy","item":"https:\/\/sare.pl\/baza-wiedzy\/en\/"},{"@type":"ListItem","position":2,"name":"Uncategorized","item":"https:\/\/sare.pl\/baza-wiedzy\/en\/uncategorized\/"},{"@type":"ListItem","position":3,"name":"Address hashing &#8211; improve address database management"}]},{"@type":"WebSite","@id":"https:\/\/sare.pl\/baza-wiedzy\/en\/#website","url":"https:\/\/sare.pl\/baza-wiedzy\/en\/","name":"SARE | Baza wiedzy","description":"SARE | Baza wiedzy","publisher":{"@id":"https:\/\/sare.pl\/baza-wiedzy\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sare.pl\/baza-wiedzy\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/sare.pl\/baza-wiedzy\/en\/#organization","name":"SARE | Baza wiedzy","url":"https:\/\/sare.pl\/baza-wiedzy\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sare.pl\/baza-wiedzy\/en\/#\/schema\/logo\/image\/","url":"https:\/\/sare.pl\/baza-wiedzy\/wp-content\/uploads\/2023\/11\/Frame-7540-1.png","contentUrl":"https:\/\/sare.pl\/baza-wiedzy\/wp-content\/uploads\/2023\/11\/Frame-7540-1.png","width":372,"height":160,"caption":"SARE | Baza wiedzy"},"image":{"@id":"https:\/\/sare.pl\/baza-wiedzy\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/SAREpl"]},{"@type":"Person","@id":"https:\/\/sare.pl\/baza-wiedzy\/en\/#\/schema\/person\/167ecfd76cdd32904d33a8c56f137e3a","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sare.pl\/baza-wiedzy\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c41b30fd9393eb744de159dd22162b679cd7596c81b8e0495338a751f97227f2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c41b30fd9393eb744de159dd22162b679cd7596c81b8e0495338a751f97227f2?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/sare.pl\/baza-wiedzy"],"url":"https:\/\/sare.pl\/baza-wiedzy\/en\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/sare.pl\/baza-wiedzy\/en\/wp-json\/wp\/v2\/posts\/5563","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sare.pl\/baza-wiedzy\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sare.pl\/baza-wiedzy\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sare.pl\/baza-wiedzy\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sare.pl\/baza-wiedzy\/en\/wp-json\/wp\/v2\/comments?post=5563"}],"version-history":[{"count":0,"href":"https:\/\/sare.pl\/baza-wiedzy\/en\/wp-json\/wp\/v2\/posts\/5563\/revisions"}],"wp:attachment":[{"href":"https:\/\/sare.pl\/baza-wiedzy\/en\/wp-json\/wp\/v2\/media?parent=5563"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sare.pl\/baza-wiedzy\/en\/wp-json\/wp\/v2\/categories?post=5563"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sare.pl\/baza-wiedzy\/en\/wp-json\/wp\/v2\/tags?post=5563"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}