URL Content Mapper
A simple plugin to dynamically add content groups in GA4 and inject code before GA4/GTM scripts.
Plugin info
Maintenance & Compatibility
Maintenance score
Actively maintained • Last updated 83 days ago
Is URL Content Mapper abandoned?
Likely maintained (last update 83 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
URL Content Mapper dynamically adds content groups in Google Analytics 4 and injects code before GA4 or Google Tag Manager scripts in the tag of your WordPress site. This allows you to better organize and track user activity, ensuring that your analytics data is both accurate and comprehensive.
Installation
- Upload the plugin files to the
/wp-content/plugins/wp-url-content-mapper/directory, or install the plugin through the WordPress plugins screen directly by uploading the zip file. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Navigate to Settings URL Content Mapper to configure the plugin.
- Once configured, the plugin automatically injects your custom code before GA4/GTM scripts on every page load.
Frequently Asked Questions
Yes. It injects a script responsible for creating content groups before GA4 or GTM scripts, allowing you to set content groups more effectively.
This plugin adds a minimal amount of code, so the impact on performance should be negligible. However, always test thoroughly on your environment.
After activation, go to Settings URL Content Mapper in your WordPress Admin panel.
Review feed
Screenshots
Changelog
1.3
- CRITICAL FIX: Removed DOMContentLoaded wrapper to fix GA4 timing issues
- CRITICAL FIX: Script now loads in HEAD instead of footer for proper execution order
- Fixed URL pattern matching to use pathname instead of full href
- Improved query parameter handling for patterns like /?wizard=true
- Added validation for malformed query strings (e.g., /?=value, /?#)
- Added support for /? pattern to match pages with any query parameters
- Improved edge case handling for empty and whitespace query strings
- Fixed sanitization to preserve relative URL patterns like /products/
- Removed duplicate script enqueuing for better performance
- Added priority-based category matching to prevent conflicts
- WordPress.org compliance improvements
- Better documentation and code comments
1.2
- Added import/export functionality for easy settings backup and migration
- Enhanced admin interface with better user experience
- Added file validation and error handling for imports
- Improved security with WordPress nonces and capability checks
1.1
- Improved content group mapping logic
1.0
- Initial release: Adds the capability to inject code before GA4/GTM scripts and configure content groups.