{"id":21111,"date":"2019-10-25T08:49:35","date_gmt":"2019-10-24T22:49:35","guid":{"rendered":"https:\/\/thirstyaff.wpengine.com\/?post_type=knowledgebase&#038;p=21111"},"modified":"2024-04-16T12:57:04","modified_gmt":"2024-04-16T16:57:04","slug":"how-to-track-geo-ip-stats-when-cloudflare-is-enabled","status":"publish","type":"ht_kb","link":"https:\/\/thirstyaffiliates.com\/de\/docs\/how-to-track-geo-ip-stats-when-cloudflare-is-enabled\/","title":{"rendered":"Wie man Geo IP-Statistiken verfolgt, wenn Cloudflare aktiviert ist"},"content":{"rendered":"<p>Cloudflare masks the IP address of the user and moves it to another HTTP header.<\/p>\n<p>To make it compatible with ThirstyAffiliate&#8217;s stats collection module you will need to add the following snippet of code to your functions.php file or a drop-in plugin.<\/p>\n<pre lang=\"php\">function ta_cloudflare_ip_compatibility( $ip ) {\r\n    if ( ! empty( $_SERVER['HTTP_CF_CONNECTING_IP'] ) )\r\n            $ip = $_SERVER['HTTP_CF_CONNECTING_IP'];\r\n    return $ip;\r\n}\r\nadd_filter( 'ta_get_user_ip_address' , 'ta_cloudflare_ip_compatibility' , 10 , 1 );\r\n<\/pre>\n<p>This will be added as a feature to ThirstyAffiliates in the future.<\/p>\n<p>&nbsp;<\/p>\n<p>Add the following snippet of code to your functions.php file or a drop-in plugin for the Geolocations module when redirecting:<\/p>\n<pre class=\"c-mrkdwn__pre\" data-stringify-type=\"pre\">function get_proper_ip_from_cf_for_ta_geo($address) {\r\n\tif(isset($_SERVER['HTTP_CF_CONNECTING_IP']) &amp;&amp; !empty($_SERVER['HTTP_CF_CONNECTING_IP'])) {\r\n\t\t$address = $_SERVER['HTTP_CF_CONNECTING_IP'];\r\n\t}\r\n\treturn $address;\r\n}\r\nadd_filter('tap_geolocation_client_ip', 'get_proper_ip_from_cf_for_ta_geo');<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Cloudflare masks the IP address of the user and moves it to another HTTP header. To make it compatible with ThirstyAffiliate&#8217;s stats collection module you will need to add the following snippet of code to your functions.php file or a drop-in plugin. function ta_cloudflare_ip_compatibility( $ip ) { if ( ! empty( $_SERVER[&#8216;HTTP_CF_CONNECTING_IP&#8217;] ) ) $ip&hellip;<\/p>\n","protected":false},"author":1,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_strive_editorial_status":"not-started","_strive_copy_of":0,"_monsterinsights_skip_tracking":false,"footnotes":""},"ht-kb-category":[497,498],"ht-kb-tag":[],"class_list":["post-21111","ht_kb","type-ht_kb","status-publish","format-standard","hentry","ht_kb_category-thirstyaffiliates-free-version","ht_kb_category-thirstyaffiliates-pro"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Cloudflare masks the IP address of the user and moves it to another HTTP header. To make it compatible with ThirstyAffiliate&#039;s stats collection module you will need to add the following snippet of code to your functions.php file or a drop-in plugin. function ta_cloudflare_ip_compatibility( $ip ) { if ( ! empty( $_SERVER[&#039;HTTP_CF_CONNECTING_IP&#039;] ) ) $ip\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Josh Kohlbach\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/thirstyaffiliates.com\/de\/docs\/how-to-track-geo-ip-stats-when-cloudflare-is-enabled\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"de_DE\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ThirstyAffiliates\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How To Track Geo IP Stats When Cloudflare Is Enabled | ThirstyAffiliates\" \/>\n\t\t<meta property=\"og:description\" content=\"Cloudflare masks the IP address of the user and moves it to another HTTP header. To make it compatible with ThirstyAffiliate&#039;s stats collection module you will need to add the following snippet of code to your functions.php file or a drop-in plugin. function ta_cloudflare_ip_compatibility( $ip ) { if ( ! empty( $_SERVER[&#039;HTTP_CF_CONNECTING_IP&#039;] ) ) $ip\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/thirstyaffiliates.com\/de\/docs\/how-to-track-geo-ip-stats-when-cloudflare-is-enabled\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/thirstyaffiliates.com\/wp-content\/uploads\/2018\/08\/ta-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/thirstyaffiliates.com\/wp-content\/uploads\/2018\/08\/ta-logo.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"992\" \/>\n\t\t<meta property=\"og:image:height\" content=\"111\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2019-10-24T22:49:35+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-04-16T16:57:04+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/thirstyaffiliates\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@thirstyaff\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How To Track Geo IP Stats When Cloudflare Is Enabled | ThirstyAffiliates\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Cloudflare masks the IP address of the user and moves it to another HTTP header. To make it compatible with ThirstyAffiliate&#039;s stats collection module you will need to add the following snippet of code to your functions.php file or a drop-in plugin. function ta_cloudflare_ip_compatibility( $ip ) { if ( ! empty( $_SERVER[&#039;HTTP_CF_CONNECTING_IP&#039;] ) ) $ip\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/thirstyaffiliates.com\/wp-content\/uploads\/2018\/08\/ta-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/docs\\\/how-to-track-geo-ip-stats-when-cloudflare-is-enabled\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/docs\\\/#listItem\",\"name\":\"Articles\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/docs\\\/#listItem\",\"position\":2,\"name\":\"Articles\",\"item\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/docs\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/doc-categories\\\/thirstyaffiliates-free-version\\\/#listItem\",\"name\":\"ThirstyAffiliates (Free Version)\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/doc-categories\\\/thirstyaffiliates-free-version\\\/#listItem\",\"position\":3,\"name\":\"ThirstyAffiliates (Free Version)\",\"item\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/doc-categories\\\/thirstyaffiliates-free-version\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/docs\\\/how-to-track-geo-ip-stats-when-cloudflare-is-enabled\\\/#listItem\",\"name\":\"How To Track Geo IP Stats When Cloudflare Is Enabled\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/docs\\\/#listItem\",\"name\":\"Articles\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/docs\\\/how-to-track-geo-ip-stats-when-cloudflare-is-enabled\\\/#listItem\",\"position\":4,\"name\":\"How To Track Geo IP Stats When Cloudflare Is Enabled\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/doc-categories\\\/thirstyaffiliates-free-version\\\/#listItem\",\"name\":\"ThirstyAffiliates (Free Version)\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/#organization\",\"name\":\"ThirstyAffiliates\",\"description\":\"WordPress plugin to manage & cloak affiliate links\",\"url\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/thirstyaffiliates.com\\\/wp-content\\\/uploads\\\/2018\\\/08\\\/ta-logo.png\",\"@id\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/docs\\\/how-to-track-geo-ip-stats-when-cloudflare-is-enabled\\\/#organizationLogo\",\"width\":992,\"height\":111,\"caption\":\"thirstyaffiliates logo\"},\"image\":{\"@id\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/docs\\\/how-to-track-geo-ip-stats-when-cloudflare-is-enabled\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/blog\\\/author\\\/jkadmin-2-2\\\/#author\",\"url\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/blog\\\/author\\\/jkadmin-2-2\\\/\",\"name\":\"Josh Kohlbach\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/docs\\\/how-to-track-geo-ip-stats-when-cloudflare-is-enabled\\\/#authorImage\",\"url\":\"https:\\\/\\\/thirstyaffiliates.com\\\/wp-content\\\/litespeed\\\/avatar\\\/c84830d6b10cec9f4ab1808478a2f2fd.jpg?ver=1785525480\",\"width\":96,\"height\":96,\"caption\":\"Josh Kohlbach\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/docs\\\/how-to-track-geo-ip-stats-when-cloudflare-is-enabled\\\/#webpage\",\"url\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/docs\\\/how-to-track-geo-ip-stats-when-cloudflare-is-enabled\\\/\",\"name\":\"How To Track Geo IP Stats When Cloudflare Is Enabled | ThirstyAffiliates\",\"description\":\"Cloudflare masks the IP address of the user and moves it to another HTTP header. To make it compatible with ThirstyAffiliate's stats collection module you will need to add the following snippet of code to your functions.php file or a drop-in plugin. function ta_cloudflare_ip_compatibility( $ip ) { if ( ! empty( $_SERVER['HTTP_CF_CONNECTING_IP'] ) ) $ip\",\"inLanguage\":\"de-DE\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/docs\\\/how-to-track-geo-ip-stats-when-cloudflare-is-enabled\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/blog\\\/author\\\/jkadmin-2-2\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/blog\\\/author\\\/jkadmin-2-2\\\/#author\"},\"datePublished\":\"2019-10-25T08:49:35-06:00\",\"dateModified\":\"2024-04-16T12:57:04-06:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/\",\"name\":\"ThirstyAffiliates\",\"description\":\"WordPress plugin to manage & cloak affiliate links\",\"inLanguage\":\"de-DE\",\"publisher\":{\"@id\":\"https:\\\/\\\/thirstyaffiliates.com\\\/de\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>How To Track Geo IP Stats When Cloudflare Is Enabled | ThirstyAffiliates<\/title>\n\n","aioseo_head_json":{"title":"Wie man Geo IP-Statistiken verfolgt, wenn Cloudflare aktiviert ist | ThirstyAffiliates","description":"Cloudflare masks the IP address of the user and moves it to another HTTP header. To make it compatible with ThirstyAffiliate's stats collection module you will need to add the following snippet of code to your functions.php file or a drop-in plugin. function ta_cloudflare_ip_compatibility( $ip ) { if ( ! empty( $_SERVER['HTTP_CF_CONNECTING_IP'] ) ) $ip","canonical_url":"https:\/\/thirstyaffiliates.com\/de\/docs\/how-to-track-geo-ip-stats-when-cloudflare-is-enabled\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/thirstyaffiliates.com\/de\/docs\/how-to-track-geo-ip-stats-when-cloudflare-is-enabled\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/thirstyaffiliates.com\/de#listItem","position":1,"name":"Home","item":"https:\/\/thirstyaffiliates.com\/de","nextItem":{"@type":"ListItem","@id":"https:\/\/thirstyaffiliates.com\/de\/docs\/#listItem","name":"Articles"}},{"@type":"ListItem","@id":"https:\/\/thirstyaffiliates.com\/de\/docs\/#listItem","position":2,"name":"Articles","item":"https:\/\/thirstyaffiliates.com\/de\/docs\/","nextItem":{"@type":"ListItem","@id":"https:\/\/thirstyaffiliates.com\/de\/doc-categories\/thirstyaffiliates-free-version\/#listItem","name":"ThirstyAffiliates (Free Version)"},"previousItem":{"@type":"ListItem","@id":"https:\/\/thirstyaffiliates.com\/de#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/thirstyaffiliates.com\/de\/doc-categories\/thirstyaffiliates-free-version\/#listItem","position":3,"name":"ThirstyAffiliates (Free Version)","item":"https:\/\/thirstyaffiliates.com\/de\/doc-categories\/thirstyaffiliates-free-version\/","nextItem":{"@type":"ListItem","@id":"https:\/\/thirstyaffiliates.com\/de\/docs\/how-to-track-geo-ip-stats-when-cloudflare-is-enabled\/#listItem","name":"How To Track Geo IP Stats When Cloudflare Is Enabled"},"previousItem":{"@type":"ListItem","@id":"https:\/\/thirstyaffiliates.com\/de\/docs\/#listItem","name":"Articles"}},{"@type":"ListItem","@id":"https:\/\/thirstyaffiliates.com\/de\/docs\/how-to-track-geo-ip-stats-when-cloudflare-is-enabled\/#listItem","position":4,"name":"How To Track Geo IP Stats When Cloudflare Is Enabled","previousItem":{"@type":"ListItem","@id":"https:\/\/thirstyaffiliates.com\/de\/doc-categories\/thirstyaffiliates-free-version\/#listItem","name":"ThirstyAffiliates (Free Version)"}}]},{"@type":"Organization","@id":"https:\/\/thirstyaffiliates.com\/de\/#organization","name":"ThirstyAffiliates","description":"WordPress plugin to manage & cloak affiliate links","url":"https:\/\/thirstyaffiliates.com\/de\/","logo":{"@type":"ImageObject","url":"https:\/\/thirstyaffiliates.com\/wp-content\/uploads\/2018\/08\/ta-logo.png","@id":"https:\/\/thirstyaffiliates.com\/de\/docs\/how-to-track-geo-ip-stats-when-cloudflare-is-enabled\/#organizationLogo","width":992,"height":111,"caption":"thirstyaffiliates logo"},"image":{"@id":"https:\/\/thirstyaffiliates.com\/de\/docs\/how-to-track-geo-ip-stats-when-cloudflare-is-enabled\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/thirstyaffiliates.com\/de\/blog\/author\/jkadmin-2-2\/#author","url":"https:\/\/thirstyaffiliates.com\/de\/blog\/author\/jkadmin-2-2\/","name":"Josh Kohlbach","image":{"@type":"ImageObject","@id":"https:\/\/thirstyaffiliates.com\/de\/docs\/how-to-track-geo-ip-stats-when-cloudflare-is-enabled\/#authorImage","url":"https:\/\/thirstyaffiliates.com\/wp-content\/litespeed\/avatar\/c84830d6b10cec9f4ab1808478a2f2fd.jpg?ver=1785525480","width":96,"height":96,"caption":"Josh Kohlbach"}},{"@type":"WebPage","@id":"https:\/\/thirstyaffiliates.com\/de\/docs\/how-to-track-geo-ip-stats-when-cloudflare-is-enabled\/#webpage","url":"https:\/\/thirstyaffiliates.com\/de\/docs\/how-to-track-geo-ip-stats-when-cloudflare-is-enabled\/","name":"How To Track Geo IP Stats When Cloudflare Is Enabled | ThirstyAffiliates","description":"Cloudflare masks the IP address of the user and moves it to another HTTP header. To make it compatible with ThirstyAffiliate's stats collection module you will need to add the following snippet of code to your functions.php file or a drop-in plugin. function ta_cloudflare_ip_compatibility( $ip ) { if ( ! empty( $_SERVER['HTTP_CF_CONNECTING_IP'] ) ) $ip","inLanguage":"de-DE","isPartOf":{"@id":"https:\/\/thirstyaffiliates.com\/de\/#website"},"breadcrumb":{"@id":"https:\/\/thirstyaffiliates.com\/de\/docs\/how-to-track-geo-ip-stats-when-cloudflare-is-enabled\/#breadcrumblist"},"author":{"@id":"https:\/\/thirstyaffiliates.com\/de\/blog\/author\/jkadmin-2-2\/#author"},"creator":{"@id":"https:\/\/thirstyaffiliates.com\/de\/blog\/author\/jkadmin-2-2\/#author"},"datePublished":"2019-10-25T08:49:35-06:00","dateModified":"2024-04-16T12:57:04-06:00"},{"@type":"WebSite","@id":"https:\/\/thirstyaffiliates.com\/de\/#website","url":"https:\/\/thirstyaffiliates.com\/de\/","name":"ThirstyAffiliates","description":"WordPress plugin to manage & cloak affiliate links","inLanguage":"de-DE","publisher":{"@id":"https:\/\/thirstyaffiliates.com\/de\/#organization"}}]},"og:locale":"de_DE","og:site_name":"ThirstyAffiliates","og:type":"article","og:title":"How To Track Geo IP Stats When Cloudflare Is Enabled | ThirstyAffiliates","og:description":"Cloudflare masks the IP address of the user and moves it to another HTTP header. To make it compatible with ThirstyAffiliate's stats collection module you will need to add the following snippet of code to your functions.php file or a drop-in plugin. function ta_cloudflare_ip_compatibility( $ip ) { if ( ! empty( $_SERVER['HTTP_CF_CONNECTING_IP'] ) ) $ip","og:url":"https:\/\/thirstyaffiliates.com\/de\/docs\/how-to-track-geo-ip-stats-when-cloudflare-is-enabled\/","og:image":"https:\/\/thirstyaffiliates.com\/wp-content\/uploads\/2018\/08\/ta-logo.png","og:image:secure_url":"https:\/\/thirstyaffiliates.com\/wp-content\/uploads\/2018\/08\/ta-logo.png","og:image:width":992,"og:image:height":111,"article:published_time":"2019-10-24T22:49:35+00:00","article:modified_time":"2024-04-16T16:57:04+00:00","article:publisher":"https:\/\/www.facebook.com\/thirstyaffiliates","twitter:card":"summary_large_image","twitter:site":"@thirstyaff","twitter:title":"How To Track Geo IP Stats When Cloudflare Is Enabled | ThirstyAffiliates","twitter:description":"Cloudflare masks the IP address of the user and moves it to another HTTP header. To make it compatible with ThirstyAffiliate's stats collection module you will need to add the following snippet of code to your functions.php file or a drop-in plugin. function ta_cloudflare_ip_compatibility( $ip ) { if ( ! empty( $_SERVER['HTTP_CF_CONNECTING_IP'] ) ) $ip","twitter:image":"https:\/\/thirstyaffiliates.com\/wp-content\/uploads\/2018\/08\/ta-logo.png"},"aioseo_meta_data":{"post_id":"21111","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":{"knowledgebase_category":272},"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"content","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":true,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-06-03 20:58:03","breadcrumb_settings":null,"limit_modified_date":false,"open_ai":null,"ai":null,"created":"2023-08-03 17:10:35","updated":"2026-06-03 20:58:03"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/thirstyaffiliates.com\/de\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/thirstyaffiliates.com\/de\/docs\/\" title=\"Articles\">Articles<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/thirstyaffiliates.com\/de\/doc-categories\/thirstyaffiliates-free-version\/\" title=\"ThirstyAffiliates (Free Version)\">ThirstyAffiliates (Free Version)<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\tHow To Track Geo IP Stats When Cloudflare Is Enabled\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/thirstyaffiliates.com\/de"},{"label":"Articles","link":"https:\/\/thirstyaffiliates.com\/de\/docs\/"},{"label":"ThirstyAffiliates (Free Version)","link":"https:\/\/thirstyaffiliates.com\/de\/doc-categories\/thirstyaffiliates-free-version\/"},{"label":"How To Track Geo IP Stats When Cloudflare Is Enabled","link":"https:\/\/thirstyaffiliates.com\/de\/docs\/how-to-track-geo-ip-stats-when-cloudflare-is-enabled\/"}],"_links":{"self":[{"href":"https:\/\/thirstyaffiliates.com\/de\/wp-json\/wp\/v2\/ht-kb\/21111","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thirstyaffiliates.com\/de\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/thirstyaffiliates.com\/de\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/thirstyaffiliates.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thirstyaffiliates.com\/de\/wp-json\/wp\/v2\/comments?post=21111"}],"version-history":[{"count":0,"href":"https:\/\/thirstyaffiliates.com\/de\/wp-json\/wp\/v2\/ht-kb\/21111\/revisions"}],"wp:attachment":[{"href":"https:\/\/thirstyaffiliates.com\/de\/wp-json\/wp\/v2\/media?parent=21111"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/thirstyaffiliates.com\/de\/wp-json\/wp\/v2\/ht-kb-category?post=21111"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/thirstyaffiliates.com\/de\/wp-json\/wp\/v2\/ht-kb-tag?post=21111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}