{"id":14900,"date":"2025-08-15T13:31:04","date_gmt":"2025-08-15T13:31:04","guid":{"rendered":"https:\/\/www.scaleo.io\/blog\/?p=14900"},"modified":"2026-03-10T09:10:00","modified_gmt":"2026-03-10T09:10:00","slug":"how-to-set-up-cross-domain-affiliate-tracking-conversion-attribution","status":"publish","type":"post","link":"https:\/\/www.scaleo.io\/blog\/how-to-set-up-cross-domain-affiliate-tracking-conversion-attribution\/","title":{"rendered":"How To Set Up Cross-Domain Affiliate Tracking for Better Conversion Attribution?"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">If you&#8217;re in the world of <strong>affiliate marketing<\/strong>, you know that measuring your <strong>conversion attribution<\/strong> accurately is vital to your success. This is where <strong>cross-domain affiliate tracking<\/strong> comes into play. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">By implementing tracking software such as <strong><a href=\"https:\/\/www.scaleo.io\" data-type=\"link\" data-id=\"https:\/\/www.scaleo.io\" rel=\"dofollow\" >Scaleo<\/a><\/strong>, you can get a better understanding of your affiliate program&#8217;s performance and improve it for growth.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The challenge, however, lies in measuring conversions across multiple domains and devices. This is where <strong>cross-domain tracking<\/strong> software comes in\u2014it enables you to track your affiliate program&#8217;s performance accurately, even when conversions occur on different domains.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.scaleo.io\" rel=\"dofollow\" ><img loading=\"lazy\" decoding=\"async\" width=\"1801\" height=\"942\" src=\"https:\/\/www.scaleo.io\/blog\/wp-content\/uploads\/2022\/05\/scaleo-affiliate-software-secure-banner.png\" alt=\"Scaleo - affiliate markting without cookie stuffing guaranteed\" class=\"wp-image-6504\" title=\"-\" srcset=\"https:\/\/www.scaleo.io\/blog\/wp-content\/uploads\/2022\/05\/scaleo-affiliate-software-secure-banner.png 1801w, https:\/\/www.scaleo.io\/blog\/wp-content\/uploads\/2022\/05\/scaleo-affiliate-software-secure-banner-300x157.png 300w, https:\/\/www.scaleo.io\/blog\/wp-content\/uploads\/2022\/05\/scaleo-affiliate-software-secure-banner-1024x536.png 1024w, https:\/\/www.scaleo.io\/blog\/wp-content\/uploads\/2022\/05\/scaleo-affiliate-software-secure-banner-768x402.png 768w, https:\/\/www.scaleo.io\/blog\/wp-content\/uploads\/2022\/05\/scaleo-affiliate-software-secure-banner-1536x803.png 1536w\" sizes=\"auto, (max-width: 1801px) 100vw, 1801px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">In this article, we will explore the significance of <strong>cross-domain affiliate tracking<\/strong> and how it can enhance your <strong>conversion attribution<\/strong> in <strong>affiliate marketing<\/strong>. We&#8217;ll discuss the benefits of implementing tracking software and strategies for optimizing your <strong>affiliate program<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So, let&#8217;s dive in!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u2699\ufe0f Step-by-Step: Setting Up Cross-Domain Affiliate Tracking in Scaleo<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Now, in this article we assume that you are already using Scaleo as your affiliate marketing software and you are familiar with most of the settings and know your way around it.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">1. <strong>Use Scaleo\u2019s Click ID Parameter<\/strong><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Make sure your affiliate tracking links include the <code>{click_id}<\/code> macro:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">https:\/\/yourdomain.com\/click?offer_id=123&amp;affiliate_id=999&amp;click_id={click_id}<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This is vital for matching the conversion later\u2014you\u2019ll pass this click ID across domains.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">2. <strong>Enable Click ID Forwarding via URL or Cookie<\/strong><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">On your landing page (Domain A), grab the <code>click_id<\/code> from the URL and either:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Append it to any outgoing links to Domain B (<code>?click_id=12345<\/code>)<\/li>\n\n\n\n<li>Or store it in a 1st-party cookie (recommended for smoother UX):<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">\/\/ Store click_id in a cookie<br>const urlParams = new URLSearchParams(window.location.search);<br>const clickId = urlParams.get('click_id');<br>if (clickId) {<br>  document.cookie = `click_id=${clickId}; path=\/; domain=.yourdomain.com; max-age=3600;`;<br>}<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">If Domain A and Domain B do not share a parent domain, cookie tracking won\u2019t work\u2014URL forwarding is your best bet.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">3. <strong>Pass Click ID to the Conversion Page (Domain B)<\/strong><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Ensure that by the time the user lands on the page where the conversion fires (e.g., registration or purchase confirmation), the <code>click_id<\/code> is still present\u2014either in the URL or pulled from the cookie.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>https:\/\/domain-b.com\/thank-you?click_id=12345<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">4. <strong>Fire the Postback or Pixel with the Click ID<\/strong><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">At the point of conversion, make sure you send the <a class=\"wpil_keyword_link\" href=\"https:\/\/www.scaleo.io\/blog\/affiliate-marketing-postback-url-tracking\/\" title=\"postback\" data-wpil-keyword-link=\"linked\" data-wpil-monitor-id=\"35117\" rel=\"dofollow\" >postback<\/a> to Scaleo with the\u2063:<code>click_id<\/code><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>https:\/\/track.scaleo.io\/postback?click_id=12345&amp;goal_id=1<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This ties the conversion back to the affiliate\u2019s original click across domains.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">5. <strong>(Optional) Use Custom Domains for Seamless Experience<\/strong><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Use Scaleo\u2019s <strong>custom domain feature<\/strong> to <a href=\"https:\/\/www.scaleo.io\/blog\/white-label-affiliate-marketing-software\/\" title=\"white-label\" data-wpil-monitor-id=\"35118\" rel=\"dofollow\" >white-label<\/a> tracking links. This prevents browser issues (like redirect blocking) and improves trust:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Example:<code>track.yourbrand.com<\/code> instead of <code>track.scaleo.io<\/code><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Set this up via <code>Settings &gt; Domain Settings<\/code>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">6. <strong>Test the Flow<\/strong><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Walk through a full journey:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Click affiliate link \u2192 Domain A<\/li>\n\n\n\n<li>Navigate to Domain B \u2192 preserve <code>click_id<\/code><\/li>\n\n\n\n<li>Complete conversion \u2192 fire postback<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Check Scaleo\u2019s <strong>Conversion Report<\/strong> to see if attribution links properly.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Understanding Cross-Domain Affiliate Tracking<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In the cross-device digital landscape, it&#8217;s essential for affiliate marketers to track conversions across multiple domains in order to accurately attribute performance and make data-driven decisions. This is where cross-domain <strong>affiliate tracking<\/strong> comes in.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Cross-domain tracking<\/strong> refers to the ability to track user behavior across different domains and devices, allowing you to see the entire customer journey and attribute conversions to the appropriate affiliate. This is particularly important in affiliate marketing, where many conversions may happen across multiple touchpoints.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Multi-Channel Tracking<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">One of the main challenges in <strong>cross-domain tracking<\/strong> is accurately <a href=\"https:\/\/www.scaleo.io\/blog\/best-conversion-tracking-software-tools-2022\/\" title=\"tracking conversions\" data-wpil-monitor-id=\"48155\" rel=\"dofollow\" >tracking conversions<\/a> that occur across multiple channels. With customers interacting with your brand through a wide range of channels\u2014from social media to email to display ads\u2014it&#8217;s important to have a <strong>tracking system<\/strong> that can accurately capture all of these touchpoints.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s a simplified table layout for setting up cross-domain affiliate tracking with Scaleo affiliate software:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th><strong>Step<\/strong><\/th><th><strong>Action<\/strong><\/th><th><strong>Details<\/strong><\/th><\/tr><\/thead><tbody><tr><td><strong>1. Understand Tracking<\/strong><\/td><td>Learn about Cross-Domain Tracking<\/td><td>Understand how tracking user interactions across different domains works.<\/td><\/tr><tr><td><strong>2. Check Documentation<\/strong><\/td><td>Consult Scale&#8217;s Guides<\/td><td>Look for specific instructions in Scale&#8217;s official documentation or help resources.<\/td><\/tr><tr><td><strong>3. Start Codes<\/strong><\/td><td>Place Tracking Codes on Pages<\/td><td>Ensure tracking codes or pixels are correctly implemented on each page of the domains you&#8217;re tracking.<\/td><\/tr><tr><td><strong>4. Configure Domains<\/strong><\/td><td>Set Up Domains in Scale<\/td><td>Specify the primary and secondary domains you want to track in the Scale software.<\/td><\/tr><tr><td><strong>5. Test the Setup<\/strong><\/td><td>Conduct Testing<\/td><td>Use tools like Google Tag Assistant to ensure the tracking is capturing data accurately across domains.<\/td><\/tr><tr><td><strong>6. Monitor and Optimize<\/strong><\/td><td>Regularly Review Data and Adjust Strategies as Needed<\/td><td>Keep an eye on the tracking data for accuracy and insights to optimize your affiliate strategies.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Cross-Device Tracking<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Another major challenge in cross-domain tracking is tracking user behavior across multiple devices. Many customers use multiple devices throughout the purchasing process, which can make it difficult to attribute conversions to the appropriate affiliate. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Affiliate Tracking Solutions<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">There are a variety of <strong>affiliate tracking solutions<\/strong> available to marketers looking to implement cross-domain tracking. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">From third-party tracking software to in-house tracking systems, there are options for businesses of all sizes and budgets. When selecting an <strong>affiliate tracking<\/strong> solution, it&#8217;s important to look for features such as multi-channel and <strong>cross-device tracking<\/strong>, conversion attribution, and robust reporting and analytics capabilities.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Implementing Cross-Domain Tracking Software<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Once you understand the significance of cross-domain <strong>affiliate tracking<\/strong>, the next step is to implement tracking software. You need <strong><a title=\"affiliate tracking software\" href=\"https:\/\/www.scaleo.io\/blog\/best-25-free-affiliate-tracking-software\/\" rel=\"dofollow\" >affiliate tracking software<\/a><\/strong> or a tracking<strong> system<\/strong> that can effectively monitor your affiliate program&#8217;s performance and <strong>conversion rates<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When looking for <strong>affiliate tracking software<\/strong>, you should consider the following key features:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>User-friendly interface:<\/strong> The software should be easy to navigate and use, even for those with limited technical expertise.<\/li>\n\n\n\n<li><strong>Tracking capabilities:<\/strong> The software should allow you to track various parameters such as clicks, conversions, and revenue generated by each affiliate.<\/li>\n\n\n\n<li><strong>Compatibility<\/strong>: The software should integrate seamlessly with your existing <strong>digital marketing<\/strong> infrastructure and support cross-domain tracking.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Once you have selected your <strong>affiliate tracking software<\/strong>, you need to integrate it into your <strong>digital marketing<\/strong> strategy. The process may differ depending on the software you choose, but it typically involves the following steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Registering with the affiliate tracking provider and obtaining tracking links or codes for your affiliates.<\/li>\n\n\n\n<li>Placing the tracking links or codes on your website to track clicks and conversions.<\/li>\n\n\n\n<li>Testing the <strong>tracking system<\/strong> to ensure it&#8217;s working correctly<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><a title=\"Performance marketing\" href=\"https:\/\/www.scaleo.io\/blog\/performance-marketing-software\/\" rel=\"dofollow\" >Performance marketing<\/a><\/strong> is an essential aspect of affiliate marketing, and cross-domain tracking software can help you improve your program&#8217;s performance.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Strategies for Effective Cross-Domain Affiliate Tracking<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Now that you have a better understanding of cross-domain tracking and the importance of implementing tracking software in your <strong>affiliate program<\/strong>, it&#8217;s time to focus on optimizing your program for maximum performance. Here are some strategies for effective cross-domain affiliate tracking:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Affiliate Program Optimization<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s essential to improve your <strong>affiliate program<\/strong> to ensure that you&#8217;re getting the most out of your affiliate relationships. Here are some tips to help you improve your program:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Offer competitive commission rates:<\/strong> Ensure that your commission rates are attractive enough to encourage your affiliates to promote your products or services.<\/li>\n\n\n\n<li><strong>Provide your affiliates with marketing materials:<\/strong> Make it easy for your affiliates to promote your products or services, providing them with high-quality marketing materials such as banners, images, and product descriptions.<\/li>\n\n\n\n<li><strong>Regularly communicate with your affiliates:<\/strong> Keep your affiliates informed about new products, promotions, and any changes to your affiliate program to maintain strong relationships and encourage active promotion.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Online Advertising<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Online advertising<\/strong> can be a powerful tool to help you drive traffic to your website and increase conversions. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here are some <strong>online advertising<\/strong> platforms that can help you maximize your affiliate program&#8217;s potential:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><th>Platform<\/th><th>Description<\/th><\/tr><tr><td><strong>Google Ads<\/strong><\/td><td>With Google Ads, you can create targeted ads that appear in Google search results and across the web. You only pay for clicks on your ads, making it a cost-effective advertising option.<\/td><\/tr><tr><td><strong>Facebook Ads<\/strong><\/td><td>Facebook Ads allow you to target specific audiences with your ads based on demographics, interests, and behaviors. This can help you reach more qualified leads and increase conversions.<\/td><\/tr><tr><td><strong>Instagram Ads<\/strong><\/td><td>Instagram Ads enable you to reach a highly engaged audience with visually compelling ads. With over 1 billion active monthly users, it&#8217;s a platform that can&#8217;t be ignored.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Affiliate Marketing Software<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Affiliate marketing software<\/strong> can help you <a title=\"manage your affiliate program\" href=\"https:\/\/www.scaleo.io\/blog\/affiliate-management-101-how-to-manage-partners-and-affiliate-programs-like-a-pro\/\" rel=\"dofollow\" >manage your affiliate program<\/a>, track affiliate performance, and improve your program for maximum conversions. Here are some features to look for in <strong>affiliate marketing software<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Comprehensive tracking and reporting capabilities<\/li>\n\n\n\n<li>Integration with popular e-commerce platforms such as Shopify and WooCommerce<\/li>\n\n\n\n<li>Support for multi-channel and <strong>cross-device tracking<\/strong><\/li>\n\n\n\n<li>Automated commission payouts and reporting<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Enhancing Conversion Attribution Through Cross-Domain Tracking<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Now that you get why cross-domain tracking is important in affiliate marketing, let\u2019s dive into how it can boost conversion attribution in your digital marketing campaigns. When accurately attributing conversions to the right affiliate, you can collect data that helps you make smart decisions and boost your affiliate program&#8217;s performance.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Your affiliate program really plays a key role in your digital marketing strategy. Cross-domain tracking lets you see how your affiliates are influencing your conversion rates, so you can reward them for their contributions. This encourages affiliates to bring in more traffic and conversions, which in turn helps your digital marketing efforts thrive.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Using affiliate tracking software that has cross-domain tracking features can give you the data you need to enhance your affiliate program. If you make the most of the insights these tools offer, you&#8217;ll be able to spot your best-performing affiliates, see how they&#8217;re influencing your digital marketing efforts, and enhance your program to boost those conversion rates.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Using cross-domain tracking helps you see how your affiliates are doing across various channels and devices. This will help you see how they&#8217;re bringing in traffic and conversions throughout your digital space, so you can tweak your campaign as needed.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><th>Affiliate Program Optimization<\/th><th>Online Advertising<\/th><th>Affiliate Marketing Software<\/th><\/tr><tr><td>\u2022 Regularly analyze affiliate performance<\/td><td>\u2022 Leverage online ad platforms to drive traffic<\/td><td>\u2022 Utilize affiliate tracking software for insights<\/td><\/tr><tr><td>\u2022 Identify and reward top-performing affiliates<\/td><td>\u2022 Target specific audiences through ad networks<\/td><td>\u2022 Optimize affiliate campaigns based on data<\/td><\/tr><tr><td>\u2022 Monitor and evaluate conversion rates<\/td><td>\u2022 Test and refine ad creatives<\/td><td>\u2022 Analyze affiliate impact across devices and channels<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion &#8211; How To Set Up Cross-Domain Affiliate Tracking for Better Conversion Attribution?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Mastering cross-domain tracking is vital to improving your affiliate program&#8217;s performance and optimizing conversion attribution. You can ensure accurate affiliate tracking and analysis of key performance metrics by implementing tracking software, optimizing your affiliate program, and leveraging online advertising platforms.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Cross-domain tracking<\/strong> enables you to attribute conversions accurately and reward affiliates based on their contributions to conversions. Emphasizing the importance of cross-domain tracking in your digital marketing campaigns allows you to improve your conversion rates and boost your affiliate marketing success.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.scaleo.io\" rel=\"dofollow\" ><img loading=\"lazy\" decoding=\"async\" width=\"1904\" height=\"995\" src=\"https:\/\/www.scaleo.io\/blog\/wp-content\/uploads\/2022\/05\/scaleo-affiliate-software-data-driven-banner.jpg\" alt=\"scaleo - affiliate marketing tool for data-driven decisions\" class=\"wp-image-6475\" title=\"-\" srcset=\"https:\/\/www.scaleo.io\/blog\/wp-content\/uploads\/2022\/05\/scaleo-affiliate-software-data-driven-banner.jpg 1904w, https:\/\/www.scaleo.io\/blog\/wp-content\/uploads\/2022\/05\/scaleo-affiliate-software-data-driven-banner-300x157.jpg 300w, https:\/\/www.scaleo.io\/blog\/wp-content\/uploads\/2022\/05\/scaleo-affiliate-software-data-driven-banner-1024x535.jpg 1024w, https:\/\/www.scaleo.io\/blog\/wp-content\/uploads\/2022\/05\/scaleo-affiliate-software-data-driven-banner-768x401.jpg 768w, https:\/\/www.scaleo.io\/blog\/wp-content\/uploads\/2022\/05\/scaleo-affiliate-software-data-driven-banner-1536x803.jpg 1536w\" sizes=\"auto, (max-width: 1904px) 100vw, 1904px\" \/><\/a><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>If you&#8217;re in the world of affiliate marketing, you know that measuring your conversion attribution accurately is vital to your success. This is where cross-domain affiliate tracking comes into play. By implementing tracking software such as Scaleo, you can get a better understanding of your affiliate program&#8217;s performance and improve it for growth. The challenge,<\/p>\n","protected":false},"author":2,"featured_media":27367,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[24],"tags":[],"class_list":["post-14900","post","type-post","status-publish","format-standard","has-post-thumbnail","category-affiliate-marketing-tutorials"],"_links":{"self":[{"href":"https:\/\/www.scaleo.io\/blog\/wp-json\/wp\/v2\/posts\/14900","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.scaleo.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.scaleo.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.scaleo.io\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.scaleo.io\/blog\/wp-json\/wp\/v2\/comments?post=14900"}],"version-history":[{"count":92,"href":"https:\/\/www.scaleo.io\/blog\/wp-json\/wp\/v2\/posts\/14900\/revisions"}],"predecessor-version":[{"id":185772,"href":"https:\/\/www.scaleo.io\/blog\/wp-json\/wp\/v2\/posts\/14900\/revisions\/185772"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.scaleo.io\/blog\/wp-json\/wp\/v2\/media\/27367"}],"wp:attachment":[{"href":"https:\/\/www.scaleo.io\/blog\/wp-json\/wp\/v2\/media?parent=14900"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.scaleo.io\/blog\/wp-json\/wp\/v2\/categories?post=14900"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.scaleo.io\/blog\/wp-json\/wp\/v2\/tags?post=14900"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}