{"id":791,"date":"2025-09-26T21:56:41","date_gmt":"2025-09-26T21:56:41","guid":{"rendered":"https:\/\/cpvone.com\/academy\/?post_type=glossary&#038;p=791"},"modified":"2025-09-26T21:56:42","modified_gmt":"2025-09-26T21:56:42","slug":"query-string","status":"publish","type":"glossary","link":"https:\/\/cpvone.com\/academy\/glossary\/query-string\/","title":{"rendered":"Query String"},"content":{"rendered":"<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">A <strong><a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/query-string\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">Query String<\/a><\/strong> in the &nbsp;CPV tracker (<a href=\"https:\/\/cpvlab.pro\/\">CPV Lab<\/a> or<a href=\"https:\/\/cpvone.com\/\"> CPV One<\/a>) refers to the part of a URL that carries extra data in the form of parameters and values. Query strings are the backbone of <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/tracking-2\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">tracking<\/a> because they allow the system to pass information such as Click IDs, tokens, costs, and targeting details between traffic sources, CPV tracker, and affiliate networks.<\/p>\n<\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">What a <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/query-string\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">Query String<\/a> Looks Like<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/query-string\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">query string<\/a> starts with a <strong>question mark (?)<\/strong> and is made up of <strong>key&ndash;value pairs<\/strong> separated by <strong>&amp;<\/strong> symbols. For example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>https:\/\/yourdomain.com\/click.php?campid=101&amp;zoneid=12345&amp;adid=6789\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Here:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>campid=101<\/code> &rarr; identifies the <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/campaign\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">campaign<\/a>.<\/li>\n\n\n\n<li><code>zoneid=12345<\/code> &rarr; identifies the placement or publisher zone.<\/li>\n\n\n\n<li><code>adid=6789<\/code> &rarr; identifies the creative\/ad variation.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">CPV tracker captures these values and records them in reports.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Why Query Strings Matter in <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/tracking-2\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">Tracking<\/a><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Passing Click IDs<\/strong>: The <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/click-id\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">Click ID<\/a> is usually embedded in the <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/query-string\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">query string<\/a> so that conversions can be attributed back to the correct click.<\/li>\n\n\n\n<li><strong>Capturing Tokens<\/strong>: Traffic sources pass macros (e.g., <code>{zoneid}<\/code>, <code>{keyword}<\/code>, <code>{adid}<\/code>) into query strings.<\/li>\n\n\n\n<li><strong>Postbacks<\/strong>: When an <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/affiliate-network\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">affiliate network<\/a> fires a postback, the <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/click-id\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">Click ID<\/a> and payout are sent via a <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/query-string\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">query string<\/a>.<\/li>\n\n\n\n<li><strong>Flexibility<\/strong>: Almost any type of information can be included as a <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/parameter\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">parameter<\/a>.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Example Workflow<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>User <a class=\"glossaryLink\"  href=\"https:\/\/cpvone.com\/academy\/glossary\/clicks\/\"  data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]'  tabindex='0' role='link'>Clicks<\/a> an Ad<\/strong>: Traffic source redirects through CPV tracker with a <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/query-string\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">query string<\/a>.<\/li>\n\n\n\n<li><strong><a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/query-string\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">Query String<\/a> Parameters Logged<\/strong>: &nbsp;CPV tracker (<a href=\"https:\/\/cpvlab.pro\/\">CPV Lab<\/a> or<a href=\"https:\/\/cpvone.com\/\"> CPV One<\/a>) records details like placement ID, ad ID, keyword, and <a class=\"glossaryLink\"  href=\"https:\/\/cpvone.com\/academy\/glossary\/cost\/\"  data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]'  tabindex='0' role='link'>cost<\/a>.<\/li>\n\n\n\n<li><strong>Redirection to <a class=\"glossaryLink\"  href=\"https:\/\/cpvone.com\/academy\/glossary\/offer\/\"  data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]'  tabindex='0' role='link'>Offer<\/a><\/strong>: CPV tracker appends its own <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/click-id\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">Click ID<\/a> to the <a class=\"glossaryLink\"  href=\"https:\/\/cpvone.com\/academy\/glossary\/offer\/\"  data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]'  tabindex='0' role='link'>offer<\/a>&rsquo;s <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/query-string\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">query string<\/a>.<\/li>\n\n\n\n<li><strong><a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/conversion\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">Conversion<\/a> Recorded<\/strong>: The <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/affiliate-network\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">affiliate network<\/a> uses the <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/click-id\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">Click ID<\/a> from the <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/query-string\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">query string<\/a> to report back the <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/conversion\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">conversion<\/a>.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Example with dynamic payout:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>https:\/\/yourdomain.com\/postback.php?cid=ABC123&amp;payout=25.00\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Here, <code>cid=ABC123<\/code> ties the <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/conversion\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">conversion<\/a> to the original click, and <code>payout=25.00<\/code> records the <a class=\"glossaryLink\"  href=\"https:\/\/cpvone.com\/academy\/glossary\/revenue\/\"  data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]'  tabindex='0' role='link'>revenue<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Benefits<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Precise <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/tracking-2\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">Tracking<\/a><\/strong>: Every click and <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/conversion\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">conversion<\/a> is tied to its origin.<\/li>\n\n\n\n<li><strong>Optimization<\/strong>: Parameters allow reporting by zone, ad, keyword, or device.<\/li>\n\n\n\n<li><strong>Automation<\/strong>: Query strings power CPV tracker&rsquo;s ability to auto-optimize with traffic sources.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Best Practices<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Always confirm <a class=\"glossaryLink\"  href=\"https:\/\/cpvone.com\/academy\/glossary\/token\/\"  data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]'  tabindex='0' role='link'>token<\/a> formats with your traffic source.<\/li>\n\n\n\n<li>Keep parameters consistent across campaigns.<\/li>\n\n\n\n<li>Avoid overly long query strings that may break redirects.<\/li>\n\n\n\n<li>Test every <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/campaign-url\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">campaign URL<\/a> to ensure tokens are replaced properly.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">In summary, Query Strings are the language CPV tracker uses to exchange data between traffic sources, landing pages, and affiliate networks. Without them, accurate <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/attribution\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">attribution<\/a> and optimization would not be possible.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>See also:<\/strong> <a class=\"glossaryLink\"  href=\"https:\/\/cpvone.com\/academy\/glossary\/token\/\"  data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]'  tabindex='0' role='link'>Token<\/a> (Macros), <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/campaign-url\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">Campaign URL<\/a>, Postback, <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/parameter\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">Parameter<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>A <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/query-string\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">Query String<\/a> in the &nbsp;CPV tracker (CPV Lab or CPV One) refers to the part of a URL that carries extra data in the form of parameters and values. Query strings are the backbone of <a class=\"glossaryLink\" href=\"https:\/\/cpvone.com\/academy\/glossary\/tracking-2\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">tracking<\/a> because they allow the system to pass information such as Click IDs, tokens, costs, and targeting details between&hellip;<\/p>\n","protected":false},"author":4,"featured_media":0,"menu_order":0,"template":"","meta":{"footnotes":""},"class_list":["post-791","glossary","type-glossary","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Query String - CPV Academy<\/title>\n<meta name=\"description\" content=\"A Query String in the \u00a0CPV tracker refers to the part of a URL that carries extra data in the form of parameters and values\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cpvone.com\/academy\/glossary\/query-string\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Query String - CPV Academy\" \/>\n<meta property=\"og:description\" content=\"A Query String in the \u00a0CPV tracker refers to the part of a URL that carries extra data in the form of parameters and values\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cpvone.com\/academy\/glossary\/query-string\/\" \/>\n<meta property=\"og:site_name\" content=\"CPV Academy\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/cpvone\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-26T21:56:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cpvone.com\/academy\/wp-content\/uploads\/2024\/05\/Types-of-tracking-pixels.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@CPVLabPro\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cpvone.com\/academy\/glossary\/query-string\/\",\"url\":\"https:\/\/cpvone.com\/academy\/glossary\/query-string\/\",\"name\":\"Query String - CPV Academy\",\"isPartOf\":{\"@id\":\"https:\/\/cpvone.com\/academy\/#website\"},\"datePublished\":\"2025-09-26T21:56:41+00:00\",\"dateModified\":\"2025-09-26T21:56:42+00:00\",\"description\":\"A Query String in the \u00a0CPV tracker refers to the part of a URL that carries extra data in the form of parameters and values\",\"breadcrumb\":{\"@id\":\"https:\/\/cpvone.com\/academy\/glossary\/query-string\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cpvone.com\/academy\/glossary\/query-string\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cpvone.com\/academy\/glossary\/query-string\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cpvone.com\/academy\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Query String\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cpvone.com\/academy\/#website\",\"url\":\"https:\/\/cpvone.com\/academy\/\",\"name\":\"CPV One Academy - Performance Marketing Guides & Tutorials\",\"description\":\"CPV One Academy - Performance Marketing Guides &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/cpvone.com\/academy\/#organization\"},\"alternateName\":\"CPV Tracker Academy\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cpvone.com\/academy\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cpvone.com\/academy\/#organization\",\"name\":\"CPV One\",\"alternateName\":\"CPV Tracker\",\"url\":\"https:\/\/cpvone.com\/academy\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpvone.com\/academy\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cpvone.com\/academy\/wp-content\/uploads\/2026\/04\/CPVONE-logo-blue-avatar2.png\",\"contentUrl\":\"https:\/\/cpvone.com\/academy\/wp-content\/uploads\/2026\/04\/CPVONE-logo-blue-avatar2.png\",\"width\":2197,\"height\":1500,\"caption\":\"CPV One\"},\"image\":{\"@id\":\"https:\/\/cpvone.com\/academy\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/cpvone\/\",\"https:\/\/x.com\/CPVLabPro\",\"https:\/\/www.linkedin.com\/company\/cpv-one\",\"https:\/\/cpvone.com\",\"https:\/\/www.instagram.com\/cpvlabpro\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Query String - CPV Academy","description":"A Query String in the \u00a0CPV tracker refers to the part of a URL that carries extra data in the form of parameters and values","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:\/\/cpvone.com\/academy\/glossary\/query-string\/","og_locale":"en_US","og_type":"article","og_title":"Query String - CPV Academy","og_description":"A Query String in the \u00a0CPV tracker refers to the part of a URL that carries extra data in the form of parameters and values","og_url":"https:\/\/cpvone.com\/academy\/glossary\/query-string\/","og_site_name":"CPV Academy","article_publisher":"https:\/\/www.facebook.com\/cpvone\/","article_modified_time":"2025-09-26T21:56:42+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/cpvone.com\/academy\/wp-content\/uploads\/2024\/05\/Types-of-tracking-pixels.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@CPVLabPro","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cpvone.com\/academy\/glossary\/query-string\/","url":"https:\/\/cpvone.com\/academy\/glossary\/query-string\/","name":"Query String - CPV Academy","isPartOf":{"@id":"https:\/\/cpvone.com\/academy\/#website"},"datePublished":"2025-09-26T21:56:41+00:00","dateModified":"2025-09-26T21:56:42+00:00","description":"A Query String in the \u00a0CPV tracker refers to the part of a URL that carries extra data in the form of parameters and values","breadcrumb":{"@id":"https:\/\/cpvone.com\/academy\/glossary\/query-string\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cpvone.com\/academy\/glossary\/query-string\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cpvone.com\/academy\/glossary\/query-string\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cpvone.com\/academy\/"},{"@type":"ListItem","position":2,"name":"Query String"}]},{"@type":"WebSite","@id":"https:\/\/cpvone.com\/academy\/#website","url":"https:\/\/cpvone.com\/academy\/","name":"CPV One Academy - Performance Marketing Guides & Tutorials","description":"CPV One Academy - Performance Marketing Guides &amp; Tutorials","publisher":{"@id":"https:\/\/cpvone.com\/academy\/#organization"},"alternateName":"CPV Tracker Academy","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cpvone.com\/academy\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cpvone.com\/academy\/#organization","name":"CPV One","alternateName":"CPV Tracker","url":"https:\/\/cpvone.com\/academy\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpvone.com\/academy\/#\/schema\/logo\/image\/","url":"https:\/\/cpvone.com\/academy\/wp-content\/uploads\/2026\/04\/CPVONE-logo-blue-avatar2.png","contentUrl":"https:\/\/cpvone.com\/academy\/wp-content\/uploads\/2026\/04\/CPVONE-logo-blue-avatar2.png","width":2197,"height":1500,"caption":"CPV One"},"image":{"@id":"https:\/\/cpvone.com\/academy\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/cpvone\/","https:\/\/x.com\/CPVLabPro","https:\/\/www.linkedin.com\/company\/cpv-one","https:\/\/cpvone.com","https:\/\/www.instagram.com\/cpvlabpro\/"]}]}},"_links":{"self":[{"href":"https:\/\/cpvone.com\/academy\/wp-json\/wp\/v2\/glossary\/791","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cpvone.com\/academy\/wp-json\/wp\/v2\/glossary"}],"about":[{"href":"https:\/\/cpvone.com\/academy\/wp-json\/wp\/v2\/types\/glossary"}],"author":[{"embeddable":true,"href":"https:\/\/cpvone.com\/academy\/wp-json\/wp\/v2\/users\/4"}],"version-history":[{"count":1,"href":"https:\/\/cpvone.com\/academy\/wp-json\/wp\/v2\/glossary\/791\/revisions"}],"predecessor-version":[{"id":792,"href":"https:\/\/cpvone.com\/academy\/wp-json\/wp\/v2\/glossary\/791\/revisions\/792"}],"wp:attachment":[{"href":"https:\/\/cpvone.com\/academy\/wp-json\/wp\/v2\/media?parent=791"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}