{"id":6787,"date":"2024-06-18T18:21:23","date_gmt":"2024-06-18T18:21:23","guid":{"rendered":"https:\/\/lite14.net\/blog\/?p=6787"},"modified":"2024-06-18T18:21:23","modified_gmt":"2024-06-18T18:21:23","slug":"how-to-use-regex-for-advanced-url-matching-in-google-tag-manager","status":"publish","type":"post","link":"https:\/\/lite14.net\/blog\/2024\/06\/18\/how-to-use-regex-for-advanced-url-matching-in-google-tag-manager\/","title":{"rendered":"How to Use Regex for Advanced URL Matching in Google Tag Manager"},"content":{"rendered":"<p>Google Tag Manager (GTM) is a powerful tool for managing and tracking website tags and tracking codes. One of the key features of GTM is the ability to use regular expressions (regex) for matching URLs. Regex allows you to create complex patterns to match specific URLs, which can be used to trigger tags, set variables, and more.<\/p>\n<p>In this article, we&#8217;ll explore how to use regex for advanced URL matching in Google Tag Manager.<\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_76 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/lite14.net\/blog\/2024\/06\/18\/how-to-use-regex-for-advanced-url-matching-in-google-tag-manager\/#What_are_Regular_Expressions\" >What are Regular Expressions?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/lite14.net\/blog\/2024\/06\/18\/how-to-use-regex-for-advanced-url-matching-in-google-tag-manager\/#Using_Regex_in_Google_Tag_Manager\" >Using Regex in Google Tag Manager<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/lite14.net\/blog\/2024\/06\/18\/how-to-use-regex-for-advanced-url-matching-in-google-tag-manager\/#Regex_Syntax\" >Regex Syntax<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/lite14.net\/blog\/2024\/06\/18\/how-to-use-regex-for-advanced-url-matching-in-google-tag-manager\/#Tips_and_Tricks\" >Tips and Tricks<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/lite14.net\/blog\/2024\/06\/18\/how-to-use-regex-for-advanced-url-matching-in-google-tag-manager\/#Common_Pitfalls\" >Common Pitfalls<\/a><\/li><\/ul><\/nav><\/div>\n<h3><span class=\"ez-toc-section\" id=\"What_are_Regular_Expressions\"><\/span>What are Regular Expressions?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Regular expressions (regex) are a pattern-matching language that allows you to define complex search patterns. In the context of Google Tag Manager, regex is used to match specific URLs against a pattern.<\/p>\n<p>A regex pattern consists of two main components:<\/p>\n<p><strong>1. Literal characters:<\/strong> These are the actual characters that you want to match.<br \/>\n<strong>2. Special characters:<\/strong> These are special symbols that have a specific meaning in regex, such as `.`, `*`, and `+`.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Using_Regex_in_Google_Tag_Manager\"><\/span>Using Regex in Google Tag Manager<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>To use regex in Google Tag Manager, you&#8217;ll need to create a new trigger or variable and select the &#8220;Matches RegEx&#8221; condition type. This will open a text box where you can enter your regex pattern.<\/p>\n<p>Here&#8217;s an example of how to create a regex pattern in GTM:<\/p>\n<p>1. Create a new trigger or variable.<br \/>\n2. Select &#8220;Matches RegEx&#8221; as the condition type.<br \/>\n3. Enter your regex pattern in the text box.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Regex_Syntax\"><\/span>Regex Syntax<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Here are some basic regex syntax elements you can use in GTM:<\/p>\n<ul>\n<li>.` matches any single character (except a newline).<\/li>\n<li>`^` matches the start of the string.<\/li>\n<li>$` matches the end of the string.<\/li>\n<li>*matches zero or more occurrences of the preceding element.<\/li>\n<li>+` matches one or more occurrences of the preceding element.<\/li>\n<li>\u00a0`?` matches zero or one occurrence of the preceding element.<\/li>\n<li>[abc]` matches any single character that is &#8220;a&#8221;, &#8220;b&#8221;, or &#8220;c&#8221;.<\/li>\n<li>[a-zA-Z]` matches any letter (both uppercase and lowercase).<\/li>\n<\/ul>\n<p><strong>Examples<\/strong><\/p>\n<p>Here are some examples of regex patterns you can use in GTM:<\/p>\n<ul>\n<li>\u00a0To match all URLs that contain &#8220;\/about&#8221;:<br \/>\n+ Pattern: `\/about`<br \/>\n+ Explanation: The pattern `\/about` will match any URL that contains the literal string &#8220;\/about&#8221;.<\/li>\n<li>To match all URLs that start with &#8220;\/products&#8221;:<br \/>\n+ Pattern: `^\/products`<br \/>\n+ Explanation: The pattern `^\/products` will match any URL that starts with &#8220;\/products&#8221;, but not those that contain &#8220;\/products&#8221; anywhere else in the URL.<\/li>\n<li>To match all URLs that contain &#8220;.html&#8221;:<br \/>\n+ Pattern: `.*\\.html`<br \/>\n+ Explanation: The pattern `.*\\.html` will match any URL that contains &#8220;.html&#8221; anywhere in the URL. The `.*` part matches any characters before and after &#8220;.html&#8221;.<\/li>\n<li>\u00a0To match all URLs that contain &#8220;\/category\/&#8221; and have a query parameter:<br \/>\n+ Pattern: `\/category\/.*\\?(.*)`<br \/>\n+ Explanation: The pattern `\/category\/.*\\?(.*)` will match any URL that contains &#8220;\/category\/&#8221; and has a query parameter (e.g., &#8220;?id=123&#8221;). The `.*` part matches any characters before and after the query parameter.<\/li>\n<\/ul>\n<h3><span class=\"ez-toc-section\" id=\"Tips_and_Tricks\"><\/span>Tips and Tricks<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Here are some tips and tricks for using regex in GTM:<\/p>\n<ul>\n<li>\u00a0Use anchors (`^` and `$`) to specify exact matches.<\/li>\n<li>Use parentheses `()` to group parts of your pattern and capture them as groups.<\/li>\n<li>Use character classes `[abc]` to match specific sets of characters.<\/li>\n<li>Use quantifiers `*`, `+`, and `?` to specify how many times a character or group should be matched.<\/li>\n<li>Test your patterns thoroughly to ensure they match your intended targets.<\/li>\n<\/ul>\n<h3><span class=\"ez-toc-section\" id=\"Common_Pitfalls\"><\/span>Common Pitfalls<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Here are some common pitfalls to watch out for when using regex in GTM:<\/p>\n<ul>\n<li><strong>Infinite loops<\/strong>: If your pattern is too complex or recursive, it may cause infinite loops in GTM.<\/li>\n<li><strong>Unintended matches<\/strong>: Make sure your pattern doesn&#8217;t match unintended targets by testing it thoroughly.<\/li>\n<li><strong>Performance issues<\/strong>: Complex regex patterns can slow down GTM performance. Keep your patterns simple and efficient.<\/li>\n<\/ul>\n<p>Regular expressions are a powerful tool for matching complex patterns in Google Tag Manager. By mastering regex syntax and techniques, you can create advanced URL matching patterns that help you track user behavior, trigger tags, and set variables. Remember to test your patterns thoroughly and avoid common pitfalls to ensure optimal performance and accuracy.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Google Tag Manager (GTM) is a powerful tool for managing and tracking website tags and tracking codes. One of the key features of GTM is&#8230;<\/p>\n","protected":false},"author":210,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[270],"tags":[],"class_list":["post-6787","post","type-post","status-publish","format-standard","hentry","category-digital-marketing"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Use Regex for Advanced URL Matching in Google Tag Manager - Lite14 Tools &amp; Blog<\/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:\/\/lite14.net\/blog\/2024\/06\/18\/how-to-use-regex-for-advanced-url-matching-in-google-tag-manager\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Use Regex for Advanced URL Matching in Google Tag Manager - Lite14 Tools &amp; Blog\" \/>\n<meta property=\"og:description\" content=\"Google Tag Manager (GTM) is a powerful tool for managing and tracking website tags and tracking codes. One of the key features of GTM is...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lite14.net\/blog\/2024\/06\/18\/how-to-use-regex-for-advanced-url-matching-in-google-tag-manager\/\" \/>\n<meta property=\"og:site_name\" content=\"Lite14 Tools &amp; Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-06-18T18:21:23+00:00\" \/>\n<meta name=\"author\" content=\"admin3\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin3\" \/>\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:\/\/lite14.net\/blog\/2024\/06\/18\/how-to-use-regex-for-advanced-url-matching-in-google-tag-manager\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/lite14.net\/blog\/2024\/06\/18\/how-to-use-regex-for-advanced-url-matching-in-google-tag-manager\/\"},\"author\":{\"name\":\"admin3\",\"@id\":\"https:\/\/lite14.net\/blog\/#\/schema\/person\/3fcb0f4c8bd53264d6447eb6a6d36e81\"},\"headline\":\"How to Use Regex for Advanced URL Matching in Google Tag Manager\",\"datePublished\":\"2024-06-18T18:21:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/lite14.net\/blog\/2024\/06\/18\/how-to-use-regex-for-advanced-url-matching-in-google-tag-manager\/\"},\"wordCount\":645,\"publisher\":{\"@id\":\"https:\/\/lite14.net\/blog\/#organization\"},\"articleSection\":[\"Digital Marketing\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/lite14.net\/blog\/2024\/06\/18\/how-to-use-regex-for-advanced-url-matching-in-google-tag-manager\/\",\"url\":\"https:\/\/lite14.net\/blog\/2024\/06\/18\/how-to-use-regex-for-advanced-url-matching-in-google-tag-manager\/\",\"name\":\"How to Use Regex for Advanced URL Matching in Google Tag Manager - Lite14 Tools &amp; Blog\",\"isPartOf\":{\"@id\":\"https:\/\/lite14.net\/blog\/#website\"},\"datePublished\":\"2024-06-18T18:21:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/lite14.net\/blog\/2024\/06\/18\/how-to-use-regex-for-advanced-url-matching-in-google-tag-manager\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/lite14.net\/blog\/2024\/06\/18\/how-to-use-regex-for-advanced-url-matching-in-google-tag-manager\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/lite14.net\/blog\/2024\/06\/18\/how-to-use-regex-for-advanced-url-matching-in-google-tag-manager\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/lite14.net\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Use Regex for Advanced URL Matching in Google Tag Manager\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/lite14.net\/blog\/#website\",\"url\":\"https:\/\/lite14.net\/blog\/\",\"name\":\"Lite14 Tools &amp; Blog\",\"description\":\"Email Marketing Tools &amp; Digital Marketing Updates\",\"publisher\":{\"@id\":\"https:\/\/lite14.net\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/lite14.net\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/lite14.net\/blog\/#organization\",\"name\":\"Lite14 Tools &amp; Blog\",\"url\":\"https:\/\/lite14.net\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/lite14.net\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/lite14.net\/blog\/wp-content\/uploads\/2025\/09\/cropped-lite-logo.png\",\"contentUrl\":\"https:\/\/lite14.net\/blog\/wp-content\/uploads\/2025\/09\/cropped-lite-logo.png\",\"width\":191,\"height\":178,\"caption\":\"Lite14 Tools &amp; Blog\"},\"image\":{\"@id\":\"https:\/\/lite14.net\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/lite14.net\/blog\/#\/schema\/person\/3fcb0f4c8bd53264d6447eb6a6d36e81\",\"name\":\"admin3\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/lite14.net\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6a47a48d3f454a7aa919c16c5d03a6b63ff4ecdd1d2405bfba02f09414226574?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6a47a48d3f454a7aa919c16c5d03a6b63ff4ecdd1d2405bfba02f09414226574?s=96&d=mm&r=g\",\"caption\":\"admin3\"},\"url\":\"https:\/\/lite14.net\/blog\/author\/adeyemoemmanuel001\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Use Regex for Advanced URL Matching in Google Tag Manager - Lite14 Tools &amp; Blog","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:\/\/lite14.net\/blog\/2024\/06\/18\/how-to-use-regex-for-advanced-url-matching-in-google-tag-manager\/","og_locale":"en_US","og_type":"article","og_title":"How to Use Regex for Advanced URL Matching in Google Tag Manager - Lite14 Tools &amp; Blog","og_description":"Google Tag Manager (GTM) is a powerful tool for managing and tracking website tags and tracking codes. One of the key features of GTM is...","og_url":"https:\/\/lite14.net\/blog\/2024\/06\/18\/how-to-use-regex-for-advanced-url-matching-in-google-tag-manager\/","og_site_name":"Lite14 Tools &amp; Blog","article_published_time":"2024-06-18T18:21:23+00:00","author":"admin3","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin3","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/lite14.net\/blog\/2024\/06\/18\/how-to-use-regex-for-advanced-url-matching-in-google-tag-manager\/#article","isPartOf":{"@id":"https:\/\/lite14.net\/blog\/2024\/06\/18\/how-to-use-regex-for-advanced-url-matching-in-google-tag-manager\/"},"author":{"name":"admin3","@id":"https:\/\/lite14.net\/blog\/#\/schema\/person\/3fcb0f4c8bd53264d6447eb6a6d36e81"},"headline":"How to Use Regex for Advanced URL Matching in Google Tag Manager","datePublished":"2024-06-18T18:21:23+00:00","mainEntityOfPage":{"@id":"https:\/\/lite14.net\/blog\/2024\/06\/18\/how-to-use-regex-for-advanced-url-matching-in-google-tag-manager\/"},"wordCount":645,"publisher":{"@id":"https:\/\/lite14.net\/blog\/#organization"},"articleSection":["Digital Marketing"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/lite14.net\/blog\/2024\/06\/18\/how-to-use-regex-for-advanced-url-matching-in-google-tag-manager\/","url":"https:\/\/lite14.net\/blog\/2024\/06\/18\/how-to-use-regex-for-advanced-url-matching-in-google-tag-manager\/","name":"How to Use Regex for Advanced URL Matching in Google Tag Manager - Lite14 Tools &amp; Blog","isPartOf":{"@id":"https:\/\/lite14.net\/blog\/#website"},"datePublished":"2024-06-18T18:21:23+00:00","breadcrumb":{"@id":"https:\/\/lite14.net\/blog\/2024\/06\/18\/how-to-use-regex-for-advanced-url-matching-in-google-tag-manager\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lite14.net\/blog\/2024\/06\/18\/how-to-use-regex-for-advanced-url-matching-in-google-tag-manager\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/lite14.net\/blog\/2024\/06\/18\/how-to-use-regex-for-advanced-url-matching-in-google-tag-manager\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/lite14.net\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Use Regex for Advanced URL Matching in Google Tag Manager"}]},{"@type":"WebSite","@id":"https:\/\/lite14.net\/blog\/#website","url":"https:\/\/lite14.net\/blog\/","name":"Lite14 Tools &amp; Blog","description":"Email Marketing Tools &amp; Digital Marketing Updates","publisher":{"@id":"https:\/\/lite14.net\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lite14.net\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/lite14.net\/blog\/#organization","name":"Lite14 Tools &amp; Blog","url":"https:\/\/lite14.net\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lite14.net\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/lite14.net\/blog\/wp-content\/uploads\/2025\/09\/cropped-lite-logo.png","contentUrl":"https:\/\/lite14.net\/blog\/wp-content\/uploads\/2025\/09\/cropped-lite-logo.png","width":191,"height":178,"caption":"Lite14 Tools &amp; Blog"},"image":{"@id":"https:\/\/lite14.net\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/lite14.net\/blog\/#\/schema\/person\/3fcb0f4c8bd53264d6447eb6a6d36e81","name":"admin3","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lite14.net\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6a47a48d3f454a7aa919c16c5d03a6b63ff4ecdd1d2405bfba02f09414226574?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6a47a48d3f454a7aa919c16c5d03a6b63ff4ecdd1d2405bfba02f09414226574?s=96&d=mm&r=g","caption":"admin3"},"url":"https:\/\/lite14.net\/blog\/author\/adeyemoemmanuel001\/"}]}},"_links":{"self":[{"href":"https:\/\/lite14.net\/blog\/wp-json\/wp\/v2\/posts\/6787","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lite14.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lite14.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lite14.net\/blog\/wp-json\/wp\/v2\/users\/210"}],"replies":[{"embeddable":true,"href":"https:\/\/lite14.net\/blog\/wp-json\/wp\/v2\/comments?post=6787"}],"version-history":[{"count":2,"href":"https:\/\/lite14.net\/blog\/wp-json\/wp\/v2\/posts\/6787\/revisions"}],"predecessor-version":[{"id":6804,"href":"https:\/\/lite14.net\/blog\/wp-json\/wp\/v2\/posts\/6787\/revisions\/6804"}],"wp:attachment":[{"href":"https:\/\/lite14.net\/blog\/wp-json\/wp\/v2\/media?parent=6787"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lite14.net\/blog\/wp-json\/wp\/v2\/categories?post=6787"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lite14.net\/blog\/wp-json\/wp\/v2\/tags?post=6787"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}