{"info":{"_postman_id":"c9ff87a4-f0e0-48d9-bb8e-a5617b692f71","name":"Newfangled Insight Engine APIs","description":"<html><head></head><body><p>The Insight Engine API endpoints allow you to:\n<br></p>\n<ul>\n<li>Record a visitor's pageview.</li>\n<li>Record a visitor's conversion/form submission.</li>\n<li>Get detailed activity information about a visitor.</li>\n<li>Add or update content to be tracked and reported on.<br></li>\n</ul>\n<p>Typically, the first three endpoints will be used to respond to visitor activity/behavior on your site. The content tracking endpoint, on the other hand, will typically be used in response to admin activity, when content is either added or updated. \n<br><br></p>\n<p>Act-On is a Marketing Automation platform, separate from the Insight Engine. The \"Act-On Helper API Endpoints\" section contains endpoints offered by the Insight Engine API that serve as easier ways to interface with Act-On. </p>\n<hr>\n<br>\n\n<h1 id=\"authentication\">Authentication</h1>\n<p>Your Insight Engine account includes an unique API token, that should be included with every API request. \n<br>\nThese endpoints expect a parameter called 'token' to be provided as part of the dataset of every request. </p>\n<ul>\n<li>For GET requests, this should be added as a URL parameter. </li>\n<li>For POST requests, this should be included in the JSON (v2) or form-data (v1) data posted. \n<br><br></li>\n</ul>\n<hr>\n<br>\n\n<h1 id=\"visitor-session-id-values\">Visitor session id values</h1>\n<h2 id=\"the-visitors-encoded-session-id-is-stored-in-a-cookie-called-nf_807d9-when-you-include-the-insight-engine-api-embed-code-this-session-is-created-and-set-automatically-every-time-a-page-is-viewed-and-the-include-code-is-loaded---when-calling-the-add-conversion-and-and-add-page-hit-endpoints-manually-you-will-need-to-pass-the-contents-of-this-cookie-as-the-session_id-value-if-it-exists-both-of-these-endpoints-return-an-encoded-session_id-value-this-should-always-then-be-set-in-the-visitors-cookie-even-if-the-visitor-already-had-one-set-the-returned-session_id-may-be-different---for-instance-if-a-form-is-submitted-with-an-email-address-that-is-recognized-the-visitor-will-be-moved-to-that-existing-session-for-all-subsequent-activity-\">The visitor's encoded session id is stored in a cookie called 'nf_807d9'. When you include the Insight Engine API embed code, this session is created and set automatically every time a page is viewed and the include code is loaded. \n<br><br>\nWhen calling the Add Conversion and and Add Page Hit endpoints manually, you will need to pass the contents of this cookie as the 'session_id' value, if it exists. Both of these endpoints return an encoded session_id value. This should always then be set in the visitor's cookie, even if the visitor already had one set. The returned session_id may be different - for instance, if a form is submitted with an email address that is recognized, the visitor will be moved to that existing session for all subsequent activity.\n<br><br></h2>\n<br>\n\n<h1 id=\"insight-engine-embed-script\">Insight Engine embed script</h1>\n<p>The Insight Engine embed script can be included on every page of your site, and follows the following format: \n<br></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\n&lt;script defer src=\"https://insight-engine.newfangled.com/api/v1/YOUR_API_TOKEN/include-api\"&gt;&lt;/script&gt;\n\n</code></pre><br>\n\n<p>This script will automatically track a pageview every time it is loaded. This alleviates the need to track page hits manually, unless you are building a Single-Page-App (SPA). \n<br><br>\nIt also provides some client-side global helper functions. If you intend to track visitor activity via JavaScript, you can use these global functions instead of the corresponding direct API endpoints found below. These global functions require a simpler dataset when accessing, and remove the need to manage visitor cookie data:</p>\n<ul>\n<li><a href=\"https://bitbucket.org/newfangled_web/workspace/snippets/4XKgj5\">See an example using the recordPageView() global helper.</a></li>\n<li><a href=\"https://bitbucket.org/newfangled_web/workspace/snippets/zXKGj8\">See an example using the postDataToIE() global helper.</a></li>\n<li><a href=\"https://bitbucket.org/newfangled_web/workspace/snippets/gBkGoj\">See an example using the getActivityDataFull() global helper.</a></li>\n</ul>\n<h2 id=\"\"><br><br></h2>\n<br></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"},{"content":"Visitor session id values","slug":"visitor-session-id-values"},{"content":"Insight Engine embed script","slug":"insight-engine-embed-script"}],"owner":"15017712","collectionId":"c9ff87a4-f0e0-48d9-bb8e-a5617b692f71","publishedId":"TzRLmqcw","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-05-02T18:01:37.000Z"},"item":[{"name":"v2 API Endpoints","item":[{"name":"Record Visitor Pagehit","event":[{"listen":"test","script":{"id":"b573ac1d-095e-44f6-b4ba-67f16fdbd04e","exec":["pm.test(\"Body matches string\", function () {","    _session_id = pm.variables.get(\"session_id\");","    pm.expect(pm.response.text()).to.include(_session_id);","});","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Response time is less than 800ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(800);","});"],"type":"text/javascript","packages":{}}}],"id":"5a7dc4e1-f68e-4db4-9ae5-80bd88b653a0","protocolProfileBehavior":{"disableBodyPruning":true,"disableCookies":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"ie-testing","value":"1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"YOUR_API_TOKEN\",\n    \"session_id\": \"VISITOR_COOKIE_VALUE\",\n    \"page_url\": \"https:\\/\\/www.newfangled.com\\/digital-marketing-consultant\\/\",\n    \"page_title\": \"Our Insights\",\n    \"utm_campaign\": \"utm campaign text\",\n    \"utm_content\": \"utm content1 text\",\n    \"utm_source\": \"utm source1 text\",\n    \"utm_medium\": \"utm medium text\",\n    \"utm_term\": \"utm term text\",\n    \"external_id\": 12345,\n    \"external_source\": \"acton\",\n    \"referrer\": \"https://www.google.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://insight-engine.newfangled.com/api/v2/pagehit","description":"<blockquote>\n<p><em>Including the Insight Engine <a href=\"#insight-engine-embed-script\">embed code</a> on page load will trigger a pageview record automatically. Use this endpoint\nonly if you need to manually record a pageview.</em>\n<br /><br /></p>\n</blockquote>\n<blockquote>\n<p><em>When you use the /include-api Insight Engine <a href=\"#insight-engine-embed-script\">embed code</a>, a pagehit may also be added client-side using the global NF. recordPageView() method. <a href=\"https://bitbucket.org/newfangled_web/workspace/snippets/4XKgj5\">See an example using the recordPageView() global helper.</a></em>\n<br /><br /></p>\n</blockquote>\n<p>This endpoint allows you to track a visitor's pageview in the Insight Engine. If the visitor already has a session_id (stored in the 'nf_807d9' cookie), that should be included in the POST data. If no 'session_id' is provided, a new one will be created for the visitor. A successful post (with a response of 200) will return a session_id value. This should then be saved in the same 'nf_807d9' cookie for the visitor.\n<br /><br /></p>\n<h4 id=\"json-post-data\">JSON Post Data</h4>\n<br />\n\n<blockquote>\n<p><strong>token</strong><br />String; Required<br />Your Insight Engine API token.</p>\n<p><strong>session_id</strong><br />String; Optional<br />The visitor's encoded session_id, if it &gt; exists, from the 'nf_807d9' cookie.</p>\n<p><strong>page_url</strong><br />String; Required<br />The url of the page being viewed.</p>\n<p><strong>page_title</strong><br />String; Required<br />The title of the page being viewed.</p>\n<p><strong>utm_campaign</strong><br />String; Optional<br />UTM parameter, if it exists, from the page being viewed.</p>\n<p><strong>utm_content</strong><br />String; Optional<br />UTM parameter, if it exists, from the page &gt; being viewed.</p>\n<p><strong>utm_source</strong><br />String; Optional<br />UTM parameter, if it exists, from the page &gt; being viewed.</p>\n<p><strong>utm_medium</strong><br />String; Optional<br />UTM parameter, if it exists, from the page &gt; being viewed.</p>\n<p><strong>utm_term</strong><br />String; Optional<br />UTM parameter, if it exists, from the page being viewed.</p>\n<p><strong>external_id</strong><br />String; Optional<br />The visitor's session id stored in the Act-On cookie. This will allow the Insight Engine to attribute pagehiits from unrecognized visitors to the correct session, if the visitor has interacted with Act-On (i.e be clicking an email link).</p>\n<p><strong>external_source</strong><br />String; Optional<br />The source of the external id - currently &gt; only 'acton' is supported.</p>\n<p><strong>referrer_url</strong>\nString; Optional<br />The external url that referred the visitor to the current page.</p>\n</blockquote>\n","urlObject":{"path":["pagehit"],"host":["https://insight-engine.newfangled.com/api/v2"],"query":[],"variable":[]}},"response":[{"id":"1e18f9b1-a458-4751-be45-63a300b224db","name":"Record Visitor Pagehit","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"YOUR_API_TOKEN\",\n    \"session_id\": \"VISITOR_COOKIE_VALUE\",\n    \"page_url\": \"https:\\/\\/www.newfangled.com\\/insights\",\n    \"page_title\": \"Our Insights\",\n    \"utm_campaign\": \"utm campaign text\",\n    \"utm_content\": \"utm content1 text\",\n    \"utm_source\": \"utm source1 text\",\n    \"utm_medium\": \"utm medium text\",\n    \"utm_term\": \"utm term text\",\n    \"external_id\": 12345,\n    \"external_source\": \"acton\",\n    \"referrer_url\": \"https://www.google.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://insight-engine.newfangled.com/api/v2/pagehit"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Date","value":"Sun, 02 May 2021 16:40:26 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u PHP/7.1.33 mod_wsgi/3.5 Python/2.7.13 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6InZOTHIxYXRRYlk4bkpvYXNFdE1pM3c9PSIsInZhbHVlIjoiYVhScVFmRUNJOGxRRFZGeVwveFM2Qlo5K013ak4wTlI2bko5TktVeVd4RjJTOFwvUTNseEtuMzBWVDFcL0ZcL1wvMGZadmlZTEVma09hdW9TM3Q1cWNYOGtYXC8rTUE4MjF0cE8zbmJ6YVpCRXZReVBIcTlKS0NaMVpcL2M3VWdLeUNGUkxxRTRjQmNBRkV1bDV2TFZvWnVQcnptZjUxWTFyVzNLc1wveHhmbUNCM1d0S3dyK0o0UEFaeXphXC9YSnBYSTdJaW10QkFLMm9TdjdvUkUxVmF1Q2FEQUxZeFpqUjAwa2I2RkM3a1Z1bDBcL0hTazRrTklPUGFnczNjNVwvTEJHc0pUWW43YklrTHZaRkYxa0xwNEs0ZU9aQ01aSnFlSWNEVlZ2M1dxWlVZT2tKb1ZpdFBEQ0tVeXZtaW1PYnFhYXg4Z1FkbFI2ZlBkZk5CeU1tdlBLVHJvdmw2NGlweHAyY1FSdWNTSHZcLzFyZmRyNXdQaDR2UlRoQlNDaVwvejltYTVaMVY0eSIsIm1hYyI6ImI4NTY0MTY2YTgxZmQ1ZTdmY2ZmNWZkNThlOWEyNGE2ZDcyMGI0YWViNDMxODkyODRhMDRjYmMyZDJkMjI0ZWEifQ%3D%3D; expires=Sun, 02-May-2021 18:40:27 GMT; Max-Age=7200; path=/; HttpOnly"},{"key":"Content-Length","value":"32"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"L1kvUWJMM3krcjlLalRJSkJ2MVg4Zz09"}],"_postman_id":"5a7dc4e1-f68e-4db4-9ae5-80bd88b653a0"},{"name":"Record Visitor Conversion","event":[{"listen":"test","script":{"id":"4cfc23f7-647e-4de0-9413-354642b0886f","exec":["pm.test(\"Body matches string\", function () {","    _session_id = pm.variables.get(\"session_id\");","    pm.expect(pm.response.text()).to.include(_session_id);","});","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Response time is less than 800ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(800);","});"],"type":"text/javascript","packages":{}}}],"id":"6dad1f0a-1de6-4e77-9f1a-a61a2f66cea4","protocolProfileBehavior":{"disableBodyPruning":true,"disableCookies":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"YOUR_API_TOKEN\",\n    \"session_id\": \"VISITOR_COOKIE_VALUE\",\n    \"form_name\": \"Conversion Test (API v2)\",\n    \"page_url\": \"https:\\/\\/www.newfangled.com\\/contact-us\\/\",\n    \"page_title\": \"Our Insights\",\n    \"utm_campaign\": \"utm campaign text\",\n    \"utm_content\": \"utm content1 text\",\n    \"utm_source\": \"utm source1 text\",\n    \"utm_medium\": \"utm medium text\",\n    \"utm_term\": \"utm term text\",\n    \"email\": \"{{visitor_email}}\",\n    \"fields\": {\n        \"First Name\": \"David\",\n        \"Last Name\": \"Mello\",\n        \"Email\": \"{{visitor_email}}\",\n        \"Company\": \"Newfangled\",\n        \"Title\": \"CTO\",\n        \"_spamchecked\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://insight-engine.newfangled.com/api/v2/conversion?ie-testing=1","description":"<blockquote>\n<p><em>When you use the /include-api Insight Engine <a href=\"#insight-engine-embed-script\">embed code</a>, a conversion may also be added client-side using the global NF. postDataToIE() method. <a href=\"https://bitbucket.org/newfangled_web/workspace/snippets/zXKGj8\">See an example using the postDataToIE() global helper.</a></em>\n<br /><br /></p>\n</blockquote>\n<p>This endpoint allows you to track a visitor's conversion (form submission) in the Insight Engine. If the visitor already has a session_id (stored in the 'nf_807d9' cookie), that should be included in the POST data. If no 'session_id' is provided, a new one will be created for the visitor. </p>\n<p>**A successful post (with a response of 200) will return a session_id value. This should then be saved in the same 'nf_807d9' cookie for the visitor. This cookie should have an httppnly flag of false, so that the cookie can be read by the Insight Engine beacon code on subsuqent page views. **</p>\n<blockquote>\n<p> <a href=\"https://bitbucket.org/newfangled_web/workspace/snippets/zXrjeX\">See a PHP example using this endpoint.</a></p>\n</blockquote>\n<p><br /><br /></p>\n<h4 id=\"json-post-data\">JSON POST DATA</h4>\n<br />\n\n<blockquote>\n<p><strong>token</strong><br />String; Required<br />Your Insight Engine API token.</p>\n<p><strong>session_id</strong><br />String; Optional<br />The visitor's encoded session_id, if it &gt; exists, from the 'nf_807d9' cookie.</p>\n<p><strong>form_name</strong><br />String; Required<br />The name of the form, as it will appear in &gt; the Insight Engine.</p>\n<p><strong>page_url</strong><br />String; Required<br />The url of the page the conversion happened on.</p>\n<p><strong>page_title</strong><br />String; Required<br />The title of the page the conversion happened on.</p>\n<p><strong>email</strong><br />String; Optional<br />Optional, but required if there not a value in the \u0000elds array called 'Email', 'Email Address', or 'Business Email'.</p>\n<p><strong>fi\u0000elds</strong><br />Array; Required<br />The fi\u0000elds from the form submission, to record with as the conversion. The labels will appear in the Insight Engine as they are entered here. Note that if this array does not contain a \u0000field called 'Email', 'Email Address', or 'Business Email', you must explicitly define it (see above).</p>\n<p>Include a value of _spamchecked = true if this conversion has already been checked by a spam filter (such as Akismet) before being posted to the Insight Engine.</p>\n<p><strong>utm_campaign</strong><br />String; Optional<br />UTM parameter, if it exists, from the page the conversion happened on.</p>\n<p><strong>utm_content</strong><br />String; Optional<br />UTM parameter, if it exists, from the page the conversion happened on.</p>\n<p><strong>utm_source</strong><br />String; Optional<br />UTM parameter, if it exists, from the page the conversion happened on.</p>\n<p><strong>utm_medium</strong><br />String; Optional<br />UTM parameter, if it exists, from the page &gt; the conversion happened on.</p>\n<p><strong>utm_term</strong><br />String; Optional<br />UTM parameter, if it exists, from the page the conversion happened on.</p>\n</blockquote>\n","urlObject":{"path":["conversion"],"host":["https://insight-engine.newfangled.com/api/v2"],"query":[{"key":"ie-testing","value":"1"}],"variable":[]}},"response":[{"id":"a631807a-0719-49a3-8b88-45a2fbc47ec5","name":"Record Visitor Conversion","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"YOUR_API_TOKEN\",\n    \"session_id\": \"VISITOR_COOKIE_VALUE\",\n    \"form_name\": \"Conversion Test (API v2)\",\n    \"page_url\": \"https:\\/\\/www.newfangled.com\\/insights\",\n    \"page_title\": \"Our Insights\",\n    \"utm_campaign\": \"utm campaign text\",\n    \"utm_content\": \"utm content1 text\",\n    \"utm_source\": \"utm source1 text\",\n    \"utm_medium\": \"utm medium text\",\n    \"utm_term\": \"utm term text\",\n    \"email\": \"dave+apitesting@newfangled.com\",\n    \"fields\": {\n        \"First Name\": \"David\",\n        \"Last Name\": \"Mello\",\n        \"Email\": \"dave+apitesting@newfangled.com\",\n        \"Company\": \"Newfangled\",\n        \"Title\": \"CTO\",\n        \"_spamchecked\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://insight-engine.newfangled.com/api/v2/conversion"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Date","value":"Sun, 02 May 2021 16:40:04 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u PHP/7.1.33 mod_wsgi/3.5 Python/2.7.13 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkxVbStMWk5taVZnU0tDWjBTZXZxN2c9PSIsInZhbHVlIjoidnhla21kUFpGcFRcL3dwZVpKTXljSnpqdU1yQU5qSCtZSjZxbW85UkdFZG9sUFprU2w3OXFlQzhHWlUxWVBqZG8zRWo2RzhoRWsyZ3ZNT3IrcXJpWDhmN0dIZ09kTERDeWJaVVpTT2xvY1VCc3BVUTRoXC9KY0ZWdGxFbnBTajYybkJpUnJDa1FIRWpoQUNPenFKd3J5aXo5QUd2eUxXRURcL0JrQXlWZENqMkpjQmlHcTJWbDRsK1NUUFk4b1lDRFNNYWtQb09nUmM2ckd0TGlsSjVaUkVwRTd5dVRkNHo0Q296aks0Q0hiMWpHYkxjbExWdlN3aE5BVGZsaTMrVkFZWkZrTmxNZmdBTStEZkk0WnBDcmhxeG5jNlc0RER1T3NnRzNlWDk2QkNMOWpvaTUxb1hjVWNGTGxOOHpwS09JcXgxcnhmWE9ibUI3SExGc0VsWlNYUEpteWlvQ2xEREMxaXBXS0VGK2ZvQ0tBWDNiMThuVXh0cUtrcTAzRStpdlZZMHlzMm1DOTdSS3pmdWFzZnlpYng2UT09IiwibWFjIjoiMmNmNDE2ZGI1OWYyYjllNzQ1MGFhYTI2ZTcwNDYwMTg1NDg4YTM4N2I5ZDQ1OWY5ZGEyNzdiMGE2MzkyMjFiZSJ9; expires=Sun, 02-May-2021 18:40:04 GMT; Max-Age=7200; path=/; HttpOnly"},{"key":"Content-Length","value":"32"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"L1kvUWJMM3krcjlLalRJSkJ2MVg4Zz09"}],"_postman_id":"6dad1f0a-1de6-4e77-9f1a-a61a2f66cea4"},{"name":"Record External Conversion","event":[{"listen":"test","script":{"id":"4cfc23f7-647e-4de0-9413-354642b0886f","exec":["pm.test(\"Body matches string\", function () {","    _session_id = pm.variables.get(\"session_id\");","    pm.expect(pm.response.text()).to.include(_session_id);","});","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Response time is less than 800ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(800);","});"],"type":"text/javascript","packages":{}}}],"id":"a21728ca-a5cc-4545-ac73-534eec72ac4f","protocolProfileBehavior":{"disableBodyPruning":true,"disableCookies":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"ie-testing","value":"1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"YOUR_API_TOKEN\",\n    \"form_name\": \"LinkedIn Lead Gen - Ad Name\",\n    \"page_url\": \"https://www.linkedin.com/company/o3-world\",\n    \"page_title\": \"Ad Name\",\n    \"utm_campaign\": \"lead_gen_campaign_name\",\n    \"utm_content\": \"lead_gen_ad_name\",\n    \"utm_source\": \"LinkedIn\",\n    \"utm_medium\": \"cpc\",\n    \"utm_term\": \"utm term text\",\n    \"email\": \"{{visitor_email}}\",\n    \"First Name\": \"David\",\n    \"Last Name\": \"Mello\",\n    \"Email\": \"{{visitor_email}}\",\n    \"Company\": \"Newfangled\",\n    \"Title\": \"CTO\"\n}","options":{"raw":{"language":"json"}}},"url":"https://insight-engine.newfangled.com/api/v2/conversion-external?token=YOUR_API_TOKEN","description":"<blockquote>\n<p><em>When you use the /include-api Insight Engine <a href=\"#insight-engine-embed-script\">embed code</a>, a conversion may also be added client-side using the global NF. postDataToIE() method. <a href=\"https://bitbucket.org/newfangled_web/workspace/snippets/zXKGj8\">See an example using the postDataToIE() global helper.</a></em>\n<br /><br /></p>\n</blockquote>\n<p>This endpoint allows you to track a visitor's conversion (form submission) in the Insight Engine. If the visitor already has a session_id (stored in the 'nf_807d9' cookie), that should be included in the POST data. If no 'session_id' is provided, a new one will be created for the visitor. </p>\n<p>**A successful post (with a response of 200) will return a session_id value. This should then be saved in the same 'nf_807d9' cookie for the visitor. This cookie should have an httppnly flag of false, so that the cookie can be read by the Insight Engine beacon code on subsuqent page views. **</p>\n<blockquote>\n<p> <a href=\"https://bitbucket.org/newfangled_web/workspace/snippets/zXrjeX\">See a PHP example using this endpoint.</a></p>\n</blockquote>\n<p><br /><br /></p>\n<h4 id=\"json-post-data\">JSON POST DATA</h4>\n<br />\n\n<blockquote>\n<p><strong>token</strong><br />String; Required<br />Your Insight Engine API token.</p>\n<p><strong>session_id</strong><br />String; Optional<br />The visitor's encoded session_id, if it &gt; exists, from the 'nf_807d9' cookie.</p>\n<p><strong>form_name</strong><br />String; Required<br />The name of the form, as it will appear in &gt; the Insight Engine.</p>\n<p><strong>page_url</strong><br />String; Required<br />The url of the page the conversion happened on.</p>\n<p><strong>page_title</strong><br />String; Required<br />The title of the page the conversion happened on.</p>\n<p><strong>email</strong><br />String; Optional<br />Optional, but required if there not a value in the \u0000elds array called 'Email', 'Email Address', or 'Business Email'.</p>\n<p><strong>fi\u0000elds</strong><br />Array; Required<br />The fi\u0000elds from the form submission, to record with as the conversion. The labels will appear in the Insight Engine as they are entered here. Note that if this array does not contain a \u0000field called 'Email', 'Email Address', or 'Business Email', you must explicitly define it (see above).</p>\n<p>Include a value of _spamchecked = true if this conversion has already been checked by a spam filter (such as Akismet) before being posted to the Insight Engine.</p>\n<p><strong>utm_campaign</strong><br />String; Optional<br />UTM parameter, if it exists, from the page the conversion happened on.</p>\n<p><strong>utm_content</strong><br />String; Optional<br />UTM parameter, if it exists, from the page the conversion happened on.</p>\n<p><strong>utm_source</strong><br />String; Optional<br />UTM parameter, if it exists, from the page the conversion happened on.</p>\n<p><strong>utm_medium</strong><br />String; Optional<br />UTM parameter, if it exists, from the page &gt; the conversion happened on.</p>\n<p><strong>utm_term</strong><br />String; Optional<br />UTM parameter, if it exists, from the page the conversion happened on.</p>\n</blockquote>\n","urlObject":{"path":["conversion-external"],"host":["https://insight-engine.newfangled.com/api/v2"],"query":[{"key":"token","value":"YOUR_API_TOKEN"}],"variable":[]}},"response":[{"id":"59d2bee6-6697-492b-a290-8b29351552d8","name":"Record Visitor Conversion","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"YOUR_API_TOKEN\",\n    \"session_id\": \"VISITOR_COOKIE_VALUE\",\n    \"form_name\": \"Conversion Test (API v2)\",\n    \"page_url\": \"https:\\/\\/www.newfangled.com\\/insights\",\n    \"page_title\": \"Our Insights\",\n    \"utm_campaign\": \"utm campaign text\",\n    \"utm_content\": \"utm content1 text\",\n    \"utm_source\": \"utm source1 text\",\n    \"utm_medium\": \"utm medium text\",\n    \"utm_term\": \"utm term text\",\n    \"email\": \"dave+apitesting@newfangled.com\",\n    \"fields\": {\n        \"First Name\": \"David\",\n        \"Last Name\": \"Mello\",\n        \"Email\": \"dave+apitesting@newfangled.com\",\n        \"Company\": \"Newfangled\",\n        \"Title\": \"CTO\",\n        \"_spamchecked\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://insight-engine.newfangled.com/api/v2/conversion"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Date","value":"Sun, 02 May 2021 16:40:04 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u PHP/7.1.33 mod_wsgi/3.5 Python/2.7.13 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkxVbStMWk5taVZnU0tDWjBTZXZxN2c9PSIsInZhbHVlIjoidnhla21kUFpGcFRcL3dwZVpKTXljSnpqdU1yQU5qSCtZSjZxbW85UkdFZG9sUFprU2w3OXFlQzhHWlUxWVBqZG8zRWo2RzhoRWsyZ3ZNT3IrcXJpWDhmN0dIZ09kTERDeWJaVVpTT2xvY1VCc3BVUTRoXC9KY0ZWdGxFbnBTajYybkJpUnJDa1FIRWpoQUNPenFKd3J5aXo5QUd2eUxXRURcL0JrQXlWZENqMkpjQmlHcTJWbDRsK1NUUFk4b1lDRFNNYWtQb09nUmM2ckd0TGlsSjVaUkVwRTd5dVRkNHo0Q296aks0Q0hiMWpHYkxjbExWdlN3aE5BVGZsaTMrVkFZWkZrTmxNZmdBTStEZkk0WnBDcmhxeG5jNlc0RER1T3NnRzNlWDk2QkNMOWpvaTUxb1hjVWNGTGxOOHpwS09JcXgxcnhmWE9ibUI3SExGc0VsWlNYUEpteWlvQ2xEREMxaXBXS0VGK2ZvQ0tBWDNiMThuVXh0cUtrcTAzRStpdlZZMHlzMm1DOTdSS3pmdWFzZnlpYng2UT09IiwibWFjIjoiMmNmNDE2ZGI1OWYyYjllNzQ1MGFhYTI2ZTcwNDYwMTg1NDg4YTM4N2I5ZDQ1OWY5ZGEyNzdiMGE2MzkyMjFiZSJ9; expires=Sun, 02-May-2021 18:40:04 GMT; Max-Age=7200; path=/; HttpOnly"},{"key":"Content-Length","value":"32"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"L1kvUWJMM3krcjlLalRJSkJ2MVg4Zz09"}],"_postman_id":"a21728ca-a5cc-4545-ac73-534eec72ac4f"},{"name":"Plugin Notification","event":[{"listen":"test","script":{"id":"76d374a3-173e-4ea7-8ebf-349ce40cd17a","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"type":"text/javascript","packages":{}}}],"id":"00e48192-eee1-4e78-a7ff-4aa0cbcbb586","protocolProfileBehavior":{"disableBodyPruning":true,"disableCookies":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"ie-testing","value":"1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"YOUR_API_TOKEN\",\n    \"to_address\": \"dave@newfangled.com\",\n    \"subject\": \"Test\",\n    \"message\": \"message text\"\n}","options":{"raw":{"language":"json"}}},"url":"https://insight-engine.newfangled.com/api/v2/plugin-notification","description":"<p>This endpoint allows you to send content items to be tracked in the Insight Engine. The 'uniqueid' identi\u0000er will determine\nwhether to create a new content entry, or to update an existing one.\n<br /><br /></p>\n<h4 id=\"json-post-data\">JSON POST DATA</h4>\n<br />\n\n<blockquote>\n<p><strong>token</strong><br />String; Required<br />Your Insight Engine API token.</p>\n<p><strong>verbose</strong><br />Boolean; Optional<br />Set to true to return details about the item created or updated.</p>\n<p><strong>uniqueid</strong><br />Integer; Required<br />A unique integer for the content item, such as a post id.</p>\n<p><strong>url</strong>\nString; Required<br />The full, \u0000nal URL of the content item.</p>\n<p><strong>title</strong><br />String; Required<br />The title of the content item.</p>\n<p><strong>type</strong><br />String; Required<br />The type of the content item, as it will display in the Insight Engine.</p>\n<p><strong>publishdate</strong><br />Mixed; Required<br />Can be either a timestamp or a properly &gt; formatted date string.</p>\n<p><strong>modifydate</strong><br />Mixed; Optional<br />Can be either a timestamp or a properly &gt; formatted date string.</p>\n<p><strong>wordcount</strong><br />Integer; Optional<br />The wordcount of the content item.</p>\n<p><strong>author</strong><br />String; Required<br />The author, as it will display in the Insight Engine.</p>\n<p><strong>terms</strong><br />Array; Optional<br />Taxonomy/tags for this content item.</p>\n</blockquote>\n","urlObject":{"path":["plugin-notification"],"host":["https://insight-engine.newfangled.com/api/v2"],"query":[],"variable":[]}},"response":[{"id":"4bcf4d51-5e77-4abe-9268-aa6c748cebf5","name":"Upsert Content","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"YOUR_API_TOKEN\",\n    \"verbose\": true,\n    \"uniqueid\": \"123457\",\n    \"url\": \"https:\\/\\/www.newfangled.com\\/example-blog-post\",\n    \"title\": \"Example Blog Post Title\",\n    \"type\": \"Article\",\n    \"publishdate\": \"May 1 2021\",\n    \"modifydate\": \"May 1 2021\",\n    \"wordcount\": 1200,\n    \"author\": \"David Mello\",\n    \"terms\": [\n        [\n            \"category\",\n            \"Design\"\n        ],\n        [\n            \"target-audience\",\n            \"Director of Marketing\"\n        ],\n        [\n            \"target-audience\",\n            \"Marketing Executive\"\n        ]\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://insight-engine.newfangled.com/api/v2/content"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 02 May 2021 16:39:37 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u PHP/7.1.33 mod_wsgi/3.5 Python/2.7.13 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6InQ1N1wvaVVIeFJnbW1aSUdjZXVHOGh3PT0iLCJ2YWx1ZSI6Im92a0hScGRqMTg0dUl5REd6WEpCdjBnSnErNk52WU9OU3RmXC90NE5FeE5LM0xKdG5sbXI2eGwxWGtvb1hvMVdmQVRET1VoSzk4cjhQanZnU3Rza2tYQ0ZcLzF6S3dUMGF1K3ozRFI5b1IrWVN6Z0o0aTgwUGtGbTJuRWJ4ZUpGeWdaNnlCXC9sM3FrcmxpT3A3NjFzZ2ROV09PU0N2Z05HSXhhZURwZW5YOEdpdElBcjhhVVZWbkpJb2dCQllScXdFSllVRk9HUGFnM3Y5ODQ1eURyNlVIWTNPM3BhMjhGempKNjJNVllXNjlaMHhjaThcL3BEU1U2UjZxMWxMOGdNMjNBQ0dxcWtkOEZxcUpIVkI1OEFTV3BsOElKWVZ2aVVCWlB5WmtKTDlTbm5CRTJGemNQSEdPc3l5cWhtWlVRbTliYUNPNGcyS2tVM09XR1ZcL1pmelcreVJ6RThSY0d4ajNFK1M0REJjYjlNbzVudFpxUFhZSWh2bXAwaEI1QWUxY1E3IiwibWFjIjoiNTk0MDJhN2ExMGVjNjBkMmI4NGY5MzFhMzczODBmOTZlODJlMDg1ZDhhZTg5YWZiZjVlN2FjNDMxYjBlM2QzNSJ9; expires=Sun, 02-May-2021 18:39:38 GMT; Max-Age=7200; path=/; HttpOnly"},{"key":"Content-Length","value":"633"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"update\",\n    \"content_item\": {\n        \"contentactivity_id\": 11729,\n        \"url\": \"https://www.newfangled.com/example-blog-post\",\n        \"title\": \"Example Blog Post Title\",\n        \"type\": \"Article\",\n        \"wordcount\": 1200,\n        \"author\": \"David Mello\",\n        \"published\": 1619841600,\n        \"modified\": 1619841600,\n        \"postid\": \"123457\",\n        \"status\": \"Published\",\n        \"hide\": null\n    },\n    \"content_terms\": [\n        {\n            \"content_id\": 11729,\n            \"meta_name\": \"category\",\n            \"meta_value\": \"Design\",\n            \"contentmeta_id\": 38870\n        },\n        {\n            \"content_id\": 11729,\n            \"meta_name\": \"target-audience\",\n            \"meta_value\": \"Director of Marketing\",\n            \"contentmeta_id\": 38871\n        },\n        {\n            \"content_id\": 11729,\n            \"meta_name\": \"target-audience\",\n            \"meta_value\": \"Marketing Executive\",\n            \"contentmeta_id\": 38872\n        }\n    ]\n}"}],"_postman_id":"00e48192-eee1-4e78-a7ff-4aa0cbcbb586"},{"name":"Upsert Content","event":[{"listen":"test","script":{"id":"76d374a3-173e-4ea7-8ebf-349ce40cd17a","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Content Updated\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.action).to.eql('update');","});","","pm.test(\"Response time is less than 800ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(800);","});"],"type":"text/javascript","packages":{}}}],"id":"349a07ba-3140-471f-a3ba-6518c38a6b20","protocolProfileBehavior":{"disableBodyPruning":true,"disableCookies":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"ie-testing","value":"1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"YOUR_API_TOKEN\",\n    \"verbose\": true,\n    \"uniqueid\": \"123457\",\n    \"url\": \"https:\\/\\/www.newfangled.com\\/example-blog-post\",\n    \"title\": \"Example Blog Post Title\",\n    \"type\": \"Article\",\n    \"publishdate\": \"May 1 2021\",\n    \"modifydate\": \"May 1 2021\",\n    \"wordcount\": 1200,\n    \"author\": \"David Mello\",\n    \"terms\": [\n        [\n            \"category\",\n            \"Design\"\n        ],\n        [\n            \"target-audience\",\n            \"Director of Marketing\"\n        ],\n        [\n            \"target-audience\",\n            \"Marketing Executive\"\n        ]\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://insight-engine.newfangled.com/api/v2/content","description":"<p>This endpoint allows you to send content items to be tracked in the Insight Engine. The 'uniqueid' identi\u0000er will determine\nwhether to create a new content entry, or to update an existing one.\n<br /><br /></p>\n<h4 id=\"json-post-data\">JSON POST DATA</h4>\n<br />\n\n<blockquote>\n<p><strong>token</strong><br />String; Required<br />Your Insight Engine API token.</p>\n<p><strong>verbose</strong><br />Boolean; Optional<br />Set to true to return details about the item created or updated.</p>\n<p><strong>uniqueid</strong><br />Integer; Required<br />A unique integer for the content item, such as a post id.</p>\n<p><strong>url</strong>\nString; Required<br />The full, \u0000nal URL of the content item.</p>\n<p><strong>title</strong><br />String; Required<br />The title of the content item.</p>\n<p><strong>type</strong><br />String; Required<br />The type of the content item, as it will display in the Insight Engine.</p>\n<p><strong>publishdate</strong><br />Mixed; Required<br />Can be either a timestamp or a properly &gt; formatted date string.</p>\n<p><strong>modifydate</strong><br />Mixed; Optional<br />Can be either a timestamp or a properly &gt; formatted date string.</p>\n<p><strong>wordcount</strong><br />Integer; Optional<br />The wordcount of the content item.</p>\n<p><strong>author</strong><br />String; Required<br />The author, as it will display in the Insight Engine.</p>\n<p><strong>terms</strong><br />Array; Optional<br />Taxonomy/tags for this content item.</p>\n</blockquote>\n","urlObject":{"path":["content"],"host":["https://insight-engine.newfangled.com/api/v2"],"query":[],"variable":[]}},"response":[{"id":"78eb7804-c062-4b0c-859f-e93f4daad92a","name":"Upsert Content","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"YOUR_API_TOKEN\",\n    \"verbose\": true,\n    \"uniqueid\": \"123457\",\n    \"url\": \"https:\\/\\/www.newfangled.com\\/example-blog-post\",\n    \"title\": \"Example Blog Post Title\",\n    \"type\": \"Article\",\n    \"publishdate\": \"May 1 2021\",\n    \"modifydate\": \"May 1 2021\",\n    \"wordcount\": 1200,\n    \"author\": \"David Mello\",\n    \"terms\": [\n        [\n            \"category\",\n            \"Design\"\n        ],\n        [\n            \"target-audience\",\n            \"Director of Marketing\"\n        ],\n        [\n            \"target-audience\",\n            \"Marketing Executive\"\n        ]\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://insight-engine.newfangled.com/api/v2/content"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 02 May 2021 16:39:37 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u PHP/7.1.33 mod_wsgi/3.5 Python/2.7.13 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6InQ1N1wvaVVIeFJnbW1aSUdjZXVHOGh3PT0iLCJ2YWx1ZSI6Im92a0hScGRqMTg0dUl5REd6WEpCdjBnSnErNk52WU9OU3RmXC90NE5FeE5LM0xKdG5sbXI2eGwxWGtvb1hvMVdmQVRET1VoSzk4cjhQanZnU3Rza2tYQ0ZcLzF6S3dUMGF1K3ozRFI5b1IrWVN6Z0o0aTgwUGtGbTJuRWJ4ZUpGeWdaNnlCXC9sM3FrcmxpT3A3NjFzZ2ROV09PU0N2Z05HSXhhZURwZW5YOEdpdElBcjhhVVZWbkpJb2dCQllScXdFSllVRk9HUGFnM3Y5ODQ1eURyNlVIWTNPM3BhMjhGempKNjJNVllXNjlaMHhjaThcL3BEU1U2UjZxMWxMOGdNMjNBQ0dxcWtkOEZxcUpIVkI1OEFTV3BsOElKWVZ2aVVCWlB5WmtKTDlTbm5CRTJGemNQSEdPc3l5cWhtWlVRbTliYUNPNGcyS2tVM09XR1ZcL1pmelcreVJ6RThSY0d4ajNFK1M0REJjYjlNbzVudFpxUFhZSWh2bXAwaEI1QWUxY1E3IiwibWFjIjoiNTk0MDJhN2ExMGVjNjBkMmI4NGY5MzFhMzczODBmOTZlODJlMDg1ZDhhZTg5YWZiZjVlN2FjNDMxYjBlM2QzNSJ9; expires=Sun, 02-May-2021 18:39:38 GMT; Max-Age=7200; path=/; HttpOnly"},{"key":"Content-Length","value":"633"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"update\",\n    \"content_item\": {\n        \"contentactivity_id\": 11729,\n        \"url\": \"https://www.newfangled.com/example-blog-post\",\n        \"title\": \"Example Blog Post Title\",\n        \"type\": \"Article\",\n        \"wordcount\": 1200,\n        \"author\": \"David Mello\",\n        \"published\": 1619841600,\n        \"modified\": 1619841600,\n        \"postid\": \"123457\",\n        \"status\": \"Published\",\n        \"hide\": null\n    },\n    \"content_terms\": [\n        {\n            \"content_id\": 11729,\n            \"meta_name\": \"category\",\n            \"meta_value\": \"Design\",\n            \"contentmeta_id\": 38870\n        },\n        {\n            \"content_id\": 11729,\n            \"meta_name\": \"target-audience\",\n            \"meta_value\": \"Director of Marketing\",\n            \"contentmeta_id\": 38871\n        },\n        {\n            \"content_id\": 11729,\n            \"meta_name\": \"target-audience\",\n            \"meta_value\": \"Marketing Executive\",\n            \"contentmeta_id\": 38872\n        }\n    ]\n}"}],"_postman_id":"349a07ba-3140-471f-a3ba-6518c38a6b20"},{"name":"Get Visitor Activity History","event":[{"listen":"test","script":{"id":"26f80995-1e78-45fd-931b-82e126f29293","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Profile Returned\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData).to.have.property('profile');","});","","pm.test(\"Response time is less than 800ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(800);","});"],"type":"text/javascript","packages":{}}}],"id":"76217d98-751e-4472-93a1-d26cefc419ea","protocolProfileBehavior":{"disableBodyPruning":true,"disableCookies":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"ie-testing","value":"1","type":"text"}],"url":"https://insight-engine.newfangled.com/api/v2/activity?session_id=VISITOR_COOKIE_VALUE&email=VISITOR_EMAIL_ADDRESS&token=YOUR_API_TOKEN","description":"<blockquote>\n<p><em>When you use the /include-api Insight Engine <a href=\"#insight-engine-embed-script\">embed code</a>, visitor activity may also be retrieved client-side using the global NF. getActivityDataFull() method. <a href=\"https://bitbucket.org/newfangled_web/workspace/snippets/gBkGoj\">See an example using the getActivityDataFull() global helper.</a></em>\n<br /><br /></p>\n</blockquote>\n<p>This endpoint allows you to get activity data for the current visitor, based on the 'session_id' value stored in the 'nf_807d9' cookie. A successful request will return a JSON object containing:</p>\n<ul>\n<li>Profile/social/employment data (where available)</li>\n<li>Pageview activity</li>\n<li>Conversion activity</li>\n<li>Content reading trends (based on content items with taxonomies tracked in the Insight Engine) UTM sources, if available.</li>\n</ul>\n<p>It also includes two 'roll-up' sets of data:</p>\n<ul>\n<li>'submitted_fields': a list of all the form fields the visitor has submitted, in a name/value pair. If the visitor has submitted more than one value for a field, the values will be shown as an array for that field name</li>\n<li>'submitted_forms': a list of the names of all the forms the visitor has submitted</li>\n</ul>\n","urlObject":{"path":["activity"],"host":["https://insight-engine.newfangled.com/api/v2"],"query":[{"description":{"content":"<p>(optional) The 'session_id' value stored in the 'nf_807d9' cookie. Either this of 'email' must be provided. </p>\n","type":"text/plain"},"key":"session_id","value":"VISITOR_COOKIE_VALUE"},{"description":{"content":"<p>(optional) The email address of the visitor. Either this or 'session_id' must be provided.</p>\n","type":"text/plain"},"key":"email","value":"VISITOR_EMAIL_ADDRESS"},{"description":{"content":"<p>Your Insight Engine API Token.</p>\n","type":"text/plain"},"key":"token","value":"YOUR_API_TOKEN"}],"variable":[]}},"response":[{"id":"5bbb3859-0b80-423e-a97d-151b3d634afd","name":"Get Visitor Activity History","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://insight-engine.newfangled.com/api/v2/activity?session_id=VISITOR_COOKIE_VALUE&token=YOUR_API_TOKEN","host":["https://insight-engine.newfangled.com/api/v2"],"path":["activity"],"query":[{"key":"session_id","value":"VISITOR_COOKIE_VALUE","description":"The 'session_id' value stored in the 'nf_807d9' cookie."},{"key":"token","value":"YOUR_API_TOKEN","description":"Your Insight Engine API Token."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 02 May 2021 16:47:03 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u PHP/7.1.33 mod_wsgi/3.5 Python/2.7.13 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlBXY1pjejF5RlNhYlFNRkVcL1NyYk53PT0iLCJ2YWx1ZSI6Im4yeTB6cGNQNURpXC9mOHJ5ZGhIYlRIcEFHK3I1ZFhMRTJQT2xLNmYyNnNwdGFkQzRhZitQRnRBNTYrTHRuYmhLaDV6SXNqSXJSakpaeUhSTHB6NWdTUmhvUGVTclRPd3YrTlVRdUtKSEo3dDU2MkE3b3FZMSt4Wlh1Rk1QVm1QS010ZjZJdTc4RWY0bVdXd1V5QXYyem5HT1JRREwwZVFZYTYyaWFQUVBycVZvXC9RNGIwTVh1cEVhR3ZYXC9FRkdvUU5ZZzVJWFJlMEM2TWN5VGFUdlFXcXlsRng2TTIwa2xHSkcxQkZWUE1vZXhZaTFCMWJ5Z3o0UmpvK2ZCb1JwV2VrbVlOWWExNWhmSlN2dmljZlVDdUI2STZXMFkrVDR3dFE4VThISWlJSkl6VXFqRXY4RmxnXC9Ld0NCY2d6c3BIem9iVkVCZDhvSkRzNnZJQmdmRVI5QVROalZZXC9ZZUxkd0pxXC9udXB1UVhlMURhM0h2bzgrUXZ5NTdwR09XTUhqY3FIdkJYd2NkWGR2aHZ2N0IyUVpJS2c9PSIsIm1hYyI6Ijc0ZWEwMGRhNWJkMGVhNjdkNmViZDEwM2YxZDRkMGZhOThhMWEwZDg1ODVmN2EzYzFmOTExMzJhNTBmNDI1MDAifQ%3D%3D; expires=Sun, 02-May-2021 18:47:03 GMT; Max-Age=7200; path=/; HttpOnly"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"profile\": {\n        \"name\": \"David Mello\",\n        \"title\": \"CTO\",\n        \"company\": \"Newfangled\",\n        \"active\": true,\n        \"email\": \"dave+apitesting@newfangled.com\",\n        \"location\": \"<div class=\\\"maybe\\\">Chapel Hill, North Carolina</div>\",\n        \"avatar\": \"https://img.fullcontact.com/static/92fd53a650ff8f72c8c9eb568182c4c4_74cb6312691c529da398d6f442e958e11fe5baf819b20fdc6df75a628dfa6cfe\",\n        \"avatar_default\": \"https://insight-engine.newfangled.com/images/letters/d.png\",\n        \"conversions\": [\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Conversion Test (API v1)\"\n            },\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Conversion Test (API v2)\"\n            },\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Conversion Test (API v1)\"\n            },\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Conversion Test (API v2)\"\n            },\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Conversion Test (API v1)\"\n            },\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Conversion Test (API v1)\"\n            },\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Conversion Test (API v2)\"\n            },\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Conversion Test (API v1)\"\n            },\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Conversion Test (API v1)\"\n            },\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Conversion Test (API v1)\"\n            },\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Conversion Test (API v1)\"\n            },\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Conversion Test (API v1)\"\n            },\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Conversion Test (API v1)\"\n            },\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Server Side Test 2\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"Website Form - Test Form 2 - New API endpoint\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"A Test Form\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"A Test Form\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"Server Side Test 2\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"A Test Form\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"A Test Form\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"A Test Form\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"A Test Form\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"Website Form - Test Form 2 - New API endpoint\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"Server Side Test 2\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"Server Side Test 2\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"Server Side Test 2\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"Server Side Test 2\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"Website Form - Test Form 2 - New API endpoint\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"Server Side Test 2\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"Website Form - Test Form 2 - New API endpoint\"\n            }\n        ],\n        \"organizations\": [\n            {\n                \"title\": \"Senior Developer\",\n                \"name\": \"Newfangled\"\n            },\n            {\n                \"title\": \"Freelance Developer\",\n                \"name\": \"Freelance\"\n            },\n            {\n                \"title\": \"Senior Developer\",\n                \"name\": \"Newfangled Web Factory\",\n                \"dates\": \"1998-07 - 2016-02\"\n            },\n            {\n                \"title\": \"Director of Technology\",\n                \"name\": \"Newfangled\"\n            },\n            {\n                \"title\": \"Director of Technology\",\n                \"name\": \"Newfangled Web\",\n                \"dates\": \"2020-09 - Present\"\n            },\n            {\n                \"title\": \"Director of Technology\",\n                \"name\": \"Newfangled Web\",\n                \"status\": \" (primary)\",\n                \"dates\": \"2016-02 - Present\"\n            }\n        ],\n        \"bio\": \"<p>Director of Technology at https://t.co/cdKeiP6Vfp. Accidental Southerner.</p><p>Director of Technology at Newfangled</p>\",\n        \"websites\": [\n            \"http://www.newfangled.com/web_development_blog\",\n            \"http://www.newfangled.com/\",\n            \"https://www.newfangled.com/dave_mello_newfangled\"\n        ],\n        \"social\": [\n            {\n                \"link\": \"https://twitter.com/davemello\",\n                \"desc\": \"twitter\"\n            },\n            {\n                \"link\": \"http://vimeo.com/user840710\",\n                \"desc\": \"vimeo\"\n            },\n            {\n                \"link\": \"https://www.flickr.com/people/mellodave\",\n                \"desc\": \"flickr\"\n            },\n            {\n                \"link\": \"https://www.linkedin.com/in/dave-mello-22709810\",\n                \"desc\": \"linkedin\"\n            }\n        ],\n        \"linkedin\": \"https://www.linkedin.com/in/dave-mello-22709810\",\n        \"images\": [\n            {\n                \"type\": \"twitter\",\n                \"typeId\": \"twitter\",\n                \"typeName\": \"Twitter\",\n                \"url\": \"https://img.fullcontact.com/static/92fd53a650ff8f72c8c9eb568182c4c4_74cb6312691c529da398d6f442e958e11fe5baf819b20fdc6df75a628dfa6cfe\",\n                \"isPrimary\": false\n            },\n            {\n                \"type\": \"google\",\n                \"typeId\": \"google\",\n                \"typeName\": \"Google\",\n                \"url\": \"https://img.fullcontact.com/static/d3b630175c3ece4ba6f23e210d8e6246_43c37abfe5a6e0aa4684decdb0f4893a938ea6ac0ee60db2e866b5c00b5b6878\",\n                \"isPrimary\": true\n            }\n        ],\n        \"salesforce\": \"\",\n        \"education\": [\n            {\n                \"name\": \"University of Massachusetts Dartmouth\",\n                \"endDate\": 2002\n            },\n            {\n                \"name\": \"University of Massachusetts Dartmouth\",\n                \"degree\": \"BFA, Typography\",\n                \"endDate\": 2003\n            },\n            {\n                \"name\": \"University of Massachusetts Dartmouth\",\n                \"degree\": \"BFA Typography, Typography\",\n                \"endDate\": 2002\n            },\n            {\n                \"name\": \"University of Massachusetts Dartmouth\",\n                \"degree\": \"BFA\",\n                \"endDate\": 2003\n            }\n        ]\n    },\n    \"activity\": [\n        {\n            \"timestamp\": \"2021-04-30T13:01:25-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87172\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:01:45-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87173\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:01:50-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:01:53-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87174\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:01:55-04:00\",\n            \"page_title\": \"Ajax Page View\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:06:18-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87175\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:14:58-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87176\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:22:18-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:22:18-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:22:20-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87177\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:22:24-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:24:25-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:24:31-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:24:32-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87178\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:24:54-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:24:55-04:00\",\n            \"page_title\": \"Ajax Page View\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:25:48-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:25:53-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:26:01-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:26:07-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:26:09-04:00\",\n            \"page_title\": \"Ajax Page View\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:26:11-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87179\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:23:28-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87180\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:23:35-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87181\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:24:03-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/client-side-examples.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:24:17-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/client-side-examples.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:24:43-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/client-side-examples.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:24:48-04:00\",\n            \"page_title\": \"Ajax Page View\",\n            \"page_url\": \"https://api-test.local/client-side-examples.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:25:16-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/client-side-examples.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:31:06-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/client-side-examples.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:31:15-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/client-side-examples.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:45:07-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/client-side-examples.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:45:08-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87182\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:45:14-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87183\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:45:26-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/client-side-examples.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:47:21-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87184\n        },\n        {\n            \"timestamp\": \"2021-04-30T15:16:31-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87185\n        },\n        {\n            \"timestamp\": \"2021-04-30T15:16:40-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87186\n        },\n        {\n            \"timestamp\": \"2021-04-30T15:17:28-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/client-side-examples.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T15:17:31-04:00\",\n            \"page_title\": \"Ajax Page View\",\n            \"page_url\": \"https://api-test.local/client-side-examples.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T15:17:36-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/client-side-examples.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87187\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:41:55-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87188\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:42:47-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:44:05-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:45:16-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87189\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:57:45-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87192\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:03:25-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87193\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:07:20-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87194\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:13:15-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87195\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:13:45-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87196\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:14:33-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87197\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:35:26-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87198\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:37:58-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87199\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:40:04-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87200\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:40:27-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:42:08-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:42:25-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:42:35-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87201\n        }\n    ],\n    \"conversions\": [\n        {\n            \"timestamp\": \"2021-05-02T12:42:35-04:00\",\n            \"description\": \"Conversion Test (API v1)\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:40:04-04:00\",\n            \"description\": \"Conversion Test (API v2)\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:37:58-04:00\",\n            \"description\": \"Conversion Test (API v1)\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:35:26-04:00\",\n            \"description\": \"Conversion Test (API v2)\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:14:33-04:00\",\n            \"description\": \"Conversion Test (API v1)\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:13:45-04:00\",\n            \"description\": \"Conversion Test (API v1)\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:13:15-04:00\",\n            \"description\": \"Conversion Test (API v2)\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:07:20-04:00\",\n            \"description\": \"Conversion Test (API v1)\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:03:25-04:00\",\n            \"description\": \"Conversion Test (API v1)\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:57:45-04:00\",\n            \"description\": \"Conversion Test (API v1)\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"Director Of Technology\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:57:45-04:00\",\n            \"description\": \"Conversion Test (API v1)\",\n            \"fields\": null,\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:57:45-04:00\",\n            \"description\": \"Conversion Test (API v1)\",\n            \"fields\": null,\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:45:16-04:00\",\n            \"description\": \"Conversion Test (API v1)\",\n            \"fields\": null,\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:41:55-04:00\",\n            \"description\": \"Server Side Test 2\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T15:17:36-04:00\",\n            \"description\": \"Website Form - Test Form 2 - New API endpoint\",\n            \"fields\": {\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"First Name\": \"Dave\",\n                \"Last Name\": \"Mello\",\n                \"Company\": \"Newfangled\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/client-side-examples.html\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T15:16:40-04:00\",\n            \"description\": \"A Test Form\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T15:16:31-04:00\",\n            \"description\": \"A Test Form\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:47:21-04:00\",\n            \"description\": \"Server Side Test 2\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:45:14-04:00\",\n            \"description\": \"A Test Form\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:45:08-04:00\",\n            \"description\": \"A Test Form\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:23:35-04:00\",\n            \"description\": \"A Test Form\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:23:28-04:00\",\n            \"description\": \"A Test Form\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:26:11-04:00\",\n            \"description\": \"Website Form - Test Form 2 - New API endpoint\",\n            \"fields\": {\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"First Name\": \"Dave\",\n                \"Last Name\": \"Mello\",\n                \"Company\": \"Newfangled\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:24:32-04:00\",\n            \"description\": \"Server Side Test 2\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"Director Of Technology\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:22:20-04:00\",\n            \"description\": \"Server Side Test 2\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"Director Of Technology\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:14:58-04:00\",\n            \"description\": \"Server Side Test 2\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:06:18-04:00\",\n            \"description\": \"Server Side Test 2\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:01:53-04:00\",\n            \"description\": \"Website Form - Test Form 2 - New API endpoint\",\n            \"fields\": {\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"First Name\": \"Dave\",\n                \"Last Name\": \"Mello\",\n                \"Company\": \"Newfangled\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:01:45-04:00\",\n            \"description\": \"Server Side Test 2\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"Director Of Technology\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:01:25-04:00\",\n            \"description\": \"Website Form - Test Form 2 - New API endpoint\",\n            \"fields\": {\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"First Name\": \"Dave\",\n                \"Last Name\": \"Mello\",\n                \"Company\": \"Newfangled\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        }\n    ],\n    \"sources\": [\n        {\n            \"timestamp\": \"2021-05-02T12:42:35-04:00\",\n            \"description\": \"utm source text|utm medium text|utm campaign text|utm content text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 60,\n                \"source_id\": 13,\n                \"pagehit_id\": 7709608,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-05-02 00:00:00\",\n                \"created_at\": \"2021-05-02 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619973755,\n                \"referrer_id\": 52752,\n                \"conversionhit_id\": 87201,\n                \"referrerhit_id\": 1370810,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"b1c75b8c98a69a648bd080c355424773\",\n                \"utm_source\": \"utm source text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:42:25-04:00\",\n            \"description\": \"utm source text|utm medium text|utm campaign text|utm content text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 59,\n                \"source_id\": 13,\n                \"pagehit_id\": 7709607,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-05-02 00:00:00\",\n                \"created_at\": \"2021-05-02 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619973745,\n                \"referrer_id\": 52752,\n                \"conversionhit_id\": 0,\n                \"referrerhit_id\": 1370809,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"b1c75b8c98a69a648bd080c355424773\",\n                \"utm_source\": \"utm source text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:42:08-04:00\",\n            \"description\": \"utm source text|utm medium text|utm campaign text|utm content text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 58,\n                \"source_id\": 13,\n                \"pagehit_id\": 7709606,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-05-02 00:00:00\",\n                \"created_at\": \"2021-05-02 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619973728,\n                \"referrer_id\": 52752,\n                \"conversionhit_id\": 0,\n                \"referrerhit_id\": 1370808,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"b1c75b8c98a69a648bd080c355424773\",\n                \"utm_source\": \"utm source text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:40:27-04:00\",\n            \"description\": \"utm source1 text|utm medium text|utm campaign text|utm content1 text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 57,\n                \"source_id\": 12,\n                \"pagehit_id\": 7709605,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-04-30 00:00:00\",\n                \"created_at\": \"2021-04-30 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619973627,\n                \"referrer_id\": 52751,\n                \"conversionhit_id\": 0,\n                \"referrerhit_id\": 1370807,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"e344e763794f4d504a935defb73aaeb3\",\n                \"utm_source\": \"utm source1 text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content1 text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:40:04-04:00\",\n            \"description\": \"utm source1 text|utm medium text|utm campaign text|utm content1 text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 56,\n                \"source_id\": 12,\n                \"pagehit_id\": 7709604,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-04-30 00:00:00\",\n                \"created_at\": \"2021-04-30 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619973604,\n                \"referrer_id\": 52751,\n                \"conversionhit_id\": 87200,\n                \"referrerhit_id\": 1370806,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"e344e763794f4d504a935defb73aaeb3\",\n                \"utm_source\": \"utm source1 text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content1 text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:37:58-04:00\",\n            \"description\": \"utm source text|utm medium text|utm campaign text|utm content text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 55,\n                \"source_id\": 13,\n                \"pagehit_id\": 7709603,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-05-02 00:00:00\",\n                \"created_at\": \"2021-05-02 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619973478,\n                \"referrer_id\": 52752,\n                \"conversionhit_id\": 87199,\n                \"referrerhit_id\": 1370805,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"b1c75b8c98a69a648bd080c355424773\",\n                \"utm_source\": \"utm source text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:35:26-04:00\",\n            \"description\": \"utm source1 text|utm medium text|utm campaign text|utm content1 text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 54,\n                \"source_id\": 12,\n                \"pagehit_id\": 7709602,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-04-30 00:00:00\",\n                \"created_at\": \"2021-04-30 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619973326,\n                \"referrer_id\": 52751,\n                \"conversionhit_id\": 87198,\n                \"referrerhit_id\": 1370804,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"e344e763794f4d504a935defb73aaeb3\",\n                \"utm_source\": \"utm source1 text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content1 text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:14:33-04:00\",\n            \"description\": \"utm source text|utm medium text|utm campaign text|utm content text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 53,\n                \"source_id\": 13,\n                \"pagehit_id\": 7709601,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-05-02 00:00:00\",\n                \"created_at\": \"2021-05-02 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619972073,\n                \"referrer_id\": 52752,\n                \"conversionhit_id\": 87197,\n                \"referrerhit_id\": 1370803,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"b1c75b8c98a69a648bd080c355424773\",\n                \"utm_source\": \"utm source text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:13:45-04:00\",\n            \"description\": \"utm source text|utm medium text|utm campaign text|utm content text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 52,\n                \"source_id\": 13,\n                \"pagehit_id\": 7709600,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-05-02 00:00:00\",\n                \"created_at\": \"2021-05-02 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619972025,\n                \"referrer_id\": 52752,\n                \"conversionhit_id\": 87196,\n                \"referrerhit_id\": 1370802,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"b1c75b8c98a69a648bd080c355424773\",\n                \"utm_source\": \"utm source text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:13:15-04:00\",\n            \"description\": \"utm source1 text|utm medium text|utm campaign text|utm content1 text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 51,\n                \"source_id\": 12,\n                \"pagehit_id\": 7709599,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-04-30 00:00:00\",\n                \"created_at\": \"2021-04-30 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619971995,\n                \"referrer_id\": 52751,\n                \"conversionhit_id\": 87195,\n                \"referrerhit_id\": 1370801,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"e344e763794f4d504a935defb73aaeb3\",\n                \"utm_source\": \"utm source1 text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content1 text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:07:20-04:00\",\n            \"description\": \"utm source text|utm medium text|utm campaign text|utm content text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 50,\n                \"source_id\": 13,\n                \"pagehit_id\": 7709598,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-05-02 00:00:00\",\n                \"created_at\": \"2021-05-02 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619971640,\n                \"referrer_id\": 52752,\n                \"conversionhit_id\": 87194,\n                \"referrerhit_id\": 1370800,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"b1c75b8c98a69a648bd080c355424773\",\n                \"utm_source\": \"utm source text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:03:25-04:00\",\n            \"description\": \"utm source text|utm medium text|utm campaign text|utm content text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 49,\n                \"source_id\": 13,\n                \"pagehit_id\": 7709597,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-05-02 00:00:00\",\n                \"created_at\": \"2021-05-02 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619971405,\n                \"referrer_id\": 52752,\n                \"conversionhit_id\": 87193,\n                \"referrerhit_id\": 1370799,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"b1c75b8c98a69a648bd080c355424773\",\n                \"utm_source\": \"utm source text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:57:45-04:00\",\n            \"description\": \"utm source text|utm medium text|utm campaign text|utm content text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 48,\n                \"source_id\": 13,\n                \"pagehit_id\": 7709596,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-05-02 00:00:00\",\n                \"created_at\": \"2021-05-02 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619971065,\n                \"referrer_id\": 52752,\n                \"conversionhit_id\": 87192,\n                \"referrerhit_id\": 1370798,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"b1c75b8c98a69a648bd080c355424773\",\n                \"utm_source\": \"utm source text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:45:16-04:00\",\n            \"description\": \"utm source text|utm medium text|utm campaign text|utm content text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 47,\n                \"source_id\": 13,\n                \"pagehit_id\": 7709595,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-05-02 00:00:00\",\n                \"created_at\": \"2021-05-02 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619970316,\n                \"referrer_id\": 52752,\n                \"conversionhit_id\": 87189,\n                \"referrerhit_id\": 1370797,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"b1c75b8c98a69a648bd080c355424773\",\n                \"utm_source\": \"utm source text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:44:05-04:00\",\n            \"description\": \"utm source text|utm medium text|utm campaign text|utm content text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 46,\n                \"source_id\": 13,\n                \"pagehit_id\": 7709594,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-05-02 00:00:00\",\n                \"created_at\": \"2021-05-02 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619970245,\n                \"referrer_id\": 52752,\n                \"conversionhit_id\": 0,\n                \"referrerhit_id\": 1370796,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"b1c75b8c98a69a648bd080c355424773\",\n                \"utm_source\": \"utm source text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:42:47-04:00\",\n            \"description\": \"utm source text|utm medium text|utm campaign text|utm content text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 45,\n                \"source_id\": 13,\n                \"pagehit_id\": 7709593,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-05-02 00:00:00\",\n                \"created_at\": \"2021-05-02 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619970167,\n                \"referrer_id\": 52752,\n                \"conversionhit_id\": 0,\n                \"referrerhit_id\": 1370795,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"b1c75b8c98a69a648bd080c355424773\",\n                \"utm_source\": \"utm source text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:41:55-04:00\",\n            \"description\": \"utm source1 text|utm medium text|utm campaign text|utm content1 text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 43,\n                \"source_id\": 12,\n                \"pagehit_id\": 7709591,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-04-30 00:00:00\",\n                \"created_at\": \"2021-04-30 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619970115,\n                \"referrer_id\": 52751,\n                \"conversionhit_id\": 87188,\n                \"referrerhit_id\": 1370793,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"e344e763794f4d504a935defb73aaeb3\",\n                \"utm_source\": \"utm source1 text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content1 text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:47:21-04:00\",\n            \"description\": \"utm source1 text|utm medium text|utm campaign text|utm content1 text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 39,\n                \"source_id\": 12,\n                \"pagehit_id\": 7709582,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-04-30 00:00:00\",\n                \"created_at\": \"2021-04-30 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619808441,\n                \"referrer_id\": 52751,\n                \"conversionhit_id\": 87184,\n                \"referrerhit_id\": 1370789,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"e344e763794f4d504a935defb73aaeb3\",\n                \"utm_source\": \"utm source1 text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content1 text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:14:58-04:00\",\n            \"description\": \"utm source1 text|utm medium text|utm campaign text|utm content1 text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 38,\n                \"source_id\": 12,\n                \"pagehit_id\": 7709553,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-04-30 00:00:00\",\n                \"created_at\": \"2021-04-30 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619802898,\n                \"referrer_id\": 52751,\n                \"conversionhit_id\": 87176,\n                \"referrerhit_id\": 1370788,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"e344e763794f4d504a935defb73aaeb3\",\n                \"utm_source\": \"utm source1 text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content1 text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:06:18-04:00\",\n            \"description\": \"utm source1 text|utm medium text|utm campaign text|utm content1 text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 35,\n                \"source_id\": 12,\n                \"pagehit_id\": 7709550,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-04-30 00:00:00\",\n                \"created_at\": \"2021-04-30 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619802378,\n                \"referrer_id\": 52751,\n                \"conversionhit_id\": 87175,\n                \"referrerhit_id\": 1370785,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"e344e763794f4d504a935defb73aaeb3\",\n                \"utm_source\": \"utm source1 text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content1 text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        }\n    ],\n    \"content_trends\": null\n}"}],"_postman_id":"76217d98-751e-4472-93a1-d26cefc419ea"},{"name":"Update Lead Stage","event":[{"listen":"test","script":{"id":"b573ac1d-095e-44f6-b4ba-67f16fdbd04e","exec":["pm.test(\"Body matches string\", function () {","    _session_id = pm.variables.get(\"session_id\");","    pm.expect(pm.response.text()).to.include(_session_id);","});","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Response time is less than 800ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(800);","});"],"type":"text/javascript","packages":{}}}],"id":"1daa1cd7-d331-42dc-ba39-d24d90e03a67","protocolProfileBehavior":{"disableBodyPruning":true,"disableCookies":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"ie-testing","value":"1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"YOUR_API_TOKEN\",\n    \"email\": \"VISITOR_EMAIL_ADDRESS\",\n    \"lead_stage\": [0, 1, 2, 3, 4]\n}","options":{"raw":{"language":"json"}}},"url":"https://insight-engine.newfangled.com/api/v2/update-lead-stage","description":"<p>This endpoint allows you to update a sessions \"Lead Stage\" value in the Insight Engine.</p>\n<p>Lead Stage values are as follows:</p>\n<p>MQL: 1<br />SQL: 2<br />Unqualified: 3<br />Client: 4<br />None: 0</p>\n<h4 id=\"json-post-data\">JSON Post Data</h4>\n<blockquote>\n<p><strong>token</strong><br />String; Required<br />Your Insight Engine API token. </p>\n</blockquote>\n<blockquote>\n<p><strong>email</strong><br />String; Required<br />The email address of the lead whose lead stage you wish to update. </p>\n</blockquote>\n<blockquote>\n<p><strong>lead_stage</strong><br />Integer: Required<br />The numeric value of the lead_stage you wish to set.</p>\n</blockquote>\n","urlObject":{"path":["update-lead-stage"],"host":["https://insight-engine.newfangled.com/api/v2"],"query":[],"variable":[]}},"response":[{"id":"c69179aa-332c-4736-a866-e11389323f10","name":"Update Lead Stage","originalRequest":{"method":"POST","header":[{"key":"ie-testing","value":"1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"YOUR_API_TOKEN\",\n    \"email\": \"VISITOR_EMAIL_ADDRESS\",\n    \"lead_stage\": [ 1, 2, 3, 4, or 0 ]\n}","options":{"raw":{"language":"json"}}},"url":"https://insight-engine.newfangled.com/api/v2/update-lead-stage"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Sat, 06 Jul 2024 13:57:19 GMT"},{"key":"Server","value":"Apache/2.4.54 (Unix) mod_fastcgi/mod_fastcgi-SNAP-0910052141 OpenSSL/1.0.2u mod_wsgi/3.5 Python/2.7.18"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Set-Cookie","value":"insight_engine_session=eyJpdiI6ImxoZDROKzR4MHhjTWp4TEtLVllsOGc9PSIsInZhbHVlIjoiWVZ5SzN5eldlc1JTWDZSbjdyaG9EQVc5cHM0U1c4OURISUFmODVlcmY0akZWWDI3WHY1UFprOHJQVHlXeW1cL1JEK2h1VkxIWUQxdDNKSGJqU2xrNWUzSFwvTXA3T3RFZlRcL3YxcU93TmV4VmoxWUxRdUxUTmdwYldWVXVcL2NyclwvQyIsIm1hYyI6IjgxYWNjNDQ3NmMyYjdkNjNiMzhlZTk3NTM3YTBhYzJmZTEzZDUyYjBkMDA1NTMwNTQ2NmMzMTUzNmNkNWZhOTUifQ%3D%3D; expires=Sat, 05-Oct-2024 19:57:22 GMT; Max-Age=7884000; path=/"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"text/html; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1daa1cd7-d331-42dc-ba39-d24d90e03a67"},{"name":"Get Recent Lead Stage Changes","event":[{"listen":"test","script":{"id":"b573ac1d-095e-44f6-b4ba-67f16fdbd04e","exec":["pm.test(\"Body matches string\", function () {","    _session_id = pm.variables.get(\"session_id\");","    pm.expect(pm.response.text()).to.include(_session_id);","});","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Response time is less than 800ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(800);","});"],"type":"text/javascript","packages":{}}}],"id":"cc6bac3c-f259-43dd-944c-a97fcdf9f80f","protocolProfileBehavior":{"disableBodyPruning":true,"disableCookies":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"ie-testing","value":"1","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://insight-engine.newfangled.com/api/v2/lead-stage-history?token=YOUR_API_TOKEN&hours=24","description":"<p>This endpoint allows you to get a list of \"Lead Stage\" changes for your account that occured during the past [hours] number of hours.</p>\n<p>The response data lists every instance of a lead_stage being changed during the specified timeframe. If a <strong>session's</strong> lead_stage was changed multiple times during the timeframe, multiple history items will be shown. The history item with the most recent timestamp represents the most recent change.</p>\n<p>The response data is structured as follows:</p>\n<blockquote>\n<p>session_id<br />The Insight Engine session id for the lead that was changed </p>\n</blockquote>\n<blockquote>\n<p>email<br />The email address for the lead that was changed </p>\n</blockquote>\n<blockquote>\n<p>activity_lead_stage<br />The numeric representation of the lead_stage change that this history item represents. </p>\n</blockquote>\n<blockquote>\n<p>activity_lead_stage_desc<br />The friendly description of the lead_stage change that this history item represents. </p>\n</blockquote>\n<blockquote>\n<p>change_time<br />The timestamp that this change occured </p>\n</blockquote>\n<p>Lead Stage values returned are as follows:</p>\n<p>MQL: 1<br />SQL: 2<br />Unqualified: 3<br />Client: 4<br />None: 0</p>\n","urlObject":{"path":["lead-stage-history"],"host":["https://insight-engine.newfangled.com/api/v2"],"query":[{"description":{"content":"<p>Your Insight Engine API Token.</p>\n","type":"text/plain"},"key":"token","value":"YOUR_API_TOKEN"},{"description":{"content":"<p>The number of hours ago that history should be reported. Defaults to 24. </p>\n","type":"text/plain"},"key":"hours","value":"24"}],"variable":[]}},"response":[{"id":"7177f4c4-8eaf-494c-b155-2bae031bbd58","name":"Get Recent Lead Stage Changes","originalRequest":{"method":"GET","header":[{"key":"ie-testing","value":"1","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://insight-engine.newfangled.com/api/v2/lead-stage-history?token=YOUR_API_TOKEN&hours=24","host":["https://insight-engine.newfangled.com/api/v2"],"path":["lead-stage-history"],"query":[{"key":"token","value":"YOUR_API_TOKEN","description":"Your Insight Engine API Token."},{"key":"hours","value":"24","description":"The number of hours ago that history should be reported. Defaults to 24. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 06 Jul 2024 13:52:48 GMT"},{"key":"Server","value":"Apache/2.4.54 (Unix) mod_fastcgi/mod_fastcgi-SNAP-0910052141 OpenSSL/1.0.2u mod_wsgi/3.5 Python/2.7.18"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Set-Cookie","value":"insight_engine_session=eyJpdiI6IndTZWhjdW1QNUhZS0o5RVZQZTdBSkE9PSIsInZhbHVlIjoiNmhaR254U2tvcXBmMTZ4bW5YUE4wenZwNFVIcU1uQ0hSaG9cL29Uakt3MzB4TzBkbnk3NkJucU5iMThRUGY2c1NRMUh0NWRTVE8zOFBrcWg0U1JqV1JIMjgxcWM5SFZ1QzdZcHp2NUlRanc5K1RUTjIyV0d3cjhKT0c3Uzd1d1BGIiwibWFjIjoiNzVhODkyMjcyODFhZDFkY2Q5MzU3OTdjNGYwOWIyYTg0MTJhZWE0MzRjMWEyZmU5MTVmNjJlZTY4Mjk1OGIwMSJ9; expires=Sat, 05-Oct-2024 19:52:49 GMT; Max-Age=7884000; path=/"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"session_id\": 21779937,\n        \"email\": \"dave+20240706@newfangled-testing.com\",\n        \"activity_lead_stage\": 0,\n        \"activity_lead_stage_desc\": \"None\",\n        \"change_time\": 1720271264\n    },\n    {\n        \"session_id\": 21779937,\n        \"email\": \"dave+20240706@newfangled-testing.com\",\n        \"activity_lead_stage\": 4,\n        \"activity_lead_stage_desc\": \"Client\",\n        \"change_time\": 1720271230\n    },\n    {\n        \"session_id\": 21779937,\n        \"email\": \"dave+20240706@newfangled-testing.com\",\n        \"activity_lead_stage\": 3,\n        \"activity_lead_stage_desc\": \"Unqualified\",\n        \"change_time\": 1720271215\n    },\n    {\n        \"session_id\": 21779937,\n        \"email\": \"dave+20240706@newfangled-testing.com\",\n        \"activity_lead_stage\": 2,\n        \"activity_lead_stage_desc\": \"SQL\",\n        \"change_time\": 1720271194\n    },\n    {\n        \"session_id\": 21779937,\n        \"email\": \"dave+20240706@newfangled-testing.com\",\n        \"activity_lead_stage\": 1,\n        \"activity_lead_stage_desc\": \"MQL\",\n        \"change_time\": 1720271171\n    }\n]"}],"_postman_id":"cc6bac3c-f259-43dd-944c-a97fcdf9f80f"}],"id":"087654cf-de54-46f3-97ce-90b2b826932e","_postman_id":"087654cf-de54-46f3-97ce-90b2b826932e","description":""},{"name":"v1 API Endpoints","item":[{"name":"Record Visitor Pagehit","event":[{"listen":"test","script":{"id":"781f7196-36e6-415d-93d6-a81cba8b9ff9","exec":["pm.test(\"Body matches string\", function () {","    _session_id = pm.variables.get(\"session_id\");","    pm.expect(pm.response.text()).to.include(_session_id);","});","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Response time is less than 800ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(800);","});"],"type":"text/javascript"}}],"id":"adb9b1f2-97da-4c20-8180-592e908e3ada","protocolProfileBehavior":{"disableBodyPruning":true,"disableCookies":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"ie-testing","value":"1","type":"text"}],"url":"https://insight-engine.newfangled.com/api/v1/pagehit?token=YOUR_API_TOKEN&sessionid=VISITOR_COOKIE_VALUE&pagelink=https://www.newfangled.com/insights&pagetitle=Our Insights&referrer=https://www.google.com&urlroot=https://www.newfangled.com&utm_campaign=utm campaign text&utm_content=utm content text&utm_source=utm source text&utm_medium=utm medium text&utm_term=utm term text&external_id=12345&external_source=acton","description":"<blockquote>\n<p><em>Including the Insight Engine <a href=\"#insight-engine-embed-script\">embed code</a> on page load will trigger a pageview record automatically. Use this endpoint\nonly if you need to manually record a pageview.</em>\n<br /><br /></p>\n</blockquote>\n<blockquote>\n<p><em>When you use the /include-api Insight Engine <a href=\"#insight-engine-embed-script\">embed code</a>, a pagehit may also be added client-side using the global NF. recordPageView() method. <a href=\"https://bitbucket.org/newfangled_web/workspace/snippets/4XKgj5\">See an example using the recordPageView() global helper.</a></em>\n<br /><br /></p>\n</blockquote>\n<p>This endpoint allows you to track a visitor's pageview in the Insight Engine. If the visitor already has a session_id (stored in the 'nf_807d9' cookie), that should be included in the POST data. If no 'session_id' is provided, a new one will be created for the visitor. A successful post (with a response of 200) will return a session_id value. This should then be saved in the same 'nf_807d9' cookie for the visitor.</p>\n","urlObject":{"path":["pagehit"],"host":["https://insight-engine.newfangled.com/api/v1"],"query":[{"description":{"content":"<p>(Required) Your Insight Engine API token.</p>\n","type":"text/plain"},"key":"token","value":"YOUR_API_TOKEN"},{"description":{"content":"<p>(Optional) The visitor's encoded session_id, if it exists, from the 'nf_807d9' cookie.</p>\n","type":"text/plain"},"key":"sessionid","value":"VISITOR_COOKIE_VALUE"},{"description":{"content":"<p>(Required) The url of the page being viewed.</p>\n","type":"text/plain"},"key":"pagelink","value":"https://www.newfangled.com/insights"},{"description":{"content":"<p>(Required) The title of the page being viewed.</p>\n","type":"text/plain"},"key":"pagetitle","value":"Our Insights"},{"description":{"content":"<p>(Optional) The external url that referred the visitor to the current page. </p>\n","type":"text/plain"},"key":"referrer","value":"https://www.google.com"},{"description":{"content":"<p>(Optional) Required if passing a 'referrer' value. The url root of the pageview, to ensure that we don't track same-site referrals.</p>\n","type":"text/plain"},"key":"urlroot","value":"https://www.newfangled.com"},{"description":{"content":"<p>(Optional) UTM parameter, if it exists, from the page being viewed.</p>\n","type":"text/plain"},"key":"utm_campaign","value":"utm campaign text"},{"description":{"content":"<p>(Optional) UTM parameter, if it exists, from the page being viewed.</p>\n","type":"text/plain"},"key":"utm_content","value":"utm content text"},{"description":{"content":"<p>(Optional) UTM parameter, if it exists, from the page being viewed.</p>\n","type":"text/plain"},"key":"utm_source","value":"utm source text"},{"description":{"content":"<p>(Optional) UTM parameter, if it exists, from the page being viewed.</p>\n","type":"text/plain"},"key":"utm_medium","value":"utm medium text"},{"description":{"content":"<p>(Optional) UTM parameter, if it exists, from the page being viewed.</p>\n","type":"text/plain"},"key":"utm_term","value":"utm term text"},{"description":{"content":"<p>(Optional) The visitor's session id stored in the Act-On cookie. This will allow the Insight Engine to attribute pagehiits from unrecognized visitors to the correct session, if the visitor has interacted with Act-On (i.e be clicking an email link).</p>\n","type":"text/plain"},"key":"external_id","value":"12345"},{"description":{"content":"<p>(Optional) The source of the external id - currently only 'acton' is supported.</p>\n","type":"text/plain"},"key":"external_source","value":"acton"}],"variable":[]}},"response":[{"id":"94607eb6-a945-42ae-994b-e45f6dd07171","name":"Record Visitor Pagehit","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://insight-engine.newfangled.com/api/v1/pagehit?token=YOUR_API_TOKEN&sessionid=VISITOR_COOKIE_VALUE&pagelink=https://www.newfangled.com/insights&pagetitle=Our Insights&referrer=https://www.google.com&urlroot=https://www.newfangled.com&utm_campaign=utm campaign text&utm_content=utm content text&utm_source=utm source text&utm_medium=utm medium text&utm_term=utm term text&external_id=12345&external_source=acton","host":["https://insight-engine.newfangled.com/api/v1"],"path":["pagehit"],"query":[{"key":"token","value":"YOUR_API_TOKEN","description":"(Required) Your Insight Engine API token."},{"key":"sessionid","value":"VISITOR_COOKIE_VALUE","description":"(Optional) The visitor's encoded session_id, if it exists, from the 'nf_807d9' cookie."},{"key":"pagelink","value":"https://www.newfangled.com/insights","description":"(Required) The url of the page being viewed."},{"key":"pagetitle","value":"Our Insights","description":"(Required) The title of the page being viewed."},{"key":"referrer","value":"https://www.google.com","description":"(Optional) The referrer value"},{"key":"urlroot","value":"https://www.newfangled.com","description":"(Required) The url root of the pageview"},{"key":"utm_campaign","value":"utm campaign text","description":"(Optional) UTM parameter, if it exists, from the page being viewed."},{"key":"utm_content","value":"utm content text","description":"(Optional) UTM parameter, if it exists, from the page being viewed."},{"key":"utm_source","value":"utm source text","description":"(Optional) UTM parameter, if it exists, from the page being viewed."},{"key":"utm_medium","value":"utm medium text","description":"(Optional) UTM parameter, if it exists, from the page being viewed."},{"key":"utm_term","value":"utm term text","description":"(Optional) UTM parameter, if it exists, from the page being viewed."},{"key":"external_id","value":"12345","description":"(Optional) The visitor's session id stored in the Act-On cookie. This will allow the Insight Engine to attribute pagehiits from unrecognized visitors to the correct session, if the visitor has interacted with Act-On (i.e be clicking an email link)."},{"key":"external_source","value":"acton","description":"(Optional) The source of the external id - currently only 'acton' is supported."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Date","value":"Sun, 02 May 2021 16:42:35 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u PHP/7.1.33 mod_wsgi/3.5 Python/2.7.13 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Length","value":"32"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"L1kvUWJMM3krcjlLalRJSkJ2MVg4Zz09"}],"_postman_id":"adb9b1f2-97da-4c20-8180-592e908e3ada"},{"name":"Record Visitor Conversion","event":[{"listen":"test","script":{"id":"90fd37be-f04f-488c-906c-eff8b23cd9cc","exec":["pm.test(\"Body matches string\", function () {","    _session_id = pm.variables.get(\"session_id\");","    pm.expect(pm.response.text()).to.include(_session_id);","});","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Response time is less than 800ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(800);","});"],"type":"text/javascript"}}],"id":"b01e37a0-4e60-4366-b50e-fefea0cc65f6","protocolProfileBehavior":{"disableBodyPruning":true,"disableCookies":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"ie-testing","value":"1","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"token","value":"YOUR_API_TOKEN","type":"text","description":"<p>(Required) Your Insight Engine API token.</p>\n"},{"key":"sessionid","value":"VISITOR_COOKIE_VALUE","type":"text","description":"<p>(Required if available) The visitor's encoded session_id, if it exists, from the 'nf_807d9' cookie.</p>\n"},{"key":"email","value":"{{visitor_email}}","type":"text","description":"<p>Required if there not a value in the fields array called 'Email', 'Email Address', or 'Business Email'.</p>\n"},{"key":"conversiondesc","value":"Conversion Test (API v1)","type":"text","description":"<p>(Required) The name of the form, as it will appear in the Insight Engine.</p>\n"},{"key":"formid","value":"12345","type":"text","description":"<p>(Required) The unique id of the form submission.</p>\n"},{"key":"formtype","value":"10","type":"text","description":"<p>(Required) The unique id of the form type.</p>\n"},{"key":"pagelink","value":"https://www.newfangled.com/insights","type":"text","description":"<p>(Required) The url of the page the conversion happened on.</p>\n"},{"key":"pagetitle","value":"Our Insights","type":"text","description":"<p>(Required) The title of the page the conversion happened on.</p>\n"},{"key":"utm_campaign","value":"utm campaign text","type":"text","description":"<p>(Optional) UTM parameter, if it exists, from the page the conversion happened on.</p>\n"},{"key":"utm_content","value":"utm content text","type":"text","description":"<p>(Optional) UTM parameter, if it exists, from the page the conversion happened on.</p>\n"},{"key":"utm_source","value":"utm source text","type":"text","description":"<p>(Optional) UTM parameter, if it exists, from the page the conversion happened on.</p>\n"},{"key":"utm_medium","value":"utm medium text","type":"text","description":"<p>(Optional) UTM parameter, if it exists, from the page the conversion happened on.</p>\n"},{"key":"utm_term","value":"utm term text","type":"text","description":"<p>(Optional) UTM parameter, if it exists, from the page the conversion happened on.</p>\n"},{"key":"fields","value":"{\"First Name\":\"David\",\"Last Name\":\"Mello\",\"Email\":\"{{visitor_email}}\",\"Company\":\"Newfangled\",\"Title\":\"CTO\",\"_spamchecked\":true}","description":"<p>(Required) The fields from the form submission, to record with as the conversion. The labels will appear in the Insight Engine as they are entered here. Note that if this array does not contain a fields called 'Email', 'Email Address', or 'Business Email', you must explicitly define it (see above).</p>\n<p>Include a value of _spamchecked = true if this conversion has already been checked by a spam filter (such as Akismet) before being posted to the Insight Engine.</p>\n","type":"text"}]},"url":"https://insight-engine.newfangled.com/api/v1/conversion","description":"<blockquote>\n<p><em>When you use the /include-api Insight Engine <a href=\"#insight-engine-embed-script\">embed code</a>, a conversion may also be added client-side using the global NF. postDataToIE() method. <a href=\"https://bitbucket.org/newfangled_web/workspace/snippets/zXKGj8\">See an example using the postDataToIE() global helper.</a></em>\n<br /><br /></p>\n</blockquote>\n<p>This endpoint allows you to track a visitor's conversion (form submission) in the Insight Engine. If the visitor already has a session_id (stored in the 'nf_807d9' cookie), that should be included in the POST data. If no 'session_id' is provided, a new one will be created for the visitor. </p>\n<p><strong>A successful post (with a response of 200) will return a session_id value. This should then be saved in the same 'nf_807d9' cookie for the visitor.</strong></p>\n","urlObject":{"path":["conversion"],"host":["https://insight-engine.newfangled.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"a53a90e9-9c8f-4394-820c-3c320dcc24bd","name":"Record Visitor Conversion","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"token","value":"YOUR_API_TOKEN","type":"text","description":"(Required) Your Insight Engine API token."},{"key":"sessionid","value":"VISITOR_COOKIE_VALUE","type":"text","description":"(Required if available) The visitor's encoded session_id, if it exists, from the 'nf_807d9' cookie."},{"key":"email","value":"dave+apitesting@newfangled.com","type":"text","description":"Required if there not a value in the fields array called 'Email', 'Email Address', or 'Business Email'."},{"key":"conversiondesc","value":"Conversion Test (API v1)","type":"text","description":"(Required) The name of the form, as it will appear in the Insight Engine."},{"key":"formid","value":"12345","type":"text","description":"(Required) The unique id of the form submission."},{"key":"formtype","value":"10","type":"text","description":"(Required) The unique id of the form type."},{"key":"pagelink","value":"https://www.newfangled.com/insights","type":"text","description":"(Required) The url of the page the conversion happened on."},{"key":"pagetitle","value":"Our Insights","type":"text","description":"(Required) The title of the page the conversion happened on."},{"key":"utm_campaign","value":"utm campaign text","type":"text","description":"(Optional) UTM parameter, if it exists, from the page the conversion happened on."},{"key":"utm_content","value":"utm content text","type":"text","description":"(Optional) UTM parameter, if it exists, from the page the conversion happened on."},{"key":"utm_source","value":"utm source text","type":"text","description":"(Optional) UTM parameter, if it exists, from the page the conversion happened on."},{"key":"utm_medium","value":"utm medium text","type":"text","description":"(Optional) UTM parameter, if it exists, from the page the conversion happened on."},{"key":"utm_term","value":"utm term text","type":"text","description":"(Optional) UTM parameter, if it exists, from the page the conversion happened on."},{"key":"fields","value":"{\"First Name\":\"David\",\"Last Name\":\"Mello\",\"Email\":\"dave+apitesting@newfangled.com\",\"Company\":\"Newfangled\",\"Title\":\"CTO\",\"_spamchecked\":true}","description":"(Required) The fields from the form submission, to record with as the conversion. The labels will appear in the Insight Engine as they are entered here. Note that if this array does not contain a fields called 'Email', 'Email Address', or 'Business Email', you must explicitly define it (see above).","type":"text"}]},"url":"https://insight-engine.newfangled.com/api/v1/conversion"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Date","value":"Sun, 02 May 2021 16:43:30 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u PHP/7.1.33 mod_wsgi/3.5 Python/2.7.13 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Length","value":"32"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"L1kvUWJMM3krcjlLalRJSkJ2MVg4Zz09"}],"_postman_id":"b01e37a0-4e60-4366-b50e-fefea0cc65f6"},{"name":"Get Visitor Activity History","event":[{"listen":"test","script":{"id":"0c77a0b0-fb94-4394-98d7-8fffb2448408","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Response Has Profile\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData).to.have.property('profile');","});","","pm.test(\"Response time is less than 800ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(800);","});"],"type":"text/javascript"}}],"id":"24c31bec-2ff5-45f7-8591-857ad046da8f","protocolProfileBehavior":{"disableBodyPruning":true,"disableCookies":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"ie-testing","value":"1","type":"text"}],"url":"https://insight-engine.newfangled.com/api/v1/activitydatafull?token=YOUR_API_TOKEN&sessionid=VISITOR_COOKIE_VALUE","description":"<blockquote>\n<p><em>When you use the /include-api Insight Engine <a href=\"#insight-engine-embed-script\">embed code</a>, visitor activity may also be retrieved client-side using the global NF. getActivityDataFull() method. <a href=\"https://bitbucket.org/newfangled_web/workspace/snippets/gBkGoj\">See an example using the getActivityDataFull() global helper.</a></em>\n<br /><br /></p>\n</blockquote>\n<p>This endpoint allows you to get activity data for the current visitor, based on the 'session_id' value stored in the 'nf_807d9' cookie. A successful request will return a JSON object containing:</p>\n<ul>\n<li>Profile/social/employment data (where available)</li>\n<li>Pageview activity</li>\n<li>Conversion activity</li>\n<li>Content reading trends (based on content items with taxonomies tracked in the Insight Engine) UTM sources, if available.</li>\n</ul>\n","urlObject":{"path":["activitydatafull"],"host":["https://insight-engine.newfangled.com/api/v1"],"query":[{"key":"token","value":"YOUR_API_TOKEN"},{"key":"sessionid","value":"VISITOR_COOKIE_VALUE"}],"variable":[]}},"response":[{"id":"0e562819-c718-4b32-81ac-b47b2b38b436","name":"Get Visitor Activity History","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://insight-engine.newfangled.com/api/v1/activitydatafull?token=YOUR_API_TOKEN&sessionid=VISITOR_COOKIE_VALUE","host":["https://insight-engine.newfangled.com/api/v1"],"path":["activitydatafull"],"query":[{"key":"token","value":"YOUR_API_TOKEN"},{"key":"sessionid","value":"VISITOR_COOKIE_VALUE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 02 May 2021 16:43:54 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u PHP/7.1.33 mod_wsgi/3.5 Python/2.7.13 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"text/html; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"profile\": {\n        \"name\": \"David Mello\",\n        \"title\": \"CTO\",\n        \"company\": \"Newfangled\",\n        \"active\": true,\n        \"email\": \"dave+apitesting@newfangled.com\",\n        \"location\": \"\\n<div class=\\\"maybe\\\">Chapel Hill, North Carolina</div>\",\n        \"avatar\": \"https://img.fullcontact.com/static/92fd53a650ff8f72c8c9eb568182c4c4_74cb6312691c529da398d6f442e958e11fe5baf819b20fdc6df75a628dfa6cfe\",\n        \"avatar_default\": \"https://insight-engine.newfangled.com/images/letters/d.png\",\n        \"conversions\": [\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Conversion Test (API v1)\"\n            },\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Conversion Test (API v2)\"\n            },\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Conversion Test (API v1)\"\n            },\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Conversion Test (API v2)\"\n            },\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Conversion Test (API v1)\"\n            },\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Conversion Test (API v1)\"\n            },\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Conversion Test (API v2)\"\n            },\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Conversion Test (API v1)\"\n            },\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Conversion Test (API v1)\"\n            },\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Conversion Test (API v1)\"\n            },\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Conversion Test (API v1)\"\n            },\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Conversion Test (API v1)\"\n            },\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Conversion Test (API v1)\"\n            },\n            {\n                \"date\": \"05/02/2021\",\n                \"desc\": \"Server Side Test 2\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"Website Form - Test Form 2 - New API endpoint\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"A Test Form\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"A Test Form\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"Server Side Test 2\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"A Test Form\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"A Test Form\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"A Test Form\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"A Test Form\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"Website Form - Test Form 2 - New API endpoint\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"Server Side Test 2\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"Server Side Test 2\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"Server Side Test 2\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"Server Side Test 2\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"Website Form - Test Form 2 - New API endpoint\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"Server Side Test 2\"\n            },\n            {\n                \"date\": \"04/30/2021\",\n                \"desc\": \"Website Form - Test Form 2 - New API endpoint\"\n            }\n        ],\n        \"organizations\": [\n            {\n                \"title\": \"Senior Developer\",\n                \"name\": \"Newfangled\"\n            },\n            {\n                \"title\": \"Freelance Developer\",\n                \"name\": \"Freelance\"\n            },\n            {\n                \"title\": \"Senior Developer\",\n                \"name\": \"Newfangled Web Factory\",\n                \"dates\": \"1998-07 - 2016-02\"\n            },\n            {\n                \"title\": \"Director of Technology\",\n                \"name\": \"Newfangled\"\n            },\n            {\n                \"title\": \"Director of Technology\",\n                \"name\": \"Newfangled Web\",\n                \"dates\": \"2020-09 - Present\"\n            },\n            {\n                \"title\": \"Director of Technology\",\n                \"name\": \"Newfangled Web\",\n                \"status\": \" (primary)\",\n                \"dates\": \"2016-02 - Present\"\n            }\n        ],\n        \"bio\": \"\\n    <p>Director of Technology at https://t.co/cdKeiP6Vfp. Accidental Southerner.</p>\\n        <p>Director of Technology at Newfangled</p>\",\n        \"websites\": [\n            \"http://www.newfangled.com/web_development_blog\",\n            \"http://www.newfangled.com/\",\n            \"https://www.newfangled.com/dave_mello_newfangled\"\n        ],\n        \"social\": [\n            {\n                \"link\": \"https://twitter.com/davemello\",\n                \"desc\": \"twitter\"\n            },\n            {\n                \"link\": \"http://vimeo.com/user840710\",\n                \"desc\": \"vimeo\"\n            },\n            {\n                \"link\": \"https://www.flickr.com/people/mellodave\",\n                \"desc\": \"flickr\"\n            },\n            {\n                \"link\": \"https://www.linkedin.com/in/dave-mello-22709810\",\n                \"desc\": \"linkedin\"\n            }\n        ],\n        \"linkedin\": \"https://www.linkedin.com/in/dave-mello-22709810\",\n        \"images\": [\n            {\n                \"type\": \"twitter\",\n                \"typeId\": \"twitter\",\n                \"typeName\": \"Twitter\",\n                \"url\": \"https://img.fullcontact.com/static/92fd53a650ff8f72c8c9eb568182c4c4_74cb6312691c529da398d6f442e958e11fe5baf819b20fdc6df75a628dfa6cfe\",\n                \"isPrimary\": false\n            },\n            {\n                \"type\": \"google\",\n                \"typeId\": \"google\",\n                \"typeName\": \"Google\",\n                \"url\": \"https://img.fullcontact.com/static/d3b630175c3ece4ba6f23e210d8e6246_43c37abfe5a6e0aa4684decdb0f4893a938ea6ac0ee60db2e866b5c00b5b6878\",\n                \"isPrimary\": true\n            }\n        ],\n        \"salesforce\": \"\",\n        \"education\": [\n            {\n                \"name\": \"University of Massachusetts Dartmouth\",\n                \"endDate\": 2002\n            },\n            {\n                \"name\": \"University of Massachusetts Dartmouth\",\n                \"degree\": \"BFA, Typography\",\n                \"endDate\": 2003\n            },\n            {\n                \"name\": \"University of Massachusetts Dartmouth\",\n                \"degree\": \"BFA Typography, Typography\",\n                \"endDate\": 2002\n            },\n            {\n                \"name\": \"University of Massachusetts Dartmouth\",\n                \"degree\": \"BFA\",\n                \"endDate\": 2003\n            }\n        ]\n    },\n    \"activity\": [\n        {\n            \"timestamp\": \"2021-04-30T13:01:25-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87172\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:01:45-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87173\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:01:50-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:01:53-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87174\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:01:55-04:00\",\n            \"page_title\": \"Ajax Page View\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:06:18-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87175\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:14:58-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87176\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:22:18-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:22:18-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:22:20-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87177\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:22:24-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:24:25-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:24:31-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:24:32-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87178\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:24:54-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:24:55-04:00\",\n            \"page_title\": \"Ajax Page View\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:25:48-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:25:53-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:26:01-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:26:07-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:26:09-04:00\",\n            \"page_title\": \"Ajax Page View\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:26:11-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87179\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:23:28-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87180\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:23:35-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87181\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:24:03-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/client-side-examples.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:24:17-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/client-side-examples.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:24:43-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/client-side-examples.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:24:48-04:00\",\n            \"page_title\": \"Ajax Page View\",\n            \"page_url\": \"https://api-test.local/client-side-examples.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:25:16-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/client-side-examples.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:31:06-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/client-side-examples.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:31:15-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/client-side-examples.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:45:07-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/client-side-examples.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:45:08-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87182\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:45:14-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87183\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:45:26-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/client-side-examples.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:47:21-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87184\n        },\n        {\n            \"timestamp\": \"2021-04-30T15:16:31-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87185\n        },\n        {\n            \"timestamp\": \"2021-04-30T15:16:40-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87186\n        },\n        {\n            \"timestamp\": \"2021-04-30T15:17:28-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/client-side-examples.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T15:17:31-04:00\",\n            \"page_title\": \"Ajax Page View\",\n            \"page_url\": \"https://api-test.local/client-side-examples.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-04-30T15:17:36-04:00\",\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/client-side-examples.html\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87187\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:41:55-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87188\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:42:47-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:44:05-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:45:16-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87189\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:57:45-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87192\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:03:25-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87193\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:07:20-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87194\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:13:15-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87195\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:13:45-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87196\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:14:33-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87197\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:35:26-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87198\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:37:58-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87199\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:40:04-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87200\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:40:27-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:42:08-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:42:25-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": null\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:42:35-04:00\",\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\",\n            \"screenshot\": null,\n            \"conversionhit_id\": 87201\n        }\n    ],\n    \"conversions\": [\n        {\n            \"timestamp\": \"2021-05-02T12:42:35-04:00\",\n            \"description\": \"Conversion Test (API v1)\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:40:04-04:00\",\n            \"description\": \"Conversion Test (API v2)\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:37:58-04:00\",\n            \"description\": \"Conversion Test (API v1)\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:35:26-04:00\",\n            \"description\": \"Conversion Test (API v2)\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:14:33-04:00\",\n            \"description\": \"Conversion Test (API v1)\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:13:45-04:00\",\n            \"description\": \"Conversion Test (API v1)\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:13:15-04:00\",\n            \"description\": \"Conversion Test (API v2)\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:07:20-04:00\",\n            \"description\": \"Conversion Test (API v1)\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:03:25-04:00\",\n            \"description\": \"Conversion Test (API v1)\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:57:45-04:00\",\n            \"description\": \"Conversion Test (API v1)\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"Director Of Technology\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:57:45-04:00\",\n            \"description\": \"Conversion Test (API v1)\",\n            \"fields\": null,\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:57:45-04:00\",\n            \"description\": \"Conversion Test (API v1)\",\n            \"fields\": null,\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:45:16-04:00\",\n            \"description\": \"Conversion Test (API v1)\",\n            \"fields\": null,\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:41:55-04:00\",\n            \"description\": \"Server Side Test 2\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T15:17:36-04:00\",\n            \"description\": \"Website Form - Test Form 2 - New API endpoint\",\n            \"fields\": {\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"First Name\": \"Dave\",\n                \"Last Name\": \"Mello\",\n                \"Company\": \"Newfangled\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/client-side-examples.html\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T15:16:40-04:00\",\n            \"description\": \"A Test Form\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T15:16:31-04:00\",\n            \"description\": \"A Test Form\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:47:21-04:00\",\n            \"description\": \"Server Side Test 2\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:45:14-04:00\",\n            \"description\": \"A Test Form\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:45:08-04:00\",\n            \"description\": \"A Test Form\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:23:35-04:00\",\n            \"description\": \"A Test Form\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:23:28-04:00\",\n            \"description\": \"A Test Form\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:26:11-04:00\",\n            \"description\": \"Website Form - Test Form 2 - New API endpoint\",\n            \"fields\": {\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"First Name\": \"Dave\",\n                \"Last Name\": \"Mello\",\n                \"Company\": \"Newfangled\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:24:32-04:00\",\n            \"description\": \"Server Side Test 2\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"Director Of Technology\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:22:20-04:00\",\n            \"description\": \"Server Side Test 2\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"Director Of Technology\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:14:58-04:00\",\n            \"description\": \"Server Side Test 2\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:06:18-04:00\",\n            \"description\": \"Server Side Test 2\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"CTO\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:01:53-04:00\",\n            \"description\": \"Website Form - Test Form 2 - New API endpoint\",\n            \"fields\": {\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"First Name\": \"Dave\",\n                \"Last Name\": \"Mello\",\n                \"Company\": \"Newfangled\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:01:45-04:00\",\n            \"description\": \"Server Side Test 2\",\n            \"fields\": {\n                \"First Name\": \"David\",\n                \"Last Name\": \"Mello\",\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"Company\": \"Newfangled\",\n                \"Title\": \"Director Of Technology\",\n                \"_spamchecked\": true\n            },\n            \"page_title\": \"Our Insights\",\n            \"page_url\": \"https://www.newfangled.com/insights\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:01:25-04:00\",\n            \"description\": \"Website Form - Test Form 2 - New API endpoint\",\n            \"fields\": {\n                \"Email\": \"dave+apitesting@newfangled.com\",\n                \"First Name\": \"Dave\",\n                \"Last Name\": \"Mello\",\n                \"Company\": \"Newfangled\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        }\n    ],\n    \"sources\": [\n        {\n            \"timestamp\": \"2021-05-02T12:42:35-04:00\",\n            \"description\": \"utm source text|utm medium text|utm campaign text|utm content text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 60,\n                \"source_id\": 13,\n                \"pagehit_id\": 7709608,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-05-02 00:00:00\",\n                \"created_at\": \"2021-05-02 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619973755,\n                \"referrer_id\": 52752,\n                \"conversionhit_id\": 87201,\n                \"referrerhit_id\": 1370810,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"b1c75b8c98a69a648bd080c355424773\",\n                \"utm_source\": \"utm source text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:42:25-04:00\",\n            \"description\": \"utm source text|utm medium text|utm campaign text|utm content text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 59,\n                \"source_id\": 13,\n                \"pagehit_id\": 7709607,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-05-02 00:00:00\",\n                \"created_at\": \"2021-05-02 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619973745,\n                \"referrer_id\": 52752,\n                \"conversionhit_id\": 0,\n                \"referrerhit_id\": 1370809,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"b1c75b8c98a69a648bd080c355424773\",\n                \"utm_source\": \"utm source text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:42:08-04:00\",\n            \"description\": \"utm source text|utm medium text|utm campaign text|utm content text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 58,\n                \"source_id\": 13,\n                \"pagehit_id\": 7709606,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-05-02 00:00:00\",\n                \"created_at\": \"2021-05-02 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619973728,\n                \"referrer_id\": 52752,\n                \"conversionhit_id\": 0,\n                \"referrerhit_id\": 1370808,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"b1c75b8c98a69a648bd080c355424773\",\n                \"utm_source\": \"utm source text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:40:27-04:00\",\n            \"description\": \"utm source1 text|utm medium text|utm campaign text|utm content1 text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 57,\n                \"source_id\": 12,\n                \"pagehit_id\": 7709605,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-04-30 00:00:00\",\n                \"created_at\": \"2021-04-30 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619973627,\n                \"referrer_id\": 52751,\n                \"conversionhit_id\": 0,\n                \"referrerhit_id\": 1370807,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"e344e763794f4d504a935defb73aaeb3\",\n                \"utm_source\": \"utm source1 text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content1 text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:40:04-04:00\",\n            \"description\": \"utm source1 text|utm medium text|utm campaign text|utm content1 text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 56,\n                \"source_id\": 12,\n                \"pagehit_id\": 7709604,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-04-30 00:00:00\",\n                \"created_at\": \"2021-04-30 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619973604,\n                \"referrer_id\": 52751,\n                \"conversionhit_id\": 87200,\n                \"referrerhit_id\": 1370806,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"e344e763794f4d504a935defb73aaeb3\",\n                \"utm_source\": \"utm source1 text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content1 text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:37:58-04:00\",\n            \"description\": \"utm source text|utm medium text|utm campaign text|utm content text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 55,\n                \"source_id\": 13,\n                \"pagehit_id\": 7709603,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-05-02 00:00:00\",\n                \"created_at\": \"2021-05-02 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619973478,\n                \"referrer_id\": 52752,\n                \"conversionhit_id\": 87199,\n                \"referrerhit_id\": 1370805,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"b1c75b8c98a69a648bd080c355424773\",\n                \"utm_source\": \"utm source text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:35:26-04:00\",\n            \"description\": \"utm source1 text|utm medium text|utm campaign text|utm content1 text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 54,\n                \"source_id\": 12,\n                \"pagehit_id\": 7709602,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-04-30 00:00:00\",\n                \"created_at\": \"2021-04-30 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619973326,\n                \"referrer_id\": 52751,\n                \"conversionhit_id\": 87198,\n                \"referrerhit_id\": 1370804,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"e344e763794f4d504a935defb73aaeb3\",\n                \"utm_source\": \"utm source1 text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content1 text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:14:33-04:00\",\n            \"description\": \"utm source text|utm medium text|utm campaign text|utm content text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 53,\n                \"source_id\": 13,\n                \"pagehit_id\": 7709601,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-05-02 00:00:00\",\n                \"created_at\": \"2021-05-02 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619972073,\n                \"referrer_id\": 52752,\n                \"conversionhit_id\": 87197,\n                \"referrerhit_id\": 1370803,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"b1c75b8c98a69a648bd080c355424773\",\n                \"utm_source\": \"utm source text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:13:45-04:00\",\n            \"description\": \"utm source text|utm medium text|utm campaign text|utm content text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 52,\n                \"source_id\": 13,\n                \"pagehit_id\": 7709600,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-05-02 00:00:00\",\n                \"created_at\": \"2021-05-02 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619972025,\n                \"referrer_id\": 52752,\n                \"conversionhit_id\": 87196,\n                \"referrerhit_id\": 1370802,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"b1c75b8c98a69a648bd080c355424773\",\n                \"utm_source\": \"utm source text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:13:15-04:00\",\n            \"description\": \"utm source1 text|utm medium text|utm campaign text|utm content1 text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 51,\n                \"source_id\": 12,\n                \"pagehit_id\": 7709599,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-04-30 00:00:00\",\n                \"created_at\": \"2021-04-30 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619971995,\n                \"referrer_id\": 52751,\n                \"conversionhit_id\": 87195,\n                \"referrerhit_id\": 1370801,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"e344e763794f4d504a935defb73aaeb3\",\n                \"utm_source\": \"utm source1 text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content1 text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:07:20-04:00\",\n            \"description\": \"utm source text|utm medium text|utm campaign text|utm content text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 50,\n                \"source_id\": 13,\n                \"pagehit_id\": 7709598,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-05-02 00:00:00\",\n                \"created_at\": \"2021-05-02 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619971640,\n                \"referrer_id\": 52752,\n                \"conversionhit_id\": 87194,\n                \"referrerhit_id\": 1370800,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"b1c75b8c98a69a648bd080c355424773\",\n                \"utm_source\": \"utm source text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T12:03:25-04:00\",\n            \"description\": \"utm source text|utm medium text|utm campaign text|utm content text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 49,\n                \"source_id\": 13,\n                \"pagehit_id\": 7709597,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-05-02 00:00:00\",\n                \"created_at\": \"2021-05-02 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619971405,\n                \"referrer_id\": 52752,\n                \"conversionhit_id\": 87193,\n                \"referrerhit_id\": 1370799,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"b1c75b8c98a69a648bd080c355424773\",\n                \"utm_source\": \"utm source text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:57:45-04:00\",\n            \"description\": \"utm source text|utm medium text|utm campaign text|utm content text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 48,\n                \"source_id\": 13,\n                \"pagehit_id\": 7709596,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-05-02 00:00:00\",\n                \"created_at\": \"2021-05-02 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619971065,\n                \"referrer_id\": 52752,\n                \"conversionhit_id\": 87192,\n                \"referrerhit_id\": 1370798,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"b1c75b8c98a69a648bd080c355424773\",\n                \"utm_source\": \"utm source text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:45:16-04:00\",\n            \"description\": \"utm source text|utm medium text|utm campaign text|utm content text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 47,\n                \"source_id\": 13,\n                \"pagehit_id\": 7709595,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-05-02 00:00:00\",\n                \"created_at\": \"2021-05-02 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619970316,\n                \"referrer_id\": 52752,\n                \"conversionhit_id\": 87189,\n                \"referrerhit_id\": 1370797,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"b1c75b8c98a69a648bd080c355424773\",\n                \"utm_source\": \"utm source text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:44:05-04:00\",\n            \"description\": \"utm source text|utm medium text|utm campaign text|utm content text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 46,\n                \"source_id\": 13,\n                \"pagehit_id\": 7709594,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-05-02 00:00:00\",\n                \"created_at\": \"2021-05-02 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619970245,\n                \"referrer_id\": 52752,\n                \"conversionhit_id\": 0,\n                \"referrerhit_id\": 1370796,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"b1c75b8c98a69a648bd080c355424773\",\n                \"utm_source\": \"utm source text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:42:47-04:00\",\n            \"description\": \"utm source text|utm medium text|utm campaign text|utm content text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 45,\n                \"source_id\": 13,\n                \"pagehit_id\": 7709593,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-05-02 00:00:00\",\n                \"created_at\": \"2021-05-02 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619970167,\n                \"referrer_id\": 52752,\n                \"conversionhit_id\": 0,\n                \"referrerhit_id\": 1370795,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"b1c75b8c98a69a648bd080c355424773\",\n                \"utm_source\": \"utm source text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-05-02T11:41:55-04:00\",\n            \"description\": \"utm source1 text|utm medium text|utm campaign text|utm content1 text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 43,\n                \"source_id\": 12,\n                \"pagehit_id\": 7709591,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-04-30 00:00:00\",\n                \"created_at\": \"2021-04-30 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619970115,\n                \"referrer_id\": 52751,\n                \"conversionhit_id\": 87188,\n                \"referrerhit_id\": 1370793,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"e344e763794f4d504a935defb73aaeb3\",\n                \"utm_source\": \"utm source1 text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content1 text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T14:47:21-04:00\",\n            \"description\": \"utm source1 text|utm medium text|utm campaign text|utm content1 text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 39,\n                \"source_id\": 12,\n                \"pagehit_id\": 7709582,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-04-30 00:00:00\",\n                \"created_at\": \"2021-04-30 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619808441,\n                \"referrer_id\": 52751,\n                \"conversionhit_id\": 87184,\n                \"referrerhit_id\": 1370789,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"e344e763794f4d504a935defb73aaeb3\",\n                \"utm_source\": \"utm source1 text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content1 text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:14:58-04:00\",\n            \"description\": \"utm source1 text|utm medium text|utm campaign text|utm content1 text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 38,\n                \"source_id\": 12,\n                \"pagehit_id\": 7709553,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-04-30 00:00:00\",\n                \"created_at\": \"2021-04-30 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619802898,\n                \"referrer_id\": 52751,\n                \"conversionhit_id\": 87176,\n                \"referrerhit_id\": 1370788,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"e344e763794f4d504a935defb73aaeb3\",\n                \"utm_source\": \"utm source1 text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content1 text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        },\n        {\n            \"timestamp\": \"2021-04-30T13:06:18-04:00\",\n            \"description\": \"utm source1 text|utm medium text|utm campaign text|utm content1 text|utm term text\",\n            \"fields\": {\n                \"sourcehit_id\": 35,\n                \"source_id\": 12,\n                \"pagehit_id\": 7709550,\n                \"session_id\": 2770299,\n                \"page_id\": 571332,\n                \"updated_at\": \"2021-04-30 00:00:00\",\n                \"created_at\": \"2021-04-30 00:00:00\",\n                \"old_id\": null,\n                \"hit_time\": 1619802378,\n                \"referrer_id\": 52751,\n                \"conversionhit_id\": 87175,\n                \"referrerhit_id\": 1370785,\n                \"screenshot_id\": null,\n                \"account_id\": 5,\n                \"link_title_md5\": \"c41de53bde4079c85674f93961590497\",\n                \"request_url\": \"https://www.newfangled.com/insights\",\n                \"request_title\": \"Our Insights\",\n                \"content_id\": 0,\n                \"source_key\": \"e344e763794f4d504a935defb73aaeb3\",\n                \"utm_source\": \"utm source1 text\",\n                \"utm_medium\": \"utm medium text\",\n                \"utm_campaign\": \"utm campaign text\",\n                \"utm_content\": \"utm content1 text\",\n                \"utm_term\": \"utm term text\"\n            },\n            \"page_title\": \"API Method Test\",\n            \"page_url\": \"https://api-test.local/api-test.html\"\n        }\n    ],\n    \"content_trends\": null\n}"}],"_postman_id":"24c31bec-2ff5-45f7-8591-857ad046da8f"},{"name":"Get Token Status","event":[{"listen":"test","script":{"id":"0c77a0b0-fb94-4394-98d7-8fffb2448408","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Response time is less than 800ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(800);","});"],"type":"text/javascript"}}],"id":"274db92d-867a-451f-ad0c-23cb073fe0ec","protocolProfileBehavior":{"disableBodyPruning":true,"disableCookies":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://insight-engine.newfangled.com/api/v1/validate?token=YOUR_API_TOKEN","description":"<blockquote>\n<p><em>When you use the /include-api Insight Engine <a href=\"#insight-engine-embed-script\">embed code</a>, visitor activity may also be retrieved client-side using the global NF. getActivityDataFull() method. <a href=\"https://bitbucket.org/newfangled_web/workspace/snippets/gBkGoj\">See an example using the getActivityDataFull() global helper.</a></em>\n<br /><br /></p>\n</blockquote>\n<p>This endpoint allows you to get activity data for the current visitor, based on the 'session_id' value stored in the 'nf_807d9' cookie. A successful request will return a JSON object containing:</p>\n<ul>\n<li>Profile/social/employment data (where available)</li>\n<li>Pageview activity</li>\n<li>Conversion activity</li>\n<li>Content reading trends (based on content items with taxonomies tracked in the Insight Engine) UTM sources, if available.</li>\n</ul>\n","urlObject":{"path":["validate"],"host":["https://insight-engine.newfangled.com/api/v1"],"query":[{"key":"token","value":"YOUR_API_TOKEN"}],"variable":[]}},"response":[],"_postman_id":"274db92d-867a-451f-ad0c-23cb073fe0ec"},{"name":"Get System Status","event":[{"listen":"test","script":{"id":"0c77a0b0-fb94-4394-98d7-8fffb2448408","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Response time is less than 800ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(800);","});"],"type":"text/javascript"}}],"id":"afbc4d98-7e7c-4342-96e4-dc7a9fd8b279","protocolProfileBehavior":{"disableBodyPruning":true,"disableCookies":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://insight-engine.newfangled.com/api/v1/status","description":"<blockquote>\n<p><em>When you use the /include-api Insight Engine <a href=\"#insight-engine-embed-script\">embed code</a>, visitor activity may also be retrieved client-side using the global NF. getActivityDataFull() method. <a href=\"https://bitbucket.org/newfangled_web/workspace/snippets/gBkGoj\">See an example using the getActivityDataFull() global helper.</a></em>\n<br /><br /></p>\n</blockquote>\n<p>This endpoint allows you to get activity data for the current visitor, based on the 'session_id' value stored in the 'nf_807d9' cookie. A successful request will return a JSON object containing:</p>\n<ul>\n<li>Profile/social/employment data (where available)</li>\n<li>Pageview activity</li>\n<li>Conversion activity</li>\n<li>Content reading trends (based on content items with taxonomies tracked in the Insight Engine) UTM sources, if available.</li>\n</ul>\n","urlObject":{"path":["status"],"host":["https://insight-engine.newfangled.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"afbc4d98-7e7c-4342-96e4-dc7a9fd8b279"},{"name":"Show Dashboard","event":[{"listen":"test","script":{"id":"0c77a0b0-fb94-4394-98d7-8fffb2448408","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Response time is less than 800ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(800);","});"],"type":"text/javascript"}}],"id":"0b1c9f8b-28f4-437b-8402-3b18157e9ef2","protocolProfileBehavior":{"disableBodyPruning":true,"disableCookies":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"ie-testing","value":"1","type":"text"}],"url":"https://insight-engine.newfangled.com/api/v1/YOUR_API_TOKEN/dashboard","description":"<blockquote>\n<p><em>When you use the /include-api Insight Engine <a href=\"#insight-engine-embed-script\">embed code</a>, visitor activity may also be retrieved client-side using the global NF. getActivityDataFull() method. <a href=\"https://bitbucket.org/newfangled_web/workspace/snippets/gBkGoj\">See an example using the getActivityDataFull() global helper.</a></em>\n<br /><br /></p>\n</blockquote>\n<p>This endpoint allows you to get activity data for the current visitor, based on the 'session_id' value stored in the 'nf_807d9' cookie. A successful request will return a JSON object containing:</p>\n<ul>\n<li>Profile/social/employment data (where available)</li>\n<li>Pageview activity</li>\n<li>Conversion activity</li>\n<li>Content reading trends (based on content items with taxonomies tracked in the Insight Engine) UTM sources, if available.</li>\n</ul>\n","urlObject":{"path":["YOUR_API_TOKEN","dashboard"],"host":["https://insight-engine.newfangled.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b1c9f8b-28f4-437b-8402-3b18157e9ef2"},{"name":"Upsert Content","event":[{"listen":"test","script":{"id":"7322c219-103a-4809-aa29-8618192b2ea1","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Content Updated\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.action).to.eql('update');","});","","pm.test(\"Response time is less than 800ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(800);","});"],"type":"text/javascript"}}],"id":"d94126ff-bfdb-4146-88da-b530ddcf09c2","protocolProfileBehavior":{"disableBodyPruning":true,"disableCookies":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"ie-testing","value":"1","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"verbose","value":"true","type":"text","description":"<p>(Optional) Set to true to return details about the item created or updated.</p>\n"},{"key":"token","value":"YOUR_API_TOKEN","type":"text","description":"<p>(Required) Your Insight Engine API token.</p>\n"},{"key":"postid","value":"1234511","type":"text","description":"<p>(Required) A unique integer for the content item, such as a post id.</p>\n"},{"key":"pagelink","value":"https:\\/\\/www.newfangled.com\\/example-blog-post","type":"text","description":"<p>(Required) The full, final URL of the content item.</p>\n"},{"key":"pagetitle","value":"Example Blog Post Title","type":"text","description":"<p>(Required) The title of the content item.</p>\n"},{"key":"wordcount","value":"1000","type":"text","description":"<p>(Optional) The wordcount of the content item.</p>\n"},{"key":"publishdate","value":"May 1 2021","type":"text","description":"<p>(Required) Can be either a timestamp or a properly formatted date string.</p>\n"},{"key":"modifieddate","value":"May 1 2021","type":"text","description":"<p>(Optional) Can be either a timestamp or a properly formatted date string.</p>\n"},{"key":"authorname","value":"David Mello","type":"text","description":"<p>(Required) The author, as it will display in the Insight Engine.</p>\n"},{"key":"status","value":"Published","type":"text","description":"<p>(Optional) Content with a status of the following will be ignored: 'future','draft','pending','private','trash','auto-draft','inherit'</p>\n"},{"key":"contenttype","value":"Article","description":"<p>(Required) The type of the content item, as it will display in the Insight Engine.</p>\n","type":"text"},{"key":"terms[0][0]","value":"category","type":"text"},{"key":"terms[0][1]","value":"Design","type":"text"}]},"url":"https://insight-engine.newfangled.com/api/v1/contentactivity","description":"<p>This endpoint allows you to send content items to be tracked in the Insight Engine. The 'uniqueid' identier will determine\nwhether to create a new content entry, or to update an existing one.</p>\n","urlObject":{"path":["contentactivity"],"host":["https://insight-engine.newfangled.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"499e190c-15a4-48c2-be7e-4ca55a70a421","name":"Upsert Content","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"verbose","value":"true","type":"text","description":"(Optional) Set to true to return details about the item created or updated."},{"key":"token","value":"YOUR_API_TOKEN","type":"text","description":"(Required) Your Insight Engine API token."},{"key":"postid","value":"1234511","type":"text","description":"(Required) A unique integer for the content item, such as a post id."},{"key":"pagelink","value":"https:\\/\\/www.newfangled.com\\/example-blog-post","type":"text","description":"(Required) The full, final URL of the content item."},{"key":"pagetitle","value":"Example Blog Post Title","type":"text","description":"(Required) The title of the content item."},{"key":"wordcount","value":"1000","type":"text","description":"(Optional) The wordcount of the content item."},{"key":"publishdate","value":"May 1 2021","type":"text","description":"(Required) Can be either a timestamp or a properly formatted date string."},{"key":"modifieddate","value":"May 1 2021","type":"text","description":"(Optional) Can be either a timestamp or a properly formatted date string."},{"key":"authorname","value":"David Mello","type":"text","description":"(Required) The author, as it will display in the Insight Engine."},{"key":"status","value":"Published","type":"text","description":"(Optional) Content with a status of the following will be ignored: 'future','draft','pending','private','trash','auto-draft','inherit'"},{"key":"contenttype","value":"Article","description":"(Required) The type of the content item, as it will display in the Insight Engine.","type":"text"},{"key":"terms[0][0]","value":"category","type":"text"},{"key":"terms[0][1]","value":"Design","type":"text"}]},"url":"https://insight-engine.newfangled.com/api/v1/contentactivity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 02 May 2021 16:44:19 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) OpenSSL/1.0.2u PHP/7.1.33 mod_wsgi/3.5 Python/2.7.13 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_perl/2.0.11 Perl/v5.30.1"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Length","value":"422"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"update\",\n    \"content_item\": {\n        \"contentactivity_id\": 11730,\n        \"url\": \"https:\\\\/\\\\/www.newfangled.com\\\\/example-blog-post\",\n        \"title\": \"Example Blog Post Title\",\n        \"type\": \"Article\",\n        \"wordcount\": \"1000\",\n        \"author\": \"David Mello\",\n        \"published\": 1619841600,\n        \"modified\": 1619841600,\n        \"postid\": \"1234511\",\n        \"status\": \"Published\",\n        \"hide\": null\n    },\n    \"content_terms\": [\n        {\n            \"content_id\": 11730,\n            \"meta_name\": \"category\",\n            \"meta_value\": \"Design\",\n            \"contentmeta_id\": 38873\n        }\n    ]\n}"}],"_postman_id":"d94126ff-bfdb-4146-88da-b530ddcf09c2"}],"id":"5a1cd774-2e41-4d52-9134-393a4f0763e6","_postman_id":"5a1cd774-2e41-4d52-9134-393a4f0763e6","description":""},{"name":"Act-On Helper API Endpoints","item":[{"name":"Record Visitor Conversion","event":[{"listen":"test","script":{"id":"4cfc23f7-647e-4de0-9413-354642b0886f","exec":["pm.test(\"Body matches string\", function () {","    _session_id = pm.variables.get(\"session_id\");","    pm.expect(pm.response.text()).to.include(\"wp3727\");","});","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Response time is less than 500ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(1500);","});"],"type":"text/javascript"}}],"id":"a392dd38-bf71-418a-8cf6-e7dbaebf2ece","protocolProfileBehavior":{"disableBodyPruning":true,"disableCookies":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"YOUR_API_TOKEN\",\n    \"session_id\": \"{{acton_session_id}}\",\n    \"acton_account_id\": \"{{acton_account_id}}\",\n    \"acton_form_id\": \"{{acton_form_id}}\",\n    \"acton_marketing_domain\": \"{{acton_marketing_domain}}\",\n    \"fields\": {\n        \"first_name\": \"David\",\n        \"last_name\": \"Mello\",\n        \"email\": \"{{visitor_email}}\",\n        \"company\": \"Newfangled\",\n        \"title\": \"CTO\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://insight-engine.newfangled.com/api/v2/conversion-acton","description":"<blockquote>\n<p><em>When you use the /include-api Insight Engine <a href=\"#insight-engine-embed-script\">embed code</a>, an Act-On conversion may also be added client-side using the global NF. postDataToAO() method. <a href=\"https://bitbucket.org/newfangled_web/workspace/snippets/gBKxpG\">See an example using the postDataToAO() global helper.</a></em>\n<br /><br /></p>\n</blockquote>\n<p>This endpoint allows you to track a visitor's conversion (form submission) in Act-On. The conversion will then appear as a 'form submission' in Act-On. </p>\n<blockquote>\n<p><strong>A successful post (with a response of 200) will return a json object. If this object contains an array called 'cookies', those should be set for the visitor.</strong></p>\n<p>For instance, if the response contains the following: </p>\n<p> {\n      \"cookies\": {\n          \"wp123\": \"ABCDEFGHIJKLMNOP\"\n      }\n  }</p>\n<p>You should set a cookie called 'wp123' for the visitor, with a value of 'ABCDEFGHIJKLMNOP'. This cookie should have have httponly set to false, so it can be accessed by the Act-On beacon code on subsequent page views.</p>\n</blockquote>\n<p>This endpoint expects some specific/exact values:</p>\n<ul>\n<li>Your Act-On account ID</li>\n<li>The Act-On Form ID of the form you're submitting</li>\n<li>Your Act-On marketing domain. </li>\n<li>An array for fields, named exactly as they are in the Field Mapping-&gt;Field Name field in the Act-On form builder.</li>\n</ul>\n<p>If you don't yet have access to Act-On, or are unsure how to access these values, reach out to a Newfangled team member for assistance. You won't be able to build or test this endpoint until you have the correct ID and field name values for at least on Act-On form, as well as your Act-On account id and marketing domain. </p>\n<p>The Act-On marketing domain is your 'unique' Act-On url. Since our API wrapper is basically recreating a direct form submission programmatically, this is the URL that it submits the form to. Act-On assigns unique domains per client, which is why we need to know that. </p>\n<p>You'll be setting up a custom subdomain for this as part of your Act-On setup onboarding. Once that has been set up, you'll want to use that value - it will be something like <a href=\"https://marketing.yoursite.com\">https://marketing.yoursite.com</a></p>\n<p>If you haven't yet set up your custom marketing domain, Act-On will auto-generate a domain for you. You can use that value until your custom domain has been set up. It will look something like: \n<a href=\"https://a1234.actonservice.com\">https://a1234.actonservice.com</a></p>\n<p>This endpoint accepts and returns cookie values, corresponding to the current visitors's Act-On tracking cookie. </p>\n<ul>\n<li>The name of this cookie is always 'wp' followed by your Act-On Account ID. So, 'wp1234'. </li>\n<li>This value, if it exists, should be included in the API post data as the 'session_id' value</li>\n<li>This endpoint will return a json array containing cookie name/value pairs. These should then be set for the visitor.</li>\n</ul>\n<blockquote>\n<p> <a href=\"https://bitbucket.org/newfangled_web/workspace/snippets/XBKxeq\">See a PHP example using this endpoint.</a></p>\n</blockquote>\n<p><br /><br /></p>\n<h4 id=\"json-post-data\">JSON POST DATA</h4>\n<br />\n\n<blockquote>\n<p><strong>token</strong><br />String; Required<br />Your Insight Engine API token.</p>\n<p><strong>session_id</strong><br />String; Optional<br />The visitor's encoded session_id, if it &gt; exists, from the 'wp{acton_account_id}' cookie.</p>\n<p><strong>acton_account_id</strong><br />String; Required<br />Your unique Act-On account ID</p>\n<p><strong>acton_form_id</strong><br />String; Required<br />The Act-On form ID of the form you are submitting</p>\n<p><strong>acton_form_id</strong><br />String; Required<br />The Act-On form ID of the form you are submitting</p>\n<p><strong>acton_marketing_domain</strong><br />String; Required<br />Your Act-On marketing domain, as a full url (ex <a href=\"https://marketing.newfangled.com\">https://marketing.newfangled.com</a>). </p>\n<p><strong>fi\u0000elds</strong><br />Array; Required<br />The fi\u0000elds from the form submission, to record with as the conversion. The field names must correspond to the field names set in the Field Mapping-&gt;Field Name section in the Act-On form builder.  </p>\n</blockquote>\n","urlObject":{"path":["conversion-acton"],"host":["https://insight-engine.newfangled.com/api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"a392dd38-bf71-418a-8cf6-e7dbaebf2ece"}],"id":"b632e925-2a8f-4de0-a2d2-f2153b4a9708","description":"<p>Act-On is a Marketing Automation platform, separate from the Insight Engine. </p>\n<p>These \"Act-On Helper API Endpoints\" are endpoints offered by the Insight Engine API that serve as easier ways to interface with Act-On.</p>\n","_postman_id":"b632e925-2a8f-4de0-a2d2-f2153b4a9708"}],"event":[{"listen":"prerequest","script":{"id":"7c250cbe-a955-4f6c-9788-4a2050d2b65d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"94326cf8-5be9-449f-85b9-f51635e788af","type":"text/javascript","exec":[""]}}],"variable":[{"key":"base_url","value":"https://insight-engine.newfangled.com/api/v2","type":"any"},{"key":"api_token","value":"YOUR_API_TOKEN","type":"any"},{"key":"session_id","value":"VISITOR_COOKIE_VALUE","type":"any"},{"key":"api_token_name","value":"Token","type":"any"},{"key":"base_url_v1","value":"https://insight-engine.newfangled.com/api/v1","type":"any"},{"key":"baseUrl","value":"http://localhost:3000","type":"string"},{"key":"lookup_email_address","value":"VISITOR_EMAIL_ADDRESS","type":"string"}]}