Descripció
You can sign up for a Google Tag Manager account here.
This plugin makes it even easier to use Google Tag Manager, adding all the code itself — all you need to do is provide the Account ID!
Instal·lació
- Upload
google-tag-manager.phpto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to
Settings>Generaland set the ID from your Google Tag Manager account.
PMF
- Why isn’t the output displaying?
-
Two possibilities: First, you haven’t yet specified the ID in the admin panel, or second, your theme is missing a
<?php wp_footer(); ?>call.
Ressenyes
Col·laboradors i desenvolupadors
«Google Tag Manager» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradorsTraduïu «Google Tag Manager» a la vostra llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
1.0.3
- Add support for the new
wp_body_openhook in core.
1.0.2
- Switch to the new split-format for Google Tag Manager javascript and iframe format.
- Add support for Genesis and Theme Hook Alliance themes to echo the iframe sooner in the dom.
1.0.1
- Change to static methods to avoid errors in some versions of php
1.0
- Initial Public Release