{"id":13066,"date":"2025-03-18T00:00:00","date_gmt":"2025-03-18T00:00:00","guid":{"rendered":"https:\/\/e-dialog.group\/blog\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\/"},"modified":"2026-02-26T13:38:32","modified_gmt":"2026-02-26T13:38:32","slug":"server-side-gtm-and-first-party-mode-more-control-less-restrictions","status":"publish","type":"post","link":"https:\/\/e-dialog.group\/en\/blog\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\/","title":{"rendered":"Server Side Gtm And First Party Mode More Control Less Restrictions"},"content":{"rendered":"<p>FPM and ssGTM: Improved control and fewer cookie restrictions &ndash; find out if this setup is right for your business in this blog article.<\/p>\n<h2>Notes<\/h2>\n<p>According to the official Google documentation, First Party Mode (FPM) is still in beta:<\/p>\n<ul>\n<li>Note: First-party mode is in beta. Setting up First-party mode may help your tag setup perform better, resulting in better quality measurement signals. If you have a question or issue with your setup, reach out to us at<a href=\"mailto:1p-mode-beta-feedback@googlegroups.com\">1p-mode-beta-feedback@googlegroups.com<\/a>.<br><a href=\"https:\/\/developers.google.com\/tag-platform\/tag-manager\/first-party\/setup-guide?setup=manual\">source<\/a><\/li>\n<\/ul>\n<p>In addition, it should be pointed out that the First Party Mode can also be implemented without Server Side GTM, but since Server Side GTM is often already in use in our environment, this blog article refers specifically to this combination and not purely to First Party Mode.<\/p>\n<h2>Advantages<\/h2>\n<h3>More control<\/h3>\n<p>Since a reverse proxy is switched in front of the ssGTM, you have the opportunity to change or remove data before it arrives, for example, in the GCP or on the ssGTM.<\/p>\n<p>An example would be removing the user IP address on the reverse proxy before sending it to the ssGTM. This may be necessary in a company that has very strict data protection rules.<\/p>\n<p>The question that arises in this context is which reverse proxy is used for this? A load balancer in GCP? Features in Cloudflare (a US company)? Or another provider?<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"328\" src=\"https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/kontrolle.png\" alt=\"\" srcset=\"https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/kontrolle.png 933w, https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/kontrolle-300x123.png 300w, https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/kontrolle-768x315.png 768w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\"><\/p>\n<p>Advantage: More control &ndash; Source: e-dialog<\/p>\n<h3>Reduce ITP restrictions<\/h3>\n<p>The problem in this context is that the IP of the website (e.g.: analytics-test-1.com 162.159.134.42) and the IP of the ssGTM tracking subdomain (e.g.: sst.analytics-test-1.com 35.190.14.188) are (too) different. In this case, ITP classifies the ssGTM and its cookies set via the Set-Cookie HTTP Response Header (e.g.: FPID) as suspicious and therefore limits the cookie lifespan to 7 days.<\/p>\n<p>However, if you use first party mode, the ssGTM operates under the same IP address as the website and the lifetime of the cookies set is not limited.<\/p>\n<p>This only has advantages for tools that only set first-party cookies (e.g.: GA4 using FPID cookies). The third party cookies of many other tools (e.g.: Google Ads, Floodlight Tags, LinkedIn etc.) are still limited by ITP. Even if these tags are moved to ssGTM, they set their cookies in a third party context and are therefore limited.<\/p>\n<h2>No change<\/h2>\n<h3>Bypass ad\/tracking blockers<\/h3>\n<p>Most blockers use lists of domains and\/or paths.<\/p>\n<p>Blockers that only use domain lists (e.g.: googletagmanager.com) have already been bypassed with the usual setup of ssGTM with tracking subdomain and loading the client side GTM and the Google libraries.<\/p>\n<p>Blockers that also block based on paths in their lists (e.g.: \/gtm.js) also identify, for example, the client side GTM when it is loaded via FPM (e.g.: analytics-test-1.com\/metrics\/gtm.js).<\/p>\n<p>Unfortunately, in both cases the FPM does not bring any improvement.<\/p>\n<h3>CSP can be simplified<\/h3>\n<p>Another advantage cited by FPM is that the CSP of the website can be simplified. If you assume in this case that the Client Side GTM is already loaded via its own subdomain, and that this is a subdomain of the website domain anyway, the advantage here is probably limited.<\/p>\n<p>This advantage only applies if the Client Side GTM is still integrated directly via https:\/\/www.googletagmanager.com and not via the tracking subdomains of the ssGTM.<\/p>\n<h2>Disadvantages<\/h2>\n<h3>Additional costs<\/h3>\n<p>Depending on the setup, there may be no or additional costs for the upstream reverse proxy.<\/p>\n<h3>Implementation effort<\/h3>\n<p>Expenses arise for the following points:<\/p>\n<ul>\n<li>The code of the client side GTM must be adapted on the website<\/li>\n<li>The reverse proxy must be set up<\/li>\n<li>The Client Side GTM only needs a small adjustment<\/li>\n<li>Testing and evaluation of tracking<\/li>\n<\/ul>\n<h3>Cookies to Google<\/h3>\n<p>One disadvantage that is mentioned again and again is that all website cookies are sent to Google Host at FPM.<\/p>\n<p>When FPM is combined with ssGTM, this is not the case because the cookies are sent to the self-hosted ssGTM and not directly to Google Host.<\/p>\n<h2>Definitions<\/h2>\n<h3>Proxy vs. Reverse Proxy<\/h3>\n<p>The term &ldquo;reverse proxy&rdquo; is often used in connection with FPM.<\/p>\n<p>Many people know the classic &ldquo;proxy&rdquo;. It is used by the client\/user and is mostly used for the purpose of data protection and bypassing geolocation blocks (e.g. streaming abroad).<\/p>\n<p>In contrast, the &ldquo;reverse proxy&rdquo; is used by the web server and is placed in front of it. A reverse proxy can have many areas of application, some of which are: security, load balancing, caching etc. In other words: reverse proxy is the generic term and, for example, a load balancer is a special type of reverse proxy.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"692\" height=\"388\" src=\"https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/proxies.png\" alt=\"\" srcset=\"https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/proxies.png 692w, https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/proxies-300x168.png 300w\" sizes=\"auto, (max-width: 692px) 100vw, 692px\"><\/p>\n<p>To implement FPM, it is necessary to redirect the requests from the Google libraries (client side GTM, GTag) and the tracking requests themselves (\/collect etc.) to ssGTM.<\/p>\n<p>Whether this is done by a load balancer or another type of reverse proxy is irrelevant, there are many options here.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"291\" src=\"https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/reverse_proxy.png\" alt=\"\" srcset=\"https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/reverse_proxy.png 928w, https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/reverse_proxy-300x109.png 300w, https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/reverse_proxy-768x279.png 768w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\"><\/p>\n<h3>Reverse Proxy vs FPM<\/h3>\n<p>With a finished FPM setup in combination with ssGTM, all tracking resources and requests are sent via a previously defined path, e.g.: \/metrics<\/p>\n<p>The Client Side GTM is then loaded via the following URL: analytics-test-1.com\/metrics\/gtm.js<\/p>\n<p>The reverse proxy takes care of this routing of the \/metrics\/* requests to the ssGTM.<\/p>\n<p>First Party Mode is essentially the feature of Google or the ssGTM that actually returns the client side GTM library when a request comes from the URL analytics-test-1.com\/metrics\/gtm.js. The first party mode enables the ssGTM to respond correctly to tracking requests via the new \/metrics path.<\/p>\n<h3>CNAME cloaking<\/h3>\n<p>CNAME cloaking in the tracking area attempts to hide the actual source of resources. A CNAME, i.e. a redirect from one domain name to another domain name, is used for this.<\/p>\n<p>In the example below there is a CNAME redirect from cdn.analytics-test-1.com to third-party.com<\/p>\n<p>In this case, the Network tab of the Developer Tools would actually show the domain cdn.analytics-test-1.com, but the actual IP 33.33.33.33 where the resource is hosted would be shown.<\/p>\n<p>In this way, tracking blockers that are looking for the domain third-party.com cannot recognize it and therefore cannot block anything.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"241\" src=\"https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/cname-1024x309.png\" alt=\"\" srcset=\"https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/cname-1024x309.png 1024w, https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/cname-300x91.png 300w, https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/cname-768x232.png 768w, https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/cname.png 1149w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\"><\/p>\n<p>The setup using Cloud Run and the Custom Domain Feature is similar to CNAME cloaking, but does not entirely apply to it. Because you link your own ssGTM using CNAME and not a third-party domain.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"250\" src=\"https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/cname_ssgtm-1024x320.png\" alt=\"\" srcset=\"https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/cname_ssgtm-1024x320.png 1024w, https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/cname_ssgtm-300x94.png 300w, https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/cname_ssgtm-768x240.png 768w, https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/cname_ssgtm.png 1150w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\"><\/p>\n<p>As you can see, the domain is not a reliable source for detecting tracking, for this reason ITP checks the IPs. If the IP deviates too far from a certain resource (compared to the IP of the website), then the associated cookies are also limited.<\/p>\n<p>This also means, regardless of whether you use your ssGTM using Cloud Run and Custom Domain Feature (CNAME Record), or Cloud Run and a Load Balancer (A Record), the IP of the ssGTM differs too much from the IP of the website and is therefore recognized by ITP.<\/p>\n<h2>Conclusion<\/h2>\n<p>FPM in combination with ssGTM offers some advantages, but is probably not necessary for every scenario.<\/p>\n<h3>If you would like to find out more about First Party Mode or perhaps need support with setup, please contact us at:<a href=\"mailto:kontakt@e-dialog.group\">kontakt@e-dialog.group<\/a><\/h3>\n","protected":false},"excerpt":{"rendered":"<p>The First Party Mode (FPM) in combination with the Server Side Google Tag Manager (ssGTM) offers companies new opportunities to weaken restrictions such as ITP. All you have to do is set up a reverse proxy and make a few adjustments. However, FPM also brings disadvantages such as additional implementation costs. This article highlights the advantages and disadvantages as well as the most important technical details and defines key terms such as reverse proxy and CNAME cloaking.<\/p>\n","protected":false},"author":1,"featured_media":4804,"comment_status":"closed","ping_status":"open","sticky":false,"template":"post-old.php","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[5,445],"channel":[],"goal":[463],"technology":[38],"c-year":[7],"class_list":{"0":"post-13066","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","6":"hentry","7":"category-analytics","9":"goal-digital-strategy","10":"technology-google-tag-manager","11":"c-year-7"},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.5 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Server Side Gtm And First Party Mode More Control Less Restrictions - e-dialog<\/title>\n<meta name=\"description\" content=\"The First Party Mode (FPM) in combination with the Server Side Google Tag Manager (ssGTM) offers companies new opportunities to weaken restrictions such as ITP. All you have to do is set up a reverse proxy and make a few adjustments. However, FPM also brings disadvantages such as additional implementation costs. This article highlights the advantages and disadvantages as well as the most important technical details and defines key terms such as reverse proxy and CNAME cloaking.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/e-dialog.group\/en\/blog\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Server Side Gtm And First Party Mode More Control Less Restrictions\" \/>\n<meta property=\"og:description\" content=\"The First Party Mode (FPM) in combination with the Server Side Google Tag Manager (ssGTM) offers companies new opportunities to weaken restrictions such as ITP. All you have to do is set up a reverse proxy and make a few adjustments. However, FPM also brings disadvantages such as additional implementation costs. This article highlights the advantages and disadvantages as well as the most important technical details and defines key terms such as reverse proxy and CNAME cloaking.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/e-dialog.group\/en\/blog\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\/\" \/>\n<meta property=\"og:site_name\" content=\"e-dialog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/edialog.group\" \/>\n<meta property=\"article:published_time\" content=\"2025-03-18T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-26T13:38:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/cookie-banner-ch.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2200\" \/>\n\t<meta property=\"og:image:height\" content=\"1180\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"digitalists\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"digitalists\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/e-dialog.group\\\/en\\\/blog\\\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/e-dialog.group\\\/en\\\/blog\\\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\\\/\"},\"author\":{\"name\":\"digitalists\",\"@id\":\"https:\\\/\\\/e-dialog.group\\\/en\\\/#\\\/schema\\\/person\\\/7b481e2ac90c21e4dc393821d35bb518\"},\"headline\":\"Server Side Gtm And First Party Mode More Control Less Restrictions\",\"datePublished\":\"2025-03-18T00:00:00+00:00\",\"dateModified\":\"2026-02-26T13:38:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/e-dialog.group\\\/en\\\/blog\\\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\\\/\"},\"wordCount\":1213,\"publisher\":{\"@id\":\"https:\\\/\\\/e-dialog.group\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/e-dialog.group\\\/en\\\/blog\\\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/e-dialog.group\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/cookie-banner-ch.png\",\"articleSection\":[\"Analytics\",\"Analytics\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/e-dialog.group\\\/en\\\/blog\\\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\\\/\",\"url\":\"https:\\\/\\\/e-dialog.group\\\/en\\\/blog\\\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\\\/\",\"name\":\"Server Side Gtm And First Party Mode More Control Less Restrictions - e-dialog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/e-dialog.group\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/e-dialog.group\\\/en\\\/blog\\\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/e-dialog.group\\\/en\\\/blog\\\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/e-dialog.group\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/cookie-banner-ch.png\",\"datePublished\":\"2025-03-18T00:00:00+00:00\",\"dateModified\":\"2026-02-26T13:38:32+00:00\",\"description\":\"The First Party Mode (FPM) in combination with the Server Side Google Tag Manager (ssGTM) offers companies new opportunities to weaken restrictions such as ITP. All you have to do is set up a reverse proxy and make a few adjustments. However, FPM also brings disadvantages such as additional implementation costs. This article highlights the advantages and disadvantages as well as the most important technical details and defines key terms such as reverse proxy and CNAME cloaking.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/e-dialog.group\\\/en\\\/blog\\\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/e-dialog.group\\\/en\\\/blog\\\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/e-dialog.group\\\/en\\\/blog\\\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\\\/#primaryimage\",\"url\":\"https:\\\/\\\/e-dialog.group\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/cookie-banner-ch.png\",\"contentUrl\":\"https:\\\/\\\/e-dialog.group\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/cookie-banner-ch.png\",\"width\":2200,\"height\":1180,\"caption\":\"|\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/e-dialog.group\\\/en\\\/blog\\\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/e-dialog.group\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Server Side Gtm And First Party Mode More Control Less Restrictions\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/e-dialog.group\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/e-dialog.group\\\/en\\\/\",\"name\":\"e-dialog\",\"description\":\"Data-driven Marketing &amp; Strategie\",\"publisher\":{\"@id\":\"https:\\\/\\\/e-dialog.group\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/e-dialog.group\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/e-dialog.group\\\/en\\\/#organization\",\"name\":\"e-dialog\",\"url\":\"https:\\\/\\\/e-dialog.group\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/e-dialog.group\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/e-dialog.group\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/e-dialog-logo.svg\",\"contentUrl\":\"https:\\\/\\\/e-dialog.group\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/e-dialog-logo.svg\",\"width\":1,\"height\":1,\"caption\":\"e-dialog\"},\"image\":{\"@id\":\"https:\\\/\\\/e-dialog.group\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/edialog.group\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/e-dialog-gmbh\\\/\",\"https:\\\/\\\/www.instagram.com\\\/e_dialog\\\/\",\"https:\\\/\\\/www.tiktok.com\\\/@e_dialog\"],\"description\":\"Bei e-dialog gestalteten wir gemeinsam die Zukunft des data-driven Marketings - mit einem gro\u00dfartigen Team aus passionierten Expert*innen.\",\"email\":\"kontakt@e-dialog.group\",\"telephone\":\"+43 1 309 09 09\",\"legalName\":\"e-dialog GmbH\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/e-dialog.group\\\/en\\\/#\\\/schema\\\/person\\\/7b481e2ac90c21e4dc393821d35bb518\",\"name\":\"digitalists\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8acd1abfb5ef9f78793e3164334d4533968653b26cbd89b6cf0eb4e5483434e4?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8acd1abfb5ef9f78793e3164334d4533968653b26cbd89b6cf0eb4e5483434e4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8acd1abfb5ef9f78793e3164334d4533968653b26cbd89b6cf0eb4e5483434e4?s=96&d=mm&r=g\",\"caption\":\"digitalists\"},\"sameAs\":[\"https:\\\/\\\/e-dialog.group\"],\"url\":\"https:\\\/\\\/e-dialog.group\\\/en\\\/blog\\\/author\\\/digitalists\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Server Side Gtm And First Party Mode More Control Less Restrictions - e-dialog","description":"The First Party Mode (FPM) in combination with the Server Side Google Tag Manager (ssGTM) offers companies new opportunities to weaken restrictions such as ITP. All you have to do is set up a reverse proxy and make a few adjustments. However, FPM also brings disadvantages such as additional implementation costs. This article highlights the advantages and disadvantages as well as the most important technical details and defines key terms such as reverse proxy and CNAME cloaking.","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:\/\/e-dialog.group\/en\/blog\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\/","og_locale":"en_US","og_type":"article","og_title":"Server Side Gtm And First Party Mode More Control Less Restrictions","og_description":"The First Party Mode (FPM) in combination with the Server Side Google Tag Manager (ssGTM) offers companies new opportunities to weaken restrictions such as ITP. All you have to do is set up a reverse proxy and make a few adjustments. However, FPM also brings disadvantages such as additional implementation costs. This article highlights the advantages and disadvantages as well as the most important technical details and defines key terms such as reverse proxy and CNAME cloaking.","og_url":"https:\/\/e-dialog.group\/en\/blog\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\/","og_site_name":"e-dialog","article_publisher":"https:\/\/www.facebook.com\/edialog.group","article_published_time":"2025-03-18T00:00:00+00:00","article_modified_time":"2026-02-26T13:38:32+00:00","og_image":[{"width":2200,"height":1180,"url":"https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/cookie-banner-ch.png","type":"image\/png"}],"author":"digitalists","twitter_card":"summary_large_image","twitter_misc":{"Written by":"digitalists","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/e-dialog.group\/en\/blog\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\/#article","isPartOf":{"@id":"https:\/\/e-dialog.group\/en\/blog\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\/"},"author":{"name":"digitalists","@id":"https:\/\/e-dialog.group\/en\/#\/schema\/person\/7b481e2ac90c21e4dc393821d35bb518"},"headline":"Server Side Gtm And First Party Mode More Control Less Restrictions","datePublished":"2025-03-18T00:00:00+00:00","dateModified":"2026-02-26T13:38:32+00:00","mainEntityOfPage":{"@id":"https:\/\/e-dialog.group\/en\/blog\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\/"},"wordCount":1213,"publisher":{"@id":"https:\/\/e-dialog.group\/en\/#organization"},"image":{"@id":"https:\/\/e-dialog.group\/en\/blog\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\/#primaryimage"},"thumbnailUrl":"https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/cookie-banner-ch.png","articleSection":["Analytics","Analytics"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/e-dialog.group\/en\/blog\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\/","url":"https:\/\/e-dialog.group\/en\/blog\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\/","name":"Server Side Gtm And First Party Mode More Control Less Restrictions - e-dialog","isPartOf":{"@id":"https:\/\/e-dialog.group\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/e-dialog.group\/en\/blog\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\/#primaryimage"},"image":{"@id":"https:\/\/e-dialog.group\/en\/blog\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\/#primaryimage"},"thumbnailUrl":"https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/cookie-banner-ch.png","datePublished":"2025-03-18T00:00:00+00:00","dateModified":"2026-02-26T13:38:32+00:00","description":"The First Party Mode (FPM) in combination with the Server Side Google Tag Manager (ssGTM) offers companies new opportunities to weaken restrictions such as ITP. All you have to do is set up a reverse proxy and make a few adjustments. However, FPM also brings disadvantages such as additional implementation costs. This article highlights the advantages and disadvantages as well as the most important technical details and defines key terms such as reverse proxy and CNAME cloaking.","breadcrumb":{"@id":"https:\/\/e-dialog.group\/en\/blog\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/e-dialog.group\/en\/blog\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/e-dialog.group\/en\/blog\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\/#primaryimage","url":"https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/cookie-banner-ch.png","contentUrl":"https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/08\/cookie-banner-ch.png","width":2200,"height":1180,"caption":"|"},{"@type":"BreadcrumbList","@id":"https:\/\/e-dialog.group\/en\/blog\/server-side-gtm-and-first-party-mode-more-control-less-restrictions\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/e-dialog.group\/en\/"},{"@type":"ListItem","position":2,"name":"Server Side Gtm And First Party Mode More Control Less Restrictions"}]},{"@type":"WebSite","@id":"https:\/\/e-dialog.group\/en\/#website","url":"https:\/\/e-dialog.group\/en\/","name":"e-dialog","description":"Data-driven Marketing &amp; Strategie","publisher":{"@id":"https:\/\/e-dialog.group\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/e-dialog.group\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/e-dialog.group\/en\/#organization","name":"e-dialog","url":"https:\/\/e-dialog.group\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/e-dialog.group\/en\/#\/schema\/logo\/image\/","url":"https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/06\/e-dialog-logo.svg","contentUrl":"https:\/\/e-dialog.group\/wp-content\/uploads\/2025\/06\/e-dialog-logo.svg","width":1,"height":1,"caption":"e-dialog"},"image":{"@id":"https:\/\/e-dialog.group\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/edialog.group","https:\/\/www.linkedin.com\/company\/e-dialog-gmbh\/","https:\/\/www.instagram.com\/e_dialog\/","https:\/\/www.tiktok.com\/@e_dialog"],"description":"Bei e-dialog gestalteten wir gemeinsam die Zukunft des data-driven Marketings - mit einem gro\u00dfartigen Team aus passionierten Expert*innen.","email":"kontakt@e-dialog.group","telephone":"+43 1 309 09 09","legalName":"e-dialog GmbH"},{"@type":"Person","@id":"https:\/\/e-dialog.group\/en\/#\/schema\/person\/7b481e2ac90c21e4dc393821d35bb518","name":"digitalists","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/8acd1abfb5ef9f78793e3164334d4533968653b26cbd89b6cf0eb4e5483434e4?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/8acd1abfb5ef9f78793e3164334d4533968653b26cbd89b6cf0eb4e5483434e4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8acd1abfb5ef9f78793e3164334d4533968653b26cbd89b6cf0eb4e5483434e4?s=96&d=mm&r=g","caption":"digitalists"},"sameAs":["https:\/\/e-dialog.group"],"url":"https:\/\/e-dialog.group\/en\/blog\/author\/digitalists\/"}]}},"_links":{"self":[{"href":"https:\/\/e-dialog.group\/en\/wp-json\/wp\/v2\/posts\/13066","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/e-dialog.group\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/e-dialog.group\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/e-dialog.group\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/e-dialog.group\/en\/wp-json\/wp\/v2\/comments?post=13066"}],"version-history":[{"count":1,"href":"https:\/\/e-dialog.group\/en\/wp-json\/wp\/v2\/posts\/13066\/revisions"}],"predecessor-version":[{"id":13511,"href":"https:\/\/e-dialog.group\/en\/wp-json\/wp\/v2\/posts\/13066\/revisions\/13511"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/e-dialog.group\/en\/wp-json\/wp\/v2\/media\/4804"}],"wp:attachment":[{"href":"https:\/\/e-dialog.group\/en\/wp-json\/wp\/v2\/media?parent=13066"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/e-dialog.group\/en\/wp-json\/wp\/v2\/categories?post=13066"},{"taxonomy":"channel","embeddable":true,"href":"https:\/\/e-dialog.group\/en\/wp-json\/wp\/v2\/channel?post=13066"},{"taxonomy":"goal","embeddable":true,"href":"https:\/\/e-dialog.group\/en\/wp-json\/wp\/v2\/goal?post=13066"},{"taxonomy":"technology","embeddable":true,"href":"https:\/\/e-dialog.group\/en\/wp-json\/wp\/v2\/technology?post=13066"},{"taxonomy":"c-year","embeddable":true,"href":"https:\/\/e-dialog.group\/en\/wp-json\/wp\/v2\/c-year?post=13066"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}