이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Google Tag Manager

설명

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!

설치

  1. Upload google-tag-manager.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Settings > General and set the ID from your Google Tag Manager account.

FAQ

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.

후기

2021년 1월 9일
Otros plugins no me enviarvan al información de Google Analytics 4 pero este en un ratito lo solucionó, es genial y sencillo
2017년 3월 19일
Does what it says, inserts just the GTM code at the right time at the right location. Fell in love with the simplicity of this plugin, wonder why it does not show up in top when looking for GTM plugin for WP. Had to mess around with so many other plugins before I found it. All other related plugins are too complex, and slows down the site as well. This plugin does what its supposed to do and nothing else 🙂 "LESS is MORE" Kudos to the author for such a beautiful implementation. One suggestion though, if there would have been a single "do_action" with some custom action, before printing the GTM code, could make it easier to add some custom JS variables, if needed, to pass along to GTM, rather than printing them at wp_head with priority 9.
2017년 2월 10일
I'm trying to follow some youtube tutorials on GTM. They say to install the code manually, however, I use a child theme and I don't know how to insert the code via functions php file. There are other GTM plugins, but they have so many options and things I'm afraid they will interfere with the tutorials. From reading the description, it sounds like the only thing your plugin does is insert the GTM code in the correct places. It doesn't do anything else, am I correct?
2017년 1월 27일
I know there's been a lot of frustration with this plugin in the past, but after making the plugin author aware of Google's change to how the Tag Manager scripts should be loaded, he's updated the plugin and it works great. I've tested version 1.0.2 of the plugin by dynamically injecting a Google Analytics script through the Google Tag Manager (which didn't work properly in version 1.0.1) and it now works perfectly!
모든 10 평가 읽기

기여자 & 개발자

“Google Tag Manager”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Google Tag Manager”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.3

  • Add support for the new wp_body_open hook 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