{"id":599,"date":"2015-07-02T12:18:06","date_gmt":"2015-07-02T00:18:06","guid":{"rendered":"http:\/\/geektactics.geektamin.com\/?p=599"},"modified":"2024-06-14T09:53:08","modified_gmt":"2024-06-13T21:53:08","slug":"troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast","status":"publish","type":"post","link":"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/","title":{"rendered":"Troubleshooting Universal Analytics Ecommerce Tracking in WordPress when using Yoast"},"content":{"rendered":"

If you’re using WordPress, Universal Analytics and the Yoast Analytics plugin, and want to set up Google Analytics ecommerce tracking manually, you’re probably running into some problems.<\/p>\n

I had this exact scenario with a client’s website. \u00a0We upgraded from Classic Analytics to Universal Analytics and immediately all ecommerce data stopped being recorded. Even though I have edited the ecommerce tracking code to\u00a0the Universal Analytics required code.<\/p>\n

Analytics said no transactions, no sales, no quantity, no revenue .. the graph had flatlined. \u00a0Sales were still coming in of course, but our Analytics data was not working.<\/p>\n

The site was running in WordPress but wasn’t using\u00a0WooCommerce or any other full shopping cart, so we couldn’t use the Yoast Ecommerce plugin (which works great!) \u00a0The website just used simple Buy Now buttons and sent visitors to a thank you page where I had the ecommerce tracking code embedded.<\/p>\n

After days of troubleshooting I finally found the problem, and it is specifically because of the Yoast plugin.<\/p>\n

How to Fix Your Code<\/h2>\n

Universal Analytics documentation for Ecommerce Tracking<\/a> shows the required code as<\/p>\n

ga('require', 'ecommerce');\r\nga('ecommerce:addTransaction', { ...\r\n\r\nga('ecommerce:addItem', { ...\r\n\r\nga('ecommerce:send');\r\n<\/code><\/pre>\n

If you’ve been troubleshooting, like I was, you have gone over this code multiple times making sure it works.<\/p>\n

However when using the Yoast Analytics plugin with Universal Analytics ticked, every ga<\/strong><\/code> needs to be changed to __gaTracker<\/strong><\/code>.<\/p>\n

Like this:<\/p>\n

__gaTracker('require', 'ecommerce');\r\n__gaTracker('ecommerce:addTransaction', { ...\r\n\r\n__gaTracker('ecommerce:addItem', { ...\r\n\r\n__gaTracker('ecommerce:send');\r\n<\/code><\/pre>\n

As soon as this change was made, the ecommerce tr4ansactions were once again being\u00a0successfully recorded in Google Analytics.<\/p>\n

(As a side note – I use the awesome little plugin Global Content Blocks<\/a> to embed my\u00a0ecommerce tracking code on the page without the\u00a0Wordpress editor messing it up).<\/p>\n

 <\/p>\n

Troubleshooting – How to See What Data is Being Sent to Google Analytics<\/h2>\n

Google have released a very useful Chrome extension that enables you to watch the data that is being sent to Google Analytics. \u00a0It’s called the Google Analytics Debugger<\/a>.<\/p>\n

\"debugger_on\"When you add this extension to Chrome, the console in your developer tools will record all communication with Google Analytics. To test it, click the icon once in the toolbar to turn it “ON”, as the image shows.<\/p>\n

Then go to your thank you or confirmation page, where you have the ecommerce tracking code embedded. \u00a0 Add the parameters to the URL, just like you do when a transaction is completed e.g. PayPal can be configured to send something like this:<\/p>\n

?tx=ABCDEFGHIJKLMNOP&st=Completed&amt=50.00&cc=USD&cm=&item_number=2<\/pre>\n

When you load this page, open the developer tools (right-click > Inspect Element) and in the console section you’ll see all the details about what commands are being run for Google Analytics and what data is being sent.<\/p>\n

(WARNING: When the code is working correctly this will send real data to your Google Analytics. \u00a0So if you want accurate data refresh the page\u00a0again after you see the data is working, otherwise you’ll end up with inflated sales figures in your Analytics).<\/p>\n

Scroll through the data and look for the ecommerce commands being run. \u00a0It will look like this:<\/p>\n

\"ecommerce_tracking_data\"<\/p>\n

If you don’t see the ecommerce lines, it means the ecommerce commands are not being run, and no data is being sent to Google Analytics. \u00a0Once you see those lines in there, you can see exactly what data is being sent, and it will soon appear in Analytics for you.<\/p>\n

If you’ve found this article useful, please leave a comment below.<\/p>\n

 <\/p>\n","protected":false},"excerpt":{"rendered":"

If you’re using WordPress, Universal Analytics and the Yoast Analytics plugin, and want to set up Google Analytics ecommerce tracking manually, you’re probably running into some problems. I had this exact scenario with a client’s website. \u00a0We upgraded from Classic Analytics to Universal Analytics and immediately all ecommerce data stopped being recorded. Even though I […]<\/p>\n","protected":false},"author":5,"featured_media":610,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[14],"tags":[150,20],"class_list":["post-599","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress","tag-google-analytics","tag-troubleshooting-wordpress"],"yoast_head":"\nTroubleshoot Analytics Ecommerce Tracking in Wordpress<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Troubleshoot Analytics Ecommerce Tracking in Wordpress\" \/>\n<meta property=\"og:description\" content=\"If you’re using WordPress, Universal Analytics and the Yoast Analytics plugin, and want to set up Google Analytics ecommerce tracking manually, you’re probably running into some problems. I had this exact scenario with a client’s website. \u00a0We upgraded from Classic Analytics to Universal Analytics and immediately all ecommerce data stopped being recorded. Even though I […]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/\" \/>\n<meta property=\"og:site_name\" content=\"Geektactics\" \/>\n<meta property=\"article:published_time\" content=\"2015-07-02T00:18:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-06-13T21:53:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/geektactics.co.nz\/wp-content\/uploads\/sites\/2\/2015\/07\/ecommerce_flatline.png\" \/>\n\t<meta property=\"og:image:width\" content=\"581\" \/>\n\t<meta property=\"og:image:height\" content=\"381\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Josh Moore\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Josh Moore\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/\"},\"author\":{\"name\":\"Josh Moore\",\"@id\":\"https:\/\/geektactics.co.nz\/#\/schema\/person\/6bb496f93975e50731c7b169c39bc4ab\"},\"headline\":\"Troubleshooting Universal Analytics Ecommerce Tracking in WordPress when using Yoast\",\"datePublished\":\"2015-07-02T00:18:06+00:00\",\"dateModified\":\"2024-06-13T21:53:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/\"},\"wordCount\":573,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/geektactics.co.nz\/#organization\"},\"image\":{\"@id\":\"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/geektactics.co.nz\/wp-content\/uploads\/sites\/2\/2015\/07\/ecommerce_flatline.png\",\"keywords\":[\"Google Analytics\",\"troubleshooting Wordpress\"],\"articleSection\":[\"Wordpress\"],\"inLanguage\":\"en-NZ\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/\",\"url\":\"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/\",\"name\":\"Troubleshoot Analytics Ecommerce Tracking in Wordpress\",\"isPartOf\":{\"@id\":\"https:\/\/geektactics.co.nz\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/geektactics.co.nz\/wp-content\/uploads\/sites\/2\/2015\/07\/ecommerce_flatline.png\",\"datePublished\":\"2015-07-02T00:18:06+00:00\",\"dateModified\":\"2024-06-13T21:53:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/#breadcrumb\"},\"inLanguage\":\"en-NZ\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-NZ\",\"@id\":\"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/#primaryimage\",\"url\":\"https:\/\/geektactics.co.nz\/wp-content\/uploads\/sites\/2\/2015\/07\/ecommerce_flatline.png\",\"contentUrl\":\"https:\/\/geektactics.co.nz\/wp-content\/uploads\/sites\/2\/2015\/07\/ecommerce_flatline.png\",\"width\":581,\"height\":381},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/geektactics.co.nz\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Troubleshooting Universal Analytics Ecommerce Tracking in WordPress when using Yoast\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/geektactics.co.nz\/#website\",\"url\":\"https:\/\/geektactics.co.nz\/\",\"name\":\"Geektactics\",\"description\":\"Interesting Stuff for Geeks\",\"publisher\":{\"@id\":\"https:\/\/geektactics.co.nz\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/geektactics.co.nz\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-NZ\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/geektactics.co.nz\/#organization\",\"name\":\"Geektactics\",\"url\":\"https:\/\/geektactics.co.nz\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-NZ\",\"@id\":\"https:\/\/geektactics.co.nz\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/geektactics.co.nz\/wp-content\/uploads\/sites\/2\/2024\/06\/geektactics-logo.png\",\"contentUrl\":\"https:\/\/geektactics.co.nz\/wp-content\/uploads\/sites\/2\/2024\/06\/geektactics-logo.png\",\"width\":2001,\"height\":831,\"caption\":\"Geektactics\"},\"image\":{\"@id\":\"https:\/\/geektactics.co.nz\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/geektactics.co.nz\/#\/schema\/person\/6bb496f93975e50731c7b169c39bc4ab\",\"name\":\"Josh Moore\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-NZ\",\"@id\":\"https:\/\/geektactics.co.nz\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2bea43488633fc79ace340300f8ab6d6?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2bea43488633fc79ace340300f8ab6d6?s=96&d=mm&r=g\",\"caption\":\"Josh Moore\"},\"description\":\"I love marketing and technology. I run Duoplus Online Marketing and enjoy helping companies grow their income especially through using online marketing effectively.\",\"sameAs\":[\"https:\/\/www.duoplus.nz\"],\"url\":\"https:\/\/geektactics.co.nz\/blog\/author\/josh\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Troubleshoot Analytics Ecommerce Tracking in Wordpress","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/","og_locale":"en_US","og_type":"article","og_title":"Troubleshoot Analytics Ecommerce Tracking in Wordpress","og_description":"If you’re using WordPress, Universal Analytics and the Yoast Analytics plugin, and want to set up Google Analytics ecommerce tracking manually, you’re probably running into some problems. I had this exact scenario with a client’s website. \u00a0We upgraded from Classic Analytics to Universal Analytics and immediately all ecommerce data stopped being recorded. Even though I […]","og_url":"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/","og_site_name":"Geektactics","article_published_time":"2015-07-02T00:18:06+00:00","article_modified_time":"2024-06-13T21:53:08+00:00","og_image":[{"width":581,"height":381,"url":"https:\/\/geektactics.co.nz\/wp-content\/uploads\/sites\/2\/2015\/07\/ecommerce_flatline.png","type":"image\/png"}],"author":"Josh Moore","twitter_misc":{"Written by":"Josh Moore","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/#article","isPartOf":{"@id":"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/"},"author":{"name":"Josh Moore","@id":"https:\/\/geektactics.co.nz\/#\/schema\/person\/6bb496f93975e50731c7b169c39bc4ab"},"headline":"Troubleshooting Universal Analytics Ecommerce Tracking in WordPress when using Yoast","datePublished":"2015-07-02T00:18:06+00:00","dateModified":"2024-06-13T21:53:08+00:00","mainEntityOfPage":{"@id":"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/"},"wordCount":573,"commentCount":0,"publisher":{"@id":"https:\/\/geektactics.co.nz\/#organization"},"image":{"@id":"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/#primaryimage"},"thumbnailUrl":"https:\/\/geektactics.co.nz\/wp-content\/uploads\/sites\/2\/2015\/07\/ecommerce_flatline.png","keywords":["Google Analytics","troubleshooting Wordpress"],"articleSection":["Wordpress"],"inLanguage":"en-NZ","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/","url":"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/","name":"Troubleshoot Analytics Ecommerce Tracking in Wordpress","isPartOf":{"@id":"https:\/\/geektactics.co.nz\/#website"},"primaryImageOfPage":{"@id":"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/#primaryimage"},"image":{"@id":"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/#primaryimage"},"thumbnailUrl":"https:\/\/geektactics.co.nz\/wp-content\/uploads\/sites\/2\/2015\/07\/ecommerce_flatline.png","datePublished":"2015-07-02T00:18:06+00:00","dateModified":"2024-06-13T21:53:08+00:00","breadcrumb":{"@id":"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/#breadcrumb"},"inLanguage":"en-NZ","potentialAction":[{"@type":"ReadAction","target":["https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/"]}]},{"@type":"ImageObject","inLanguage":"en-NZ","@id":"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/#primaryimage","url":"https:\/\/geektactics.co.nz\/wp-content\/uploads\/sites\/2\/2015\/07\/ecommerce_flatline.png","contentUrl":"https:\/\/geektactics.co.nz\/wp-content\/uploads\/sites\/2\/2015\/07\/ecommerce_flatline.png","width":581,"height":381},{"@type":"BreadcrumbList","@id":"https:\/\/geektactics.co.nz\/blog\/troubleshooting-universal-analytics-ecommerce-tracking-in-wordpress-when-using-yoast\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/geektactics.co.nz\/"},{"@type":"ListItem","position":2,"name":"Troubleshooting Universal Analytics Ecommerce Tracking in WordPress when using Yoast"}]},{"@type":"WebSite","@id":"https:\/\/geektactics.co.nz\/#website","url":"https:\/\/geektactics.co.nz\/","name":"Geektactics","description":"Interesting Stuff for Geeks","publisher":{"@id":"https:\/\/geektactics.co.nz\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/geektactics.co.nz\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-NZ"},{"@type":"Organization","@id":"https:\/\/geektactics.co.nz\/#organization","name":"Geektactics","url":"https:\/\/geektactics.co.nz\/","logo":{"@type":"ImageObject","inLanguage":"en-NZ","@id":"https:\/\/geektactics.co.nz\/#\/schema\/logo\/image\/","url":"https:\/\/geektactics.co.nz\/wp-content\/uploads\/sites\/2\/2024\/06\/geektactics-logo.png","contentUrl":"https:\/\/geektactics.co.nz\/wp-content\/uploads\/sites\/2\/2024\/06\/geektactics-logo.png","width":2001,"height":831,"caption":"Geektactics"},"image":{"@id":"https:\/\/geektactics.co.nz\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/geektactics.co.nz\/#\/schema\/person\/6bb496f93975e50731c7b169c39bc4ab","name":"Josh Moore","image":{"@type":"ImageObject","inLanguage":"en-NZ","@id":"https:\/\/geektactics.co.nz\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/2bea43488633fc79ace340300f8ab6d6?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2bea43488633fc79ace340300f8ab6d6?s=96&d=mm&r=g","caption":"Josh Moore"},"description":"I love marketing and technology. I run Duoplus Online Marketing and enjoy helping companies grow their income especially through using online marketing effectively.","sameAs":["https:\/\/www.duoplus.nz"],"url":"https:\/\/geektactics.co.nz\/blog\/author\/josh\/"}]}},"_links":{"self":[{"href":"https:\/\/geektactics.co.nz\/wp-json\/wp\/v2\/posts\/599"}],"collection":[{"href":"https:\/\/geektactics.co.nz\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/geektactics.co.nz\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/geektactics.co.nz\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/geektactics.co.nz\/wp-json\/wp\/v2\/comments?post=599"}],"version-history":[{"count":6,"href":"https:\/\/geektactics.co.nz\/wp-json\/wp\/v2\/posts\/599\/revisions"}],"predecessor-version":[{"id":20279,"href":"https:\/\/geektactics.co.nz\/wp-json\/wp\/v2\/posts\/599\/revisions\/20279"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/geektactics.co.nz\/wp-json\/wp\/v2\/media\/610"}],"wp:attachment":[{"href":"https:\/\/geektactics.co.nz\/wp-json\/wp\/v2\/media?parent=599"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/geektactics.co.nz\/wp-json\/wp\/v2\/categories?post=599"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/geektactics.co.nz\/wp-json\/wp\/v2\/tags?post=599"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}