{"id":28438,"date":"2026-01-26T09:33:25","date_gmt":"2026-01-26T09:33:25","guid":{"rendered":"https:\/\/www.rankshift.ai\/?p=28438"},"modified":"2026-01-27T08:13:58","modified_gmt":"2026-01-27T08:13:58","slug":"how-to-track-chatgpt-referrals-in-ga4","status":"publish","type":"post","link":"https:\/\/www.rankshift.ai\/nl\/blog\/how-to-track-chatgpt-referrals-in-ga4\/","title":{"rendered":"How to Track ChatGPT Referrals in GA4 (Google Analytics 4)"},"content":{"rendered":"<p class=\"wp-block-paragraph\">AI-powered search is changing how we track website traffic. This guide shares top tips and answers common questions, so you can confidently track and understand referrals from ChatGPT.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"1-know-how-chatgpt-referral-traffic-works\">1) Know how ChatGPT referral traffic works<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Sometimes, ChatGPT includes links to websites in its answers. When someone clicks one of those links, OpenAI often adds a tag like utm_source=chatgpt.com to the URL. GA4 will then log that visit as Referral traffic, with the session source showing as chatgpt.com \/ referral.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But this doesn\u2019t happen for every user. People using the free version of ChatGPT don\u2019t send referrer data, so their visits show up as Direct traffic instead. Other AI tools&#8212;like Gemini, Perplexity, Copilot, and Claude&#8212;work in a similar way. Some of them even remove all referrer info.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Because of this, the number of AI referrals shown in GA4 is actually lower than the true number of visitors coming from AI tools.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-how-to-check-for-chatgpt-referrals-in-ga4-google-analytics-4\">2) How to check for ChatGPT referrals in GA4 (Google Analytics 4)<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open\u00a0<strong>Reports \u2192 Traffic acquisition<\/strong>.<\/li>\n\n\n\n<li>Above the table, change the dimension dropdown to\u00a0<strong>Session source \/ medium<\/strong>.<\/li>\n\n\n\n<li>In the search box, type\u00a0<strong>chatgpt<\/strong>\u00a0(or\u00a0<strong>gpt<\/strong>). You\u2019ll see rows like\u00a0<strong>\u201cchatgpt.com \/ referral\u201d<\/strong>, indicating visits from ChatGPT. If nothing appears, you have no recorded referrals in the selected date range.<\/li>\n\n\n\n<li>To see which pages were clicked, click the\u00a0<strong>+<\/strong>\u00a0next to the primary dimension and add\u00a0<strong>Landing page + query string<\/strong>. GA4 will display a table showing the destination pages and the number of sessions from ChatGPT.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">This quick check gives you a snapshot of AI traffic, but it\u2019s limited. You can\u2019t easily compare multiple AI sources or see trends over time. That\u2019s where Explorations and channel groups come in.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-build-a-ga4-exploration-for-ai-referrals\">3) Build a GA4 Exploration for AI referrals<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">GA4\u2019s&nbsp;<strong>Explore<\/strong>&nbsp;section allows you to build custom reports. Here\u2019s a repeatable approach:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Navigate to\u00a0<strong>Explore<\/strong>\u00a0and create a\u00a0<strong>Blank<\/strong>\u00a0exploration. Give it a name like \u201cAI Traffic\u201d and choose a long date range (e.g., \u201cLast 12 months\u201d).<\/li>\n\n\n\n<li>Add the\u00a0<strong>Session source<\/strong>\u00a0(or\u00a0<strong>Session source \/ medium<\/strong>) dimension and\u00a0<strong>Landing page + query string<\/strong>. Add metrics such as\u00a0<strong>Sessions<\/strong>,\u00a0<strong>Engagement rate<\/strong>,\u00a0<strong>Active Users<\/strong>, and\u00a0<strong>Key Events<\/strong>.<\/li>\n\n\n\n<li>Scroll down to\u00a0<strong>Filters<\/strong>\u00a0and set a condition on\u00a0<strong>Session source<\/strong>. Choose\u00a0<strong>Matches regex<\/strong>\u00a0and paste a pattern that matches multiple AI domains, for example:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>^https:\/\/(chatgpt\\.com|gemini\\.google\\.com|perplexity\\.ai|copilot\\.microsoft\\.com|claude\\.ai|openai\\.com)(\/.*)?$<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This pattern will capture sessions coming from ChatGPT, Gemini, Perplexity, Copilot, Claude and OpenAI. Adjust the regex to include other sources you see in your data or remove ones you don\u2019t. GA4\u2019s regex matching is case\u2011sensitive, so double\u2011check the source values in your property.<\/p>\n\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li>Add\u00a0<strong>Landing page + query string<\/strong>\u00a0to\u00a0<strong>Rows<\/strong>,\u00a0<strong>Session source<\/strong>\u00a0to\u00a0<strong>Columns<\/strong>\u00a0and\u00a0<strong>Sessions<\/strong>\u00a0(plus any other metrics) to\u00a0<strong>Values<\/strong>. You now have a table showing pages and sessions broken down by AI source. Switch the visualisation to a line chart to see trends over time.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Explorations are private to your user account but can be shared. They\u2019re ideal for ad\u2011hoc analysis and pattern discovery.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"4-create-an-ai-channel-group-for-ongoing-reporting\">4) Create an AI channel group for ongoing reporting<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you want AI referrals to appear alongside other marketing channels (Organic, Social, Paid Search, etc.), create a custom channel group:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to\u00a0<strong>Admin \u2192 Data display \u2192 Channel groups<\/strong>. Click\u00a0<strong>Create new channel group<\/strong>.<\/li>\n\n\n\n<li>Name the group something like \u201cAI Traffic Channels\u201d. Click\u00a0<strong>Add new channel<\/strong>, name it \u201cAI Traffic\u201d and set the\u00a0<strong>Bron<\/strong>\u00a0condition to\u00a0<strong>Matches regex<\/strong>. Use a pattern such as\u00a0<code>^.*(chatgpt\\.com|gemini\\.google\\.com|openai\\.com|perplexity\\.ai|copilot\\.microsoft\\.com).*<\/code><\/li>\n\n\n\n<li>Save the new channel and drag it above\u00a0<strong>Referral<\/strong>\u00a0in the channel list. The order matters \u2014 GA4 assigns traffic to the first matching channel, so placing AI above Referral ensures AI visits aren\u2019t lumped in with generic referrals.<\/li>\n\n\n\n<li>After saving, open your\u00a0<strong>Traffic acquisition<\/strong>\u00a0report and select your new channel group from the dropdown. AI traffic will now appear as its own channel.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Custom channel groups apply retroactively to historical data and are visible to anyone with access to the property. They provide a consistent way to monitor AI traffic without manually filtering.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"5-use-utm-parameters-when-sharing-links-in-chatgpt\">5) Use UTM parameters when sharing links in ChatGPT<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">ChatGPT often appends its own utm_source=chatgpt.com parameter, but you can override or supplement this by adding your own tracking parameters. If you share a link in ChatGPT or any AI tool, include descriptive UTM parameters such as:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>https:&#47;&#47;www.example.com?utm_source=chatgpt&amp;utm_medium=organic&amp;utm_campaign=ai_referral<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This ensures that GA4 records the session source precisely, even when referrer data is missing.&nbsp;<a href=\"https:\/\/criterionb.com\/blog\/chatgpt-website-traffic\/\">Criterion B<\/a>&nbsp;notes that using UTM parameters is one of the most effective ways to capture AI\u2011driven traffic.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"6-interpret-and-optimise-your-ai-traffic-data\">6) Interpret and optimise your AI traffic data<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Look beyond volume<\/strong>: AI referrals are still small but tend to come from users with high intent. Compare engagement rate, average engagement time and conversion metrics between AI traffic and other channels.<\/li>\n\n\n\n<li><strong>Identify landing pages<\/strong>: Use your exploration or channel group to see which pages AI tools link to. Optimise those pages with clear summaries, strong intros and structured headings so that AI models continue to cite them.<\/li>\n\n\n\n<li><strong>Monitor trends<\/strong>: Both the number of AI visitors and the list of AI domains will change quickly. Keep your regex patterns up to date and watch for new referral domains (e.g., gemini.google.com, claude.ai).<\/li>\n\n\n\n<li><strong>Consider brand mentions<\/strong>: AI conversations generate far more brand mentions than clicks. While those mentions aren\u2019t yet measurable in GA4, they influence awareness and could lead to later visits via other channels. Use an\u00a0<a href=\"https:\/\/www.rankshift.ai\/nl\/\">AI visibility tool<\/a>\u00a0like Rankshift to discover how AI search platforms mention your brand.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"7-prepare-for-the-future-of-ai-driven-search\">7) Prepare for the future of AI-driven search<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">AI search tools and user behavior are still changing. Free users might never send referrer data, and some platforms may not give any referral info at all. To stay ready:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Create helpful, expert content:<\/strong>\u00a0Content that clearly solves problems is more likely to be linked by AI tools. Use natural language and long, specific keywords. AI search is more like a conversation.<\/li>\n\n\n\n<li><strong>Let AI bots crawl your site:<\/strong>\u00a0If you block AI bots, tools like ChatGPT or Gemini might not link to your pages. Check your\u00a0<strong>robots.txt<\/strong>\u00a0file and\u00a0<strong>meta tags<\/strong>\u00a0to make sure AI bots are allowed.<\/li>\n\n\n\n<li><strong>Watch for spikes in direct traffic:<\/strong>\u00a0If you notice sudden increases in direct traffic, compare it with ChatGPT mentions or viral content from AI tools. Some of that traffic may really be from AI sources, not true \u201cdirect\u201d visits.<\/li>\n\n\n\n<li><strong>Keep your team informed:<\/strong>\u00a0Make sure others understand that some AI referrals will look like direct traffic and that the data will keep changing as AI platforms evolve. Keep updating how you track this traffic.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"key-takeaways\">Key Takeaways<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Tracking ChatGPT referrals in GA4 requires a multi-faceted approach. While AI-driven traffic is still relatively small, it\u2019s growing rapidly and represents high-intent users. By implementing proper tracking methods, creating custom channel groups, and using UTM parameters, you can gain valuable insights into how AI platforms are driving traffic to your site.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Remember that the landscape is constantly evolving, so stay flexible with your tracking methods and keep an eye on emerging AI platforms that might become significant traffic sources in the future.<\/p>","protected":false},"excerpt":{"rendered":"<p>AI-powered search is changing how we track website traffic. This guide shares top tips and answers common questions, so you can confidently track and understand referrals from ChatGPT. 1) Know how ChatGPT referral traffic works Sometimes, ChatGPT includes links to websites in its answers. When someone clicks one of those links, OpenAI often adds a [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":28675,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"page_builder":"","footnotes":""},"categories":[24],"tags":[],"class_list":["post-28438","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Track ChatGPT Referrals in GA4 (Google Analytics 4) - Rankshift<\/title>\n<meta name=\"description\" content=\"Learn how to track and analyze ChatGPT referral traffic in Google Analytics 4. Discover strategies for monitoring AI-driven traffic and optimizing your content for AI search platforms.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.rankshift.ai\/nl\/blog\/how-to-track-chatgpt-referrals-in-ga4\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Track ChatGPT Referrals in GA4 (Google Analytics 4) - Rankshift\" \/>\n<meta property=\"og:description\" content=\"Learn how to track and analyze ChatGPT referral traffic in Google Analytics 4. Discover strategies for monitoring AI-driven traffic and optimizing your content for AI search platforms.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.rankshift.ai\/nl\/blog\/how-to-track-chatgpt-referrals-in-ga4\/\" \/>\n<meta property=\"og:site_name\" content=\"Rankshift\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-26T09:33:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-27T08:13:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.rankshift.ai\/wp-content\/uploads\/2026\/01\/T-Referrals-in-GA4-Google-Analytics-4-scaled.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1072\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Pieter Verschueren\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Geschreven door\" \/>\n\t<meta name=\"twitter:data1\" content=\"Pieter Verschueren\" \/>\n\t<meta name=\"twitter:label2\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.rankshift.ai\\\/blog\\\/how-to-track-chatgpt-referrals-in-ga4\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rankshift.ai\\\/blog\\\/how-to-track-chatgpt-referrals-in-ga4\\\/\"},\"author\":{\"name\":\"Pieter Verschueren\",\"@id\":\"https:\\\/\\\/www.rankshift.ai\\\/#\\\/schema\\\/person\\\/557b6574bec7c95bf37259d131254319\"},\"headline\":\"How to Track ChatGPT Referrals in GA4 (Google Analytics 4)\",\"datePublished\":\"2026-01-26T09:33:25+00:00\",\"dateModified\":\"2026-01-27T08:13:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.rankshift.ai\\\/blog\\\/how-to-track-chatgpt-referrals-in-ga4\\\/\"},\"wordCount\":1180,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.rankshift.ai\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rankshift.ai\\\/blog\\\/how-to-track-chatgpt-referrals-in-ga4\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.rankshift.ai\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/T-Referrals-in-GA4-Google-Analytics-4-scaled.webp\",\"articleSection\":[\"Blog\"],\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.rankshift.ai\\\/blog\\\/how-to-track-chatgpt-referrals-in-ga4\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.rankshift.ai\\\/blog\\\/how-to-track-chatgpt-referrals-in-ga4\\\/\",\"url\":\"https:\\\/\\\/www.rankshift.ai\\\/blog\\\/how-to-track-chatgpt-referrals-in-ga4\\\/\",\"name\":\"How to Track ChatGPT Referrals in GA4 (Google Analytics 4) - Rankshift\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rankshift.ai\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.rankshift.ai\\\/blog\\\/how-to-track-chatgpt-referrals-in-ga4\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rankshift.ai\\\/blog\\\/how-to-track-chatgpt-referrals-in-ga4\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.rankshift.ai\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/T-Referrals-in-GA4-Google-Analytics-4-scaled.webp\",\"datePublished\":\"2026-01-26T09:33:25+00:00\",\"dateModified\":\"2026-01-27T08:13:58+00:00\",\"description\":\"Learn how to track and analyze ChatGPT referral traffic in Google Analytics 4. Discover strategies for monitoring AI-driven traffic and optimizing your content for AI search platforms.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.rankshift.ai\\\/blog\\\/how-to-track-chatgpt-referrals-in-ga4\\\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.rankshift.ai\\\/blog\\\/how-to-track-chatgpt-referrals-in-ga4\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\\\/\\\/www.rankshift.ai\\\/blog\\\/how-to-track-chatgpt-referrals-in-ga4\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.rankshift.ai\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/T-Referrals-in-GA4-Google-Analytics-4-scaled.webp\",\"contentUrl\":\"https:\\\/\\\/www.rankshift.ai\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/T-Referrals-in-GA4-Google-Analytics-4-scaled.webp\",\"width\":1920,\"height\":1072},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.rankshift.ai\\\/blog\\\/how-to-track-chatgpt-referrals-in-ga4\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.rankshift.ai\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Track ChatGPT Referrals in GA4 (Google Analytics 4)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.rankshift.ai\\\/#website\",\"url\":\"https:\\\/\\\/www.rankshift.ai\\\/\",\"name\":\"Rankshift\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.rankshift.ai\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.rankshift.ai\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.rankshift.ai\\\/#organization\",\"name\":\"Rankshift\",\"url\":\"https:\\\/\\\/www.rankshift.ai\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\\\/\\\/www.rankshift.ai\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.rankshift.ai\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/Logo-rankshift-2.webp\",\"contentUrl\":\"https:\\\/\\\/www.rankshift.ai\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/Logo-rankshift-2.webp\",\"width\":350,\"height\":100,\"caption\":\"Rankshift\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rankshift.ai\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.rankshift.ai\\\/#\\\/schema\\\/person\\\/557b6574bec7c95bf37259d131254319\",\"name\":\"Pieter Verschueren\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/dc2232cdeaa72ab35eaa2b856af0847f485e5d32f8df7e97c84ef4d76ec2f354?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/dc2232cdeaa72ab35eaa2b856af0847f485e5d32f8df7e97c84ef4d76ec2f354?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/dc2232cdeaa72ab35eaa2b856af0847f485e5d32f8df7e97c84ef4d76ec2f354?s=96&d=mm&r=g\",\"caption\":\"Pieter Verschueren\"},\"description\":\"Pieter Verschueren is the co-founder of Rankshift AI and Depends SEO agency. He specializes in SEO and the emerging field of Generative Engine Optimization, where he helps brands understand and improve their visibility in AI-generated answers from tools like ChatGPT, Google Gemini, AI Overviews, AI Mode and Perplexity.\",\"sameAs\":[\"https:\\\/\\\/www.rankshift.ai\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/pieterverschueren\\\/\"],\"url\":\"https:\\\/\\\/www.rankshift.ai\\\/nl\\\/blog\\\/author\\\/pieter-228f6f\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Track ChatGPT Referrals in GA4 (Google Analytics 4) - Rankshift","description":"Learn how to track and analyze ChatGPT referral traffic in Google Analytics 4. Discover strategies for monitoring AI-driven traffic and optimizing your content for AI search platforms.","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:\/\/www.rankshift.ai\/nl\/blog\/how-to-track-chatgpt-referrals-in-ga4\/","og_locale":"nl_NL","og_type":"article","og_title":"How to Track ChatGPT Referrals in GA4 (Google Analytics 4) - Rankshift","og_description":"Learn how to track and analyze ChatGPT referral traffic in Google Analytics 4. Discover strategies for monitoring AI-driven traffic and optimizing your content for AI search platforms.","og_url":"https:\/\/www.rankshift.ai\/nl\/blog\/how-to-track-chatgpt-referrals-in-ga4\/","og_site_name":"Rankshift","article_published_time":"2026-01-26T09:33:25+00:00","article_modified_time":"2026-01-27T08:13:58+00:00","og_image":[{"width":1920,"height":1072,"url":"https:\/\/www.rankshift.ai\/wp-content\/uploads\/2026\/01\/T-Referrals-in-GA4-Google-Analytics-4-scaled.webp","type":"image\/webp"}],"author":"Pieter Verschueren","twitter_card":"summary_large_image","twitter_misc":{"Geschreven door":"Pieter Verschueren","Geschatte leestijd":"6 minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.rankshift.ai\/blog\/how-to-track-chatgpt-referrals-in-ga4\/#article","isPartOf":{"@id":"https:\/\/www.rankshift.ai\/blog\/how-to-track-chatgpt-referrals-in-ga4\/"},"author":{"name":"Pieter Verschueren","@id":"https:\/\/www.rankshift.ai\/#\/schema\/person\/557b6574bec7c95bf37259d131254319"},"headline":"How to Track ChatGPT Referrals in GA4 (Google Analytics 4)","datePublished":"2026-01-26T09:33:25+00:00","dateModified":"2026-01-27T08:13:58+00:00","mainEntityOfPage":{"@id":"https:\/\/www.rankshift.ai\/blog\/how-to-track-chatgpt-referrals-in-ga4\/"},"wordCount":1180,"commentCount":0,"publisher":{"@id":"https:\/\/www.rankshift.ai\/#organization"},"image":{"@id":"https:\/\/www.rankshift.ai\/blog\/how-to-track-chatgpt-referrals-in-ga4\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rankshift.ai\/wp-content\/uploads\/2026\/01\/T-Referrals-in-GA4-Google-Analytics-4-scaled.webp","articleSection":["Blog"],"inLanguage":"nl-NL","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.rankshift.ai\/blog\/how-to-track-chatgpt-referrals-in-ga4\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.rankshift.ai\/blog\/how-to-track-chatgpt-referrals-in-ga4\/","url":"https:\/\/www.rankshift.ai\/blog\/how-to-track-chatgpt-referrals-in-ga4\/","name":"How to Track ChatGPT Referrals in GA4 (Google Analytics 4) - Rankshift","isPartOf":{"@id":"https:\/\/www.rankshift.ai\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.rankshift.ai\/blog\/how-to-track-chatgpt-referrals-in-ga4\/#primaryimage"},"image":{"@id":"https:\/\/www.rankshift.ai\/blog\/how-to-track-chatgpt-referrals-in-ga4\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rankshift.ai\/wp-content\/uploads\/2026\/01\/T-Referrals-in-GA4-Google-Analytics-4-scaled.webp","datePublished":"2026-01-26T09:33:25+00:00","dateModified":"2026-01-27T08:13:58+00:00","description":"Learn how to track and analyze ChatGPT referral traffic in Google Analytics 4. Discover strategies for monitoring AI-driven traffic and optimizing your content for AI search platforms.","breadcrumb":{"@id":"https:\/\/www.rankshift.ai\/blog\/how-to-track-chatgpt-referrals-in-ga4\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.rankshift.ai\/blog\/how-to-track-chatgpt-referrals-in-ga4\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/www.rankshift.ai\/blog\/how-to-track-chatgpt-referrals-in-ga4\/#primaryimage","url":"https:\/\/www.rankshift.ai\/wp-content\/uploads\/2026\/01\/T-Referrals-in-GA4-Google-Analytics-4-scaled.webp","contentUrl":"https:\/\/www.rankshift.ai\/wp-content\/uploads\/2026\/01\/T-Referrals-in-GA4-Google-Analytics-4-scaled.webp","width":1920,"height":1072},{"@type":"BreadcrumbList","@id":"https:\/\/www.rankshift.ai\/blog\/how-to-track-chatgpt-referrals-in-ga4\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rankshift.ai\/"},{"@type":"ListItem","position":2,"name":"How to Track ChatGPT Referrals in GA4 (Google Analytics 4)"}]},{"@type":"WebSite","@id":"https:\/\/www.rankshift.ai\/#website","url":"https:\/\/www.rankshift.ai\/","name":"Rankshift","description":"","publisher":{"@id":"https:\/\/www.rankshift.ai\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.rankshift.ai\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"},{"@type":"Organization","@id":"https:\/\/www.rankshift.ai\/#organization","name":"Rankshift","url":"https:\/\/www.rankshift.ai\/","logo":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/www.rankshift.ai\/#\/schema\/logo\/image\/","url":"https:\/\/www.rankshift.ai\/wp-content\/uploads\/2024\/08\/Logo-rankshift-2.webp","contentUrl":"https:\/\/www.rankshift.ai\/wp-content\/uploads\/2024\/08\/Logo-rankshift-2.webp","width":350,"height":100,"caption":"Rankshift"},"image":{"@id":"https:\/\/www.rankshift.ai\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.rankshift.ai\/#\/schema\/person\/557b6574bec7c95bf37259d131254319","name":"Pieter Verschueren","image":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/secure.gravatar.com\/avatar\/dc2232cdeaa72ab35eaa2b856af0847f485e5d32f8df7e97c84ef4d76ec2f354?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/dc2232cdeaa72ab35eaa2b856af0847f485e5d32f8df7e97c84ef4d76ec2f354?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/dc2232cdeaa72ab35eaa2b856af0847f485e5d32f8df7e97c84ef4d76ec2f354?s=96&d=mm&r=g","caption":"Pieter Verschueren"},"description":"Pieter Verschueren is the co-founder of Rankshift AI and Depends SEO agency. He specializes in SEO and the emerging field of Generative Engine Optimization, where he helps brands understand and improve their visibility in AI-generated answers from tools like ChatGPT, Google Gemini, AI Overviews, AI Mode and Perplexity.","sameAs":["https:\/\/www.rankshift.ai","https:\/\/www.linkedin.com\/in\/pieterverschueren\/"],"url":"https:\/\/www.rankshift.ai\/nl\/blog\/author\/pieter-228f6f\/"}]}},"_links":{"self":[{"href":"https:\/\/www.rankshift.ai\/nl\/wp-json\/wp\/v2\/posts\/28438","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rankshift.ai\/nl\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rankshift.ai\/nl\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rankshift.ai\/nl\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rankshift.ai\/nl\/wp-json\/wp\/v2\/comments?post=28438"}],"version-history":[{"count":1,"href":"https:\/\/www.rankshift.ai\/nl\/wp-json\/wp\/v2\/posts\/28438\/revisions"}],"predecessor-version":[{"id":28439,"href":"https:\/\/www.rankshift.ai\/nl\/wp-json\/wp\/v2\/posts\/28438\/revisions\/28439"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.rankshift.ai\/nl\/wp-json\/wp\/v2\/media\/28675"}],"wp:attachment":[{"href":"https:\/\/www.rankshift.ai\/nl\/wp-json\/wp\/v2\/media?parent=28438"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rankshift.ai\/nl\/wp-json\/wp\/v2\/categories?post=28438"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rankshift.ai\/nl\/wp-json\/wp\/v2\/tags?post=28438"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}