admin.inc |
includes/admin.inc |
|
Contains the administrative page and form callbacks. |
google_tag.admin.css |
css/google_tag.admin.css |
|
/* Remove extraneous whitespace in panes of vertical tabs. */
#google-tag-settings-form div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
padding-top: 0;
}
#google-tag-settings-form div.vertical-tabs .fieldset-wrapper {
… |
google_tag.api.php |
google_tag.api.php |
|
Documents hooks provided by this module. |
google_tag.base.test |
tests/google_tag.base.test |
|
|
google_tag.info |
google_tag.info |
|
name = Google Tag Manager
description = Allows your website analytics to be managed using Google Tag Manager.
package = Statistics
core = 7.x
configure = admin/config/system/google_tag
files[] = tests/google_tag.base.test
files[] =… |
google_tag.install |
google_tag.install |
|
Provides install, update, and uninstall functions. |
google_tag.module |
google_tag.module |
|
Provides primary Drupal hook implementations. |
google_tag.norealm.test |
tests/google_tag.norealm.test |
|
|
google_tag.realm.test |
tests/google_tag.realm.test |
|
|
gtm_test.info |
tests/gtm_test.info |
|
name = Google Tag Manager Test
description = Helper module for testing Google Tag Manager (do not enable manually)
package = Testing
core = 7.x
hidden = TRUE
test_dependencies[] = google_tag:google_tag
test_dependencies[] = variable:variable_realm |
gtm_test.module |
tests/gtm_test.module |
|
Provides primary Drupal hook implementations. |
info.inc |
includes/info.inc |
|
Provides info-type hook implementations that are infrequently called. |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Recommended modules
* Installation
* Configuration
* Troubleshooting
* Maintainers
INTRODUCTION
------------
This project integrates the site with the Google Tag… |
snippet.inc |
includes/snippet.inc |
|
Contains the JavaScript snippet insertion code. |
variable.inc |
includes/variable.inc |
|
Contains the variable definitions. |