gtm4wp icon indicating copy to clipboard operation
gtm4wp copied to clipboard

Google Tag Manager plugin for WordPress

Results 74 gtm4wp issues
Sort by recently updated
recently updated
newest added

Test for new user registration and user login have been swapped. This might fixe issues like [Issue 210](https://github.com/duracelltomi/gtm4wp/issues/210) by [dgreis](https://github.com/dgreis)

Cheers @duracelltomi , First: Thanks for all the hard work and tenacity. Love the plugin!

Hi tommy. I've noticed that the post data (pagePostType, pagePostAuthor, pagePostDate...) is sent to the dataLayer for the first time after the Container Loaded event has been loaded, so it's...

Longtime fan of this plugin. I think you're amazing. I was recently working on a site where I wanted to make use of the gtm4wp.userRegistered event after enabling it in...

[WhichBrowser](https://github.com/WhichBrowser/Parser-PHP) development seems to be slowed down/dead This could be a good replacement: https://github.com/matomo-org/device-detector

enhancement

Original thread: https://wordpress.org/support/topic/yoast-primary-category-2/ How to: https://wordpress.org/support/topic/get-primary-category-2/ `get_post_meta( '$post_id', 'rank_math_primary_category', true );` https://github.com/GSA/wordpress-seo/blob/master/inc/wpseo-functions.php $primary_term_id = yoast_get_primary_term_id( 'taxonomy_slug', $post_id_or_object );

enhancement

There are cases where only orders with completed payments should be tracked into GA. For this case, some enhancement should be added: - order status into data layer so that...

enhancement

In our current multisite, we must enter and insert the GTM id on every subsite, it would be great to be able to set the GTM id, and other settings...

enhancement

The add to cart event for UA/GA4 won't fire on Wordpress theme twenty twenty one. I have tested other themes and it is the same thing. The add to cart...

According documentation, variables must be inside tag https://support.google.com/tagmanager/answer/9205783?hl=en and line 142 of file https://github.com/duracelltomi/gtm4wp/blob/master/integration/amp.php is and an extra {} on variables, resulting {"vars":**{** {"pagePostType":"post" }**}** } And, the correct format...