{"id":5217,"date":"2022-11-23T05:57:35","date_gmt":"2022-11-23T05:57:35","guid":{"rendered":"https:\/\/www.leadshook.com\/help\/?p=5217"},"modified":"2024-02-14T11:39:51","modified_gmt":"2024-02-14T11:39:51","slug":"how-to-save-googles-client-id-in-a-custom-field","status":"publish","type":"post","link":"https:\/\/www.leadshook.com\/help\/how-to-save-googles-client-id-in-a-custom-field\/","title":{"rendered":"How to Save Google&#8217;s Client ID in a Custom Field"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Introduction:<\/h2>\n\n\n\n<p>This guide will walk you through the process of capturing Google&#8217;s cookie and saving the client ID into a custom field. By following these steps, you will be able to successfully store the client ID from Google&#8217;s cookie in a custom field named &#8220;clientid&#8221;.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Prerequisites:<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>In this example we are using a custom field called <strong>&#8220;clientid<\/strong>&#8220;.  Be sure to create clientid field.<\/li>\n\n\n\n<li>Using GA<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Step-by-Step Instructions:<\/h2>\n\n\n\n<p><strong>Step 1: Ensure GA Setup<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Begin by ensuring that Google Analytics has been set up correctly on your website. Navigate to the <strong>&#8220;Add Scripts&#8221;<\/strong> section to verify this.<\/li>\n<\/ul>\n\n\n\n<p><strong>Step 2:<\/strong> <strong>Add the Script<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>To save the client ID from Google&#8217;s cookie into the custom field <strong>&#8220;clientid&#8221;<\/strong>, you&#8217;ll need to add the following script to the first node of your decision tree and set it to fire on entry:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;script&gt;\n    function getCookie(name) {\n        const value = document.cookie;\n        const parts = value.split(`; ${name}=`);\n        if (parts.length === 2) return parts.pop().split(';').shift();\n    }\n    \n    let interval = setInterval(function (){\n        if (getCookie('_ga')) {\n            LH.setField('<strong>clientid<\/strong>', getCookie('_ga').slice(6)); \n            clearInterval(interval);\n        }\n    }, 1000);\n&lt;\/script&gt;<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"2452\" height=\"1610\" src=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2022\/11\/image.png\" alt=\"\" class=\"wp-image-5219\"\/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Add the script to first node and fire on entry as shown below.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"2006\" height=\"1630\" src=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2022\/11\/image-1.png\" alt=\"\" class=\"wp-image-5220\"\/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>This will save clientid from Google&#8217;s cookie into the custom field, <strong>&#8220;clientid&#8221;<\/strong>.<\/p>\n\n\n\n<p><strong>Step 3: <\/strong>Do a quick test through your DT and you should see the clientid saved with visitor\/lead record.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Pro Tips:<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Always test your decision tree after adding or modifying scripts to ensure everything functions as expected.<\/li>\n\n\n\n<li>Make sure your custom field name matches exactly with the one used in your script.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Troubleshooting:<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If the client ID is not being saved as expected, check that the Google Analytics setup is correct and the script is properly added to your first node.<\/li>\n\n\n\n<li>Verify that the custom field exists and its name is spelled correctly.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion:<\/h2>\n\n\n\n<p>Capturing Google&#8217;s client ID and saving it in a custom field allows you to track user interactions more effectively. Follow these steps carefully and make sure to validate the process by testing your decision tree.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">FAQs:<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Can I use a different custom field name?<\/strong>\n<ul class=\"wp-block-list\">\n<li>Yes, you can use any name for the custom field, just ensure it matches the name used in the script.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Introduction: This guide will walk you through the process of capturing Google&#8217;s cookie and saving the client ID into a custom field. By following these steps, you will be able to successfully store the client ID from Google&#8217;s cookie in a custom field named &#8220;clientid&#8221;. Prerequisites: Step-by-Step Instructions: Step 1: Ensure GA Setup Step 2: [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[158,27,12,620,239],"tags":[881,882,883,414,880,325,4],"class_list":["post-5217","post","type-post","status-publish","format-standard","hentry","category-custom-field","category-decision-tree","category-leadshook","category-scripts","category-tracking","tag-client-id","tag-clientid","tag-cookie","tag-ga","tag-ga4","tag-google-analytics","tag-leadshook"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Save Google&#039;s Client ID in a Custom Field - LeadsHook Knowledge Base<\/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:\/\/www.leadshook.com\/help\/how-to-save-googles-client-id-in-a-custom-field\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Save Google&#039;s Client ID in a Custom Field - LeadsHook Knowledge Base\" \/>\n<meta property=\"og:description\" content=\"Introduction: This guide will walk you through the process of capturing Google&#8217;s cookie and saving the client ID into a custom field. By following these steps, you will be able to successfully store the client ID from Google&#8217;s cookie in a custom field named &#8220;clientid&#8221;. Prerequisites: Step-by-Step Instructions: Step 1: Ensure GA Setup Step 2: [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.leadshook.com\/help\/how-to-save-googles-client-id-in-a-custom-field\/\" \/>\n<meta property=\"og:site_name\" content=\"LeadsHook Knowledge Base\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/leadshook\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-11-23T05:57:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-14T11:39:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2022\/11\/image.png\" \/>\n<meta name=\"author\" content=\"Nik T\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@leadshook\" \/>\n<meta name=\"twitter:site\" content=\"@leadshook\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Nik T\" \/>\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:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-save-googles-client-id-in-a-custom-field\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-save-googles-client-id-in-a-custom-field\\\/\"},\"author\":{\"name\":\"Nik T\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#\\\/schema\\\/person\\\/4bfe37d814563cc729828b7055313f4d\"},\"headline\":\"How to Save Google&#8217;s Client ID in a Custom Field\",\"datePublished\":\"2022-11-23T05:57:35+00:00\",\"dateModified\":\"2024-02-14T11:39:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-save-googles-client-id-in-a-custom-field\\\/\"},\"wordCount\":326,\"publisher\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-save-googles-client-id-in-a-custom-field\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/image.png\",\"keywords\":[\"Client Id\",\"clientid\",\"cookie\",\"GA\",\"GA4\",\"google analytics\",\"Leadshook\"],\"articleSection\":[\"Custom Fields\",\"Decision Tree\",\"LeadsHook\",\"Scripts\",\"Tracking\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-save-googles-client-id-in-a-custom-field\\\/\",\"url\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-save-googles-client-id-in-a-custom-field\\\/\",\"name\":\"How to Save Google's Client ID in a Custom Field - LeadsHook Knowledge Base\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-save-googles-client-id-in-a-custom-field\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-save-googles-client-id-in-a-custom-field\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/image.png\",\"datePublished\":\"2022-11-23T05:57:35+00:00\",\"dateModified\":\"2024-02-14T11:39:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-save-googles-client-id-in-a-custom-field\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-save-googles-client-id-in-a-custom-field\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-save-googles-client-id-in-a-custom-field\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/image.png\",\"contentUrl\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/image.png\",\"width\":2452,\"height\":1610},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-save-googles-client-id-in-a-custom-field\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Save Google&#8217;s Client ID in a Custom Field\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#website\",\"url\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/\",\"name\":\"LeadsHook Knowledge Base\",\"description\":\"LeadsHook Training &amp; Technical Help\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#organization\",\"name\":\"LeadsHook\",\"url\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/wp-content\\\/uploads\\\/2018\\\/12\\\/leadshook-logo.png\",\"contentUrl\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/wp-content\\\/uploads\\\/2018\\\/12\\\/leadshook-logo.png\",\"width\":350,\"height\":83,\"caption\":\"LeadsHook\"},\"image\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/leadshook\\\/\",\"https:\\\/\\\/x.com\\\/leadshook\",\"https:\\\/\\\/www.linkedin.com\\\/showcase\\\/leadshook\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#\\\/schema\\\/person\\\/4bfe37d814563cc729828b7055313f4d\",\"name\":\"Nik T\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/48d53e68db0b1db1cd5c54a750130fb2ee0c663306ff1bd434373f1a368ef7a0?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/48d53e68db0b1db1cd5c54a750130fb2ee0c663306ff1bd434373f1a368ef7a0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/48d53e68db0b1db1cd5c54a750130fb2ee0c663306ff1bd434373f1a368ef7a0?s=96&d=mm&r=g\",\"caption\":\"Nik T\"},\"sameAs\":[\"http:\\\/\\\/www.LeadsHook.com\"],\"url\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/author\\\/nik\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Save Google's Client ID in a Custom Field - LeadsHook Knowledge Base","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:\/\/www.leadshook.com\/help\/how-to-save-googles-client-id-in-a-custom-field\/","og_locale":"en_US","og_type":"article","og_title":"How to Save Google's Client ID in a Custom Field - LeadsHook Knowledge Base","og_description":"Introduction: This guide will walk you through the process of capturing Google&#8217;s cookie and saving the client ID into a custom field. By following these steps, you will be able to successfully store the client ID from Google&#8217;s cookie in a custom field named &#8220;clientid&#8221;. Prerequisites: Step-by-Step Instructions: Step 1: Ensure GA Setup Step 2: [&hellip;]","og_url":"https:\/\/www.leadshook.com\/help\/how-to-save-googles-client-id-in-a-custom-field\/","og_site_name":"LeadsHook Knowledge Base","article_publisher":"https:\/\/www.facebook.com\/leadshook\/","article_published_time":"2022-11-23T05:57:35+00:00","article_modified_time":"2024-02-14T11:39:51+00:00","og_image":[{"url":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2022\/11\/image.png","type":"","width":"","height":""}],"author":"Nik T","twitter_card":"summary_large_image","twitter_creator":"@leadshook","twitter_site":"@leadshook","twitter_misc":{"Written by":"Nik T","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.leadshook.com\/help\/how-to-save-googles-client-id-in-a-custom-field\/#article","isPartOf":{"@id":"https:\/\/www.leadshook.com\/help\/how-to-save-googles-client-id-in-a-custom-field\/"},"author":{"name":"Nik T","@id":"https:\/\/www.leadshook.com\/help\/#\/schema\/person\/4bfe37d814563cc729828b7055313f4d"},"headline":"How to Save Google&#8217;s Client ID in a Custom Field","datePublished":"2022-11-23T05:57:35+00:00","dateModified":"2024-02-14T11:39:51+00:00","mainEntityOfPage":{"@id":"https:\/\/www.leadshook.com\/help\/how-to-save-googles-client-id-in-a-custom-field\/"},"wordCount":326,"publisher":{"@id":"https:\/\/www.leadshook.com\/help\/#organization"},"image":{"@id":"https:\/\/www.leadshook.com\/help\/how-to-save-googles-client-id-in-a-custom-field\/#primaryimage"},"thumbnailUrl":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2022\/11\/image.png","keywords":["Client Id","clientid","cookie","GA","GA4","google analytics","Leadshook"],"articleSection":["Custom Fields","Decision Tree","LeadsHook","Scripts","Tracking"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.leadshook.com\/help\/how-to-save-googles-client-id-in-a-custom-field\/","url":"https:\/\/www.leadshook.com\/help\/how-to-save-googles-client-id-in-a-custom-field\/","name":"How to Save Google's Client ID in a Custom Field - LeadsHook Knowledge Base","isPartOf":{"@id":"https:\/\/www.leadshook.com\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.leadshook.com\/help\/how-to-save-googles-client-id-in-a-custom-field\/#primaryimage"},"image":{"@id":"https:\/\/www.leadshook.com\/help\/how-to-save-googles-client-id-in-a-custom-field\/#primaryimage"},"thumbnailUrl":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2022\/11\/image.png","datePublished":"2022-11-23T05:57:35+00:00","dateModified":"2024-02-14T11:39:51+00:00","breadcrumb":{"@id":"https:\/\/www.leadshook.com\/help\/how-to-save-googles-client-id-in-a-custom-field\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.leadshook.com\/help\/how-to-save-googles-client-id-in-a-custom-field\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.leadshook.com\/help\/how-to-save-googles-client-id-in-a-custom-field\/#primaryimage","url":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2022\/11\/image.png","contentUrl":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2022\/11\/image.png","width":2452,"height":1610},{"@type":"BreadcrumbList","@id":"https:\/\/www.leadshook.com\/help\/how-to-save-googles-client-id-in-a-custom-field\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.leadshook.com\/help\/"},{"@type":"ListItem","position":2,"name":"How to Save Google&#8217;s Client ID in a Custom Field"}]},{"@type":"WebSite","@id":"https:\/\/www.leadshook.com\/help\/#website","url":"https:\/\/www.leadshook.com\/help\/","name":"LeadsHook Knowledge Base","description":"LeadsHook Training &amp; Technical Help","publisher":{"@id":"https:\/\/www.leadshook.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.leadshook.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.leadshook.com\/help\/#organization","name":"LeadsHook","url":"https:\/\/www.leadshook.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.leadshook.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2018\/12\/leadshook-logo.png","contentUrl":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2018\/12\/leadshook-logo.png","width":350,"height":83,"caption":"LeadsHook"},"image":{"@id":"https:\/\/www.leadshook.com\/help\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/leadshook\/","https:\/\/x.com\/leadshook","https:\/\/www.linkedin.com\/showcase\/leadshook\/"]},{"@type":"Person","@id":"https:\/\/www.leadshook.com\/help\/#\/schema\/person\/4bfe37d814563cc729828b7055313f4d","name":"Nik T","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/48d53e68db0b1db1cd5c54a750130fb2ee0c663306ff1bd434373f1a368ef7a0?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/48d53e68db0b1db1cd5c54a750130fb2ee0c663306ff1bd434373f1a368ef7a0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/48d53e68db0b1db1cd5c54a750130fb2ee0c663306ff1bd434373f1a368ef7a0?s=96&d=mm&r=g","caption":"Nik T"},"sameAs":["http:\/\/www.LeadsHook.com"],"url":"https:\/\/www.leadshook.com\/help\/author\/nik\/"}]}},"_links":{"self":[{"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/posts\/5217","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/comments?post=5217"}],"version-history":[{"count":7,"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/posts\/5217\/revisions"}],"predecessor-version":[{"id":7012,"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/posts\/5217\/revisions\/7012"}],"wp:attachment":[{"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/media?parent=5217"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/categories?post=5217"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/tags?post=5217"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}