{"id":4508,"date":"2021-10-07T04:01:49","date_gmt":"2021-10-07T04:01:49","guid":{"rendered":"https:\/\/www.leadshook.com\/help\/?p=4508"},"modified":"2024-08-05T12:02:07","modified_gmt":"2024-08-05T12:02:07","slug":"how-to-calculate-time-spent-in-a-node","status":"publish","type":"post","link":"https:\/\/www.leadshook.com\/help\/how-to-calculate-time-spent-in-a-node\/","title":{"rendered":"How to Calculate Time Spent in a Node"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Introduction<\/h2>\n\n\n\n<p>In this article, you will learn how to calculate the time spent in a node.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step-by-Step Instructions:<\/h2>\n\n\n\n<p><strong>Step 1:<\/strong> Create a custom field named time_enter.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Make sure to use a number type for it.<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"939\" height=\"672\" src=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2021\/10\/time_enter.jpg\" alt=\"\" class=\"wp-image-4509\"\/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Step 2:<\/strong> Create a custom field named time_exit.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Make sure to use a number type for it.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"928\" height=\"682\" src=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2021\/10\/time_exit.jpg\" alt=\"\" class=\"wp-image-4510\"\/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Step 3:<\/strong> Create a calculated custom field for the time spent. Please do not forget to include the formula as shown in the image below.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"933\" height=\"683\" src=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2021\/10\/time_spent.jpg\" alt=\"\" class=\"wp-image-4511\"\/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Step 4:<\/strong> In a node, click the &#8220;Add Scripts&#8221; button as shown below.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"792\" height=\"717\" src=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2021\/10\/add_scripts.jpg\" alt=\"\" class=\"wp-image-4512\"\/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Add the script below and set to fire on &#8220;Enter&#8221;.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;script>\n let timeenter = {_c_eventtime}\n DT.setField('time_enter', timeenter);\n&lt;\/script><\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"788\" height=\"683\" src=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2021\/10\/time_enter_script.jpg\" alt=\"\" class=\"wp-image-4513\"\/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Add the script below on the same node and fire on &#8220;Exit&#8221;.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;script>\n  let timeexit = {_c_eventtime};\n  DT.setField('time_exit', timeexit);\n&lt;\/script><\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"792\" height=\"680\" src=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2021\/10\/time_exit_script.jpg\" alt=\"\" class=\"wp-image-4514\"\/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The Custom Field time_spent will automatically calculate the time difference between the time you entered the node to the time you exit the node. The result will be in seconds. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"554\" height=\"394\" src=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2021\/10\/sample_result.jpg\" alt=\"\" class=\"wp-image-4515\"\/><\/figure>\n<\/div>\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction In this article, you will learn how to calculate the time spent in a node. Step-by-Step Instructions: Step 1: Create a custom field named time_enter. Step 2: Create a custom field named time_exit. Step 3: Create a calculated custom field for the time spent. Please do not forget to include the formula as shown [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[259,620],"tags":[195,467,295,355,855,577],"class_list":["post-4508","post","type-post","status-publish","format-standard","hentry","category-nodes","category-scripts","tag-calculated","tag-how-to","tag-scripts","tag-time","tag-time-spent","tag-timestamp"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Calculate Time Spent in a Node - 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-calculate-time-spent-in-a-node\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Calculate Time Spent in a Node - LeadsHook Knowledge Base\" \/>\n<meta property=\"og:description\" content=\"Introduction In this article, you will learn how to calculate the time spent in a node. Step-by-Step Instructions: Step 1: Create a custom field named time_enter. Step 2: Create a custom field named time_exit. Step 3: Create a calculated custom field for the time spent. Please do not forget to include the formula as shown [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.leadshook.com\/help\/how-to-calculate-time-spent-in-a-node\/\" \/>\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=\"2021-10-07T04:01:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-05T12:02:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2021\/10\/time_enter.jpg\" \/>\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=\"3 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-calculate-time-spent-in-a-node\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-calculate-time-spent-in-a-node\\\/\"},\"author\":{\"name\":\"Nik T\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#\\\/schema\\\/person\\\/4bfe37d814563cc729828b7055313f4d\"},\"headline\":\"How to Calculate Time Spent in a Node\",\"datePublished\":\"2021-10-07T04:01:49+00:00\",\"dateModified\":\"2024-08-05T12:02:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-calculate-time-spent-in-a-node\\\/\"},\"wordCount\":149,\"publisher\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-calculate-time-spent-in-a-node\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/wp-content\\\/uploads\\\/2021\\\/10\\\/time_enter.jpg\",\"keywords\":[\"Calculated\",\"how to\",\"scripts\",\"time\",\"time spent\",\"timestamp\"],\"articleSection\":[\"Nodes\",\"Scripts\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-calculate-time-spent-in-a-node\\\/\",\"url\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-calculate-time-spent-in-a-node\\\/\",\"name\":\"How to Calculate Time Spent in a Node - LeadsHook Knowledge Base\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-calculate-time-spent-in-a-node\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-calculate-time-spent-in-a-node\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/wp-content\\\/uploads\\\/2021\\\/10\\\/time_enter.jpg\",\"datePublished\":\"2021-10-07T04:01:49+00:00\",\"dateModified\":\"2024-08-05T12:02:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-calculate-time-spent-in-a-node\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-calculate-time-spent-in-a-node\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-calculate-time-spent-in-a-node\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/wp-content\\\/uploads\\\/2021\\\/10\\\/time_enter.jpg\",\"contentUrl\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/wp-content\\\/uploads\\\/2021\\\/10\\\/time_enter.jpg\",\"width\":939,\"height\":672},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-calculate-time-spent-in-a-node\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Calculate Time Spent in a Node\"}]},{\"@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 Calculate Time Spent in a Node - 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-calculate-time-spent-in-a-node\/","og_locale":"en_US","og_type":"article","og_title":"How to Calculate Time Spent in a Node - LeadsHook Knowledge Base","og_description":"Introduction In this article, you will learn how to calculate the time spent in a node. Step-by-Step Instructions: Step 1: Create a custom field named time_enter. Step 2: Create a custom field named time_exit. Step 3: Create a calculated custom field for the time spent. Please do not forget to include the formula as shown [&hellip;]","og_url":"https:\/\/www.leadshook.com\/help\/how-to-calculate-time-spent-in-a-node\/","og_site_name":"LeadsHook Knowledge Base","article_publisher":"https:\/\/www.facebook.com\/leadshook\/","article_published_time":"2021-10-07T04:01:49+00:00","article_modified_time":"2024-08-05T12:02:07+00:00","og_image":[{"url":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2021\/10\/time_enter.jpg","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":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.leadshook.com\/help\/how-to-calculate-time-spent-in-a-node\/#article","isPartOf":{"@id":"https:\/\/www.leadshook.com\/help\/how-to-calculate-time-spent-in-a-node\/"},"author":{"name":"Nik T","@id":"https:\/\/www.leadshook.com\/help\/#\/schema\/person\/4bfe37d814563cc729828b7055313f4d"},"headline":"How to Calculate Time Spent in a Node","datePublished":"2021-10-07T04:01:49+00:00","dateModified":"2024-08-05T12:02:07+00:00","mainEntityOfPage":{"@id":"https:\/\/www.leadshook.com\/help\/how-to-calculate-time-spent-in-a-node\/"},"wordCount":149,"publisher":{"@id":"https:\/\/www.leadshook.com\/help\/#organization"},"image":{"@id":"https:\/\/www.leadshook.com\/help\/how-to-calculate-time-spent-in-a-node\/#primaryimage"},"thumbnailUrl":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2021\/10\/time_enter.jpg","keywords":["Calculated","how to","scripts","time","time spent","timestamp"],"articleSection":["Nodes","Scripts"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.leadshook.com\/help\/how-to-calculate-time-spent-in-a-node\/","url":"https:\/\/www.leadshook.com\/help\/how-to-calculate-time-spent-in-a-node\/","name":"How to Calculate Time Spent in a Node - LeadsHook Knowledge Base","isPartOf":{"@id":"https:\/\/www.leadshook.com\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.leadshook.com\/help\/how-to-calculate-time-spent-in-a-node\/#primaryimage"},"image":{"@id":"https:\/\/www.leadshook.com\/help\/how-to-calculate-time-spent-in-a-node\/#primaryimage"},"thumbnailUrl":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2021\/10\/time_enter.jpg","datePublished":"2021-10-07T04:01:49+00:00","dateModified":"2024-08-05T12:02:07+00:00","breadcrumb":{"@id":"https:\/\/www.leadshook.com\/help\/how-to-calculate-time-spent-in-a-node\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.leadshook.com\/help\/how-to-calculate-time-spent-in-a-node\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.leadshook.com\/help\/how-to-calculate-time-spent-in-a-node\/#primaryimage","url":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2021\/10\/time_enter.jpg","contentUrl":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2021\/10\/time_enter.jpg","width":939,"height":672},{"@type":"BreadcrumbList","@id":"https:\/\/www.leadshook.com\/help\/how-to-calculate-time-spent-in-a-node\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.leadshook.com\/help\/"},{"@type":"ListItem","position":2,"name":"How to Calculate Time Spent in a Node"}]},{"@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\/4508","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=4508"}],"version-history":[{"count":5,"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/posts\/4508\/revisions"}],"predecessor-version":[{"id":7509,"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/posts\/4508\/revisions\/7509"}],"wp:attachment":[{"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/media?parent=4508"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/categories?post=4508"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/tags?post=4508"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}