Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Release: Opensolr Search 4.5.0 Minor update available for module opensolr_search (4.5.0). Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Release: Video.js (HTML5 Video Player) 10.0.0-alpha1 First alpha version released for module videojs (10.0.0-alpha1). Usage Milestone: Simplify Module simplify crossed 10,000 active installs. Usage Milestone: Views Reference Filter Module entityreference_filter crossed 10,000 active installs. Usage Milestone: Dropdown Language Module dropdown_language crossed 10,000 active installs. Usage Milestone: Paragraphs Browser Module paragraphs_browser crossed 10,000 active installs. Usage Milestone: OpenAPI Module openapi crossed 10,000 active installs. Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

Geo Tracking Limit

2 sites No security coverage Drupal 10–11
View on drupal.org

This module allows you to restrict Google Tag Manager tracking to users from a specific geographic location, such as Switzerland. It uses a cookie and a dataLayer event to manage this functionality.

This module adds the capability to only track visitors from a certain geographic location (Switzerland) with the Google Tag Manager. It sets a cookie (gtl) and fires a dataLayer event (gtl_allowed) when a trackable user is first identified.

Dependecies

  • smart_ip (for IP geo lookup)
  • google_tag (or similiar for GTM integration)

Installation

  1. Setup the smart_ip module.
    • Install an IP datasource (e.g. MaxMind GeoIP2 Lite Country database)
    • Roles to Geolocate: anonymous and authenticated users
    • Acquire/update user's geolocation on specific Drupal native pages: /tracking/check
  2. Install this module
  3. Enable the /tracking/check:GET REST endpoint and allow access for anonymous visitors as well as authenticated users (in /admin/config/services/rest).
  4. Setup the Google Tag Manager container to support the new functionality

Google Tag Manager Setup

  1. Create a first-party cookie variable for the cookie name gtl.
  2. Create a custom event trigger for the event name gtl_allowed.
  3. Add the first-party cookie to existing triggers as a condition so that the trigger is only fired if the cookie value matches 1. Apply this to all triggers that are only allowed to fire for trackable visitors. (e.g. PDF link clicks)
  4. Add the custom event trigger to existing tags that only fire once per page visit. (e.g. Google Analytics pageview).

Depends on

Dependencies of the latest stable release

  • smart_ip Drupal core

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
2
Tracked since
Nov 2024
Latest release
9 months ago
Releases (12 mo)
1
Maintenance
Active

Releases

Version Type Core Release date
4.1.0 Stable 10–11 Nov 11, 2025
4.0.1 Stable 9–10 Nov 7, 2024