Placeholder, Waiting for Review to get it out of a full Project Page!
Version: 6.x / 7.x
this small Module allows you to add the Google Tag Manager Code in your Site. This means you can save a lot ofTracking Modules for your Statistics and your IT have only once to Setup this with your Site.
How it works
The Module makes a Table in your DB and store the Google Code here. You can setup a role in your Drupal install which you want to track. More is coming when we get a full project.
Improvement for your site?
Google loads all your Tracking Code asynchronous!
Save Modules like Analytics, Piwik or related Tracking Modules
one DB query for all your tracking stuff
What this means?
Speed up your Site
Save resources
get out of urls like from Analytics, Piwik
.sites/default/files/piwik/piwik.js?m9bv7t
.sites/default/files/googleanalytics/ga.js?lf6wvr if you store it local
This is my first code ever and done for the love in Drupal and SEO
If you want to help pls contact me or push patches! Thanks
The goal of this project is to provide a method for users to easily configure access settings to their own entities. The interface for configuring access will come from a shared access field attached to the entity.
Development Roadmap
Implement field hooks to define the new shared_access field type.
Define formatters and formatter settings.
Define widgets.
Implement an extendible access controller class structure for defining access realms and their underlying functionality.
Define several default access realms (user, organic groups ... perhaps a few more).
Implement field hooks so that a form shows up on the entity content page.
Implement a standard sharing settings form that can hook into the access controller classes and be used to control access to the entity.
Provide autocomplete functions and hooks for displaying user name/og suggestions as the user types
Implement access hooks and query/query_HOOK alter functions to control access
Implement field access hooks so that the form only shows when the owner or configured admins view the page.
Simple hierarchical select defines a new form widget for taxonomy fields to select a term by "browsing" through the vocabularies hierarchy.
The widget is available in node forms and as Views exposed filter.