{"id":2416,"date":"2019-12-30T14:58:56","date_gmt":"2019-12-30T14:58:56","guid":{"rendered":"https:\/\/www.leadshook.com\/help\/?p=2416"},"modified":"2024-02-14T11:51:35","modified_gmt":"2024-02-14T11:51:35","slug":"how-to-pass-a-parameter-from-a-script-to-a-custom-field","status":"publish","type":"post","link":"https:\/\/www.leadshook.com\/help\/how-to-pass-a-parameter-from-a-script-to-a-custom-field\/","title":{"rendered":"How to Pass a Parameter From a Script to a Custom Field."},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Introduction:<\/h2>\n\n\n\n<p>If you use custom scripts, sometimes you will want to pass a scripted variable to a custom field.<\/p>\n\n\n\n<p>You&#8217;ll also learn see a script with conditions where you can update the value of a custom field after comparing 2 values.<\/p>\n\n\n\n<p class=\"has-luminous-vivid-amber-background-color has-background\"><strong>Important:<\/strong> DT.setField function cannot be used on the last node for V2 DTs.<\/p>\n\n\n\n<p>The syntax looks like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;script&gt;\n\n\/* Syntax *\/\nDT.setField('variable_name', 'value');\n\n\/* Static value parameter *\/\nDT.setField('first_name', 'Aubrey');\n\n\/* Custom field parameter *\/\nDT.setField('first_name', '{custom_field}');\n\n\/* Scripted field parameter *\/\nvar name = 'Aubrey';\nDT.setField('first_name', name);\n\n&lt;\/script&gt;<\/code><\/pre>\n\n\n\n<p>Note that the first parameter is the custom field name without the curly brackets. So {full_name} would be written as &#8216;full_name&#8217;.<\/p>\n\n\n\n<p>The second parameter is the value you want to pass to the custom field. This can be static text, another custom field, or a scripted variable. <\/p>\n\n\n\n<p>Here&#8217;s an example, where we pass a JavaScript variable to a LeadsHook custom field.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"589\" height=\"828\" src=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/12\/Screenshot-from-2019-12-30-14-51-17.png\" alt=\"\" class=\"wp-image-2420\" srcset=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/12\/Screenshot-from-2019-12-30-14-51-17.png 589w, https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/12\/Screenshot-from-2019-12-30-14-51-17-213x300.png 213w, https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/12\/Screenshot-from-2019-12-30-14-51-17-43x60.png 43w, https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/12\/Screenshot-from-2019-12-30-14-51-17-107x150.png 107w\" sizes=\"(max-width: 589px) 100vw, 589px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Here&#8217;s another example where we append two custom fields and send the result into one custom field.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"598\" height=\"842\" src=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/12\/DT_setField.png\" alt=\"\" class=\"wp-image-2418\" srcset=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/12\/DT_setField.png 598w, https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/12\/DT_setField-213x300.png 213w, https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/12\/DT_setField-43x60.png 43w, https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/12\/DT_setField-107x150.png 107w\" sizes=\"(max-width: 598px) 100vw, 598px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">How to Update a Custom Field After Doing a Comparison of 2 Values<\/h2>\n\n\n\n<p>Please see this video for more&#8230;<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-vimeo wp-block-embed-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe src=\"https:\/\/player.vimeo.com\/video\/572085356?dnt=1&amp;app_id=122963\" width=\"980\" height=\"551\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\"><\/iframe>\n<\/div><\/figure>\n\n\n\n<p>Click this Link to Grab: <a href=\"https:\/\/www.leadshook.com\/help\/assess-2-values-and-assign-to-custom-field_2021-07-07\/\" target=\"_blank\" rel=\"noreferrer noopener\">Sample Decision Tree<\/a>: <\/p>\n\n\n\n<p><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;script&gt;\n  if('{1st_which_value_lower}'==\"mortgage1\"){\n  \tDT.setField('1st_lower_value', \"{1st_mortgage}\"); \n  }\n  else{\n  \tDT.setField('1st_lower_value', \"{1st_mortgage2}\"); \n  \t}  \n&lt;\/script&gt;<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Introduction: If you use custom scripts, sometimes you will want to pass a scripted variable to a custom field. You&#8217;ll also learn see a script with conditions where you can update the value of a custom field after comparing 2 values. Important: DT.setField function cannot be used on the last node for V2 DTs. The [&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,620],"tags":[22,568,569,567],"class_list":["post-2416","post","type-post","status-publish","format-standard","hentry","category-custom-field","category-scripts","tag-custom-field","tag-pass","tag-pipe","tag-script"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Pass a Parameter From a Script to 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-pass-a-parameter-from-a-script-to-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 Pass a Parameter From a Script to a Custom Field. - LeadsHook Knowledge Base\" \/>\n<meta property=\"og:description\" content=\"Introduction: If you use custom scripts, sometimes you will want to pass a scripted variable to a custom field. You&#8217;ll also learn see a script with conditions where you can update the value of a custom field after comparing 2 values. Important: DT.setField function cannot be used on the last node for V2 DTs. The [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.leadshook.com\/help\/how-to-pass-a-parameter-from-a-script-to-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=\"2019-12-30T14:58:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-14T11:51:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/12\/Screenshot-from-2019-12-30-14-51-17.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-pass-a-parameter-from-a-script-to-a-custom-field\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-pass-a-parameter-from-a-script-to-a-custom-field\\\/\"},\"author\":{\"name\":\"Nik T\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#\\\/schema\\\/person\\\/4bfe37d814563cc729828b7055313f4d\"},\"headline\":\"How to Pass a Parameter From a Script to a Custom Field.\",\"datePublished\":\"2019-12-30T14:58:56+00:00\",\"dateModified\":\"2024-02-14T11:51:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-pass-a-parameter-from-a-script-to-a-custom-field\\\/\"},\"wordCount\":180,\"publisher\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-pass-a-parameter-from-a-script-to-a-custom-field\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/Screenshot-from-2019-12-30-14-51-17.png\",\"keywords\":[\"custom field\",\"pass\",\"pipe\",\"script\"],\"articleSection\":[\"Custom Fields\",\"Scripts\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-pass-a-parameter-from-a-script-to-a-custom-field\\\/\",\"url\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-pass-a-parameter-from-a-script-to-a-custom-field\\\/\",\"name\":\"How to Pass a Parameter From a Script to a Custom Field. - LeadsHook Knowledge Base\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-pass-a-parameter-from-a-script-to-a-custom-field\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-pass-a-parameter-from-a-script-to-a-custom-field\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/Screenshot-from-2019-12-30-14-51-17.png\",\"datePublished\":\"2019-12-30T14:58:56+00:00\",\"dateModified\":\"2024-02-14T11:51:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-pass-a-parameter-from-a-script-to-a-custom-field\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-pass-a-parameter-from-a-script-to-a-custom-field\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-pass-a-parameter-from-a-script-to-a-custom-field\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/Screenshot-from-2019-12-30-14-51-17.png\",\"contentUrl\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/Screenshot-from-2019-12-30-14-51-17.png\",\"width\":589,\"height\":828},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-pass-a-parameter-from-a-script-to-a-custom-field\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Pass a Parameter From a Script to 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 Pass a Parameter From a Script to 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-pass-a-parameter-from-a-script-to-a-custom-field\/","og_locale":"en_US","og_type":"article","og_title":"How to Pass a Parameter From a Script to a Custom Field. - LeadsHook Knowledge Base","og_description":"Introduction: If you use custom scripts, sometimes you will want to pass a scripted variable to a custom field. You&#8217;ll also learn see a script with conditions where you can update the value of a custom field after comparing 2 values. Important: DT.setField function cannot be used on the last node for V2 DTs. The [&hellip;]","og_url":"https:\/\/www.leadshook.com\/help\/how-to-pass-a-parameter-from-a-script-to-a-custom-field\/","og_site_name":"LeadsHook Knowledge Base","article_publisher":"https:\/\/www.facebook.com\/leadshook\/","article_published_time":"2019-12-30T14:58:56+00:00","article_modified_time":"2024-02-14T11:51:35+00:00","og_image":[{"url":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/12\/Screenshot-from-2019-12-30-14-51-17.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-pass-a-parameter-from-a-script-to-a-custom-field\/#article","isPartOf":{"@id":"https:\/\/www.leadshook.com\/help\/how-to-pass-a-parameter-from-a-script-to-a-custom-field\/"},"author":{"name":"Nik T","@id":"https:\/\/www.leadshook.com\/help\/#\/schema\/person\/4bfe37d814563cc729828b7055313f4d"},"headline":"How to Pass a Parameter From a Script to a Custom Field.","datePublished":"2019-12-30T14:58:56+00:00","dateModified":"2024-02-14T11:51:35+00:00","mainEntityOfPage":{"@id":"https:\/\/www.leadshook.com\/help\/how-to-pass-a-parameter-from-a-script-to-a-custom-field\/"},"wordCount":180,"publisher":{"@id":"https:\/\/www.leadshook.com\/help\/#organization"},"image":{"@id":"https:\/\/www.leadshook.com\/help\/how-to-pass-a-parameter-from-a-script-to-a-custom-field\/#primaryimage"},"thumbnailUrl":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/12\/Screenshot-from-2019-12-30-14-51-17.png","keywords":["custom field","pass","pipe","script"],"articleSection":["Custom Fields","Scripts"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.leadshook.com\/help\/how-to-pass-a-parameter-from-a-script-to-a-custom-field\/","url":"https:\/\/www.leadshook.com\/help\/how-to-pass-a-parameter-from-a-script-to-a-custom-field\/","name":"How to Pass a Parameter From a Script to a Custom Field. - LeadsHook Knowledge Base","isPartOf":{"@id":"https:\/\/www.leadshook.com\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.leadshook.com\/help\/how-to-pass-a-parameter-from-a-script-to-a-custom-field\/#primaryimage"},"image":{"@id":"https:\/\/www.leadshook.com\/help\/how-to-pass-a-parameter-from-a-script-to-a-custom-field\/#primaryimage"},"thumbnailUrl":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/12\/Screenshot-from-2019-12-30-14-51-17.png","datePublished":"2019-12-30T14:58:56+00:00","dateModified":"2024-02-14T11:51:35+00:00","breadcrumb":{"@id":"https:\/\/www.leadshook.com\/help\/how-to-pass-a-parameter-from-a-script-to-a-custom-field\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.leadshook.com\/help\/how-to-pass-a-parameter-from-a-script-to-a-custom-field\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.leadshook.com\/help\/how-to-pass-a-parameter-from-a-script-to-a-custom-field\/#primaryimage","url":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/12\/Screenshot-from-2019-12-30-14-51-17.png","contentUrl":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/12\/Screenshot-from-2019-12-30-14-51-17.png","width":589,"height":828},{"@type":"BreadcrumbList","@id":"https:\/\/www.leadshook.com\/help\/how-to-pass-a-parameter-from-a-script-to-a-custom-field\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.leadshook.com\/help\/"},{"@type":"ListItem","position":2,"name":"How to Pass a Parameter From a Script to 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\/2416","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=2416"}],"version-history":[{"count":8,"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/posts\/2416\/revisions"}],"predecessor-version":[{"id":7092,"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/posts\/2416\/revisions\/7092"}],"wp:attachment":[{"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/media?parent=2416"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/categories?post=2416"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/tags?post=2416"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}