Gtm4wp



Enter this in the event name field: gtm4wp.addProductToCartEEC gtm4wp.productClickEEC gtm4wp.removeFromCartEEC gtm4wp.checkoutOptionEEC gtm4wp.changeDetailViewEEC gtm4wp.checkoutStepEEC; Check the use regex matching checkbox; Enter a name for the trigger and save; Create a new tag. Create a new tag; Select the tag type as Universal Analytics. If you want to find out the other steps on how to install Enhanced Ecomemrce tracking for the GTM4WP Plugin checkout this guide. Trigger: File Download Trigger If you have direct downloads to files you want to track, then this click trigger can pick up any clicks on files with your preferred file extension. It's only that GTM4WP allows to disable their own 2 months ago. Posted a reply to Problem with using GTM4WP simultaneously, on the site WordPress.org Forums: Yeah, I know, thank you, Leon. But I have to do it the other way: 2 months ago. Posted a reply to Problem with using GTM4WP simultaneously, on the site WordPress.org Forums.

  1. Gtm4wp Ga4
  2. Gtm4wp Enhanced Ecommerce
  3. Gtm4wp_the_gtm_tag
  4. Gtm4wp Datalayer Name
  5. Gtm4wp Purchase Event

Where the world’s best instructor’s train and committed Yogi’s practice.

LIVE

Train with a true Yogi Master! The most inspiring and challenging Yoga practice is found in the daily instruction of Tymi Howard. Daily, Live, Virtual class schedule integrating Vinyasa Flow, Yin Yoga, Vin/Yin with bonus cross-training modules! Accessible on any internet enabled device.

ON-DEMAND

A 24/7 feature-rich library of Tymi Howard programming for students or instructors looking to maintain and improve upon their practice and/or add to their repertoire of instruction. Pay-as-you-go, on your own time, in your own space. Accessible on any internet enabled device.

VIRTUAL

Accessible on all internet enabled devices, The Tymi Howard Manifest Yoga virtual platform provides anyone and everyone the opportunity to start Yoga for the first time, or continue and maintain their current practice with Internationally acclaimed instructor Tymi Howard.

TRAINING

A sacred virtual space to integrate into your daily life. The Tymi Howard Manifestation platform will inspire, challenge, and help to improve your daily practice with creative, fun, and diverse flow! Whether you are just starting out or a seasoned Yogi, this is your space. You belong here.

Google Tag Manager (GTM) is Google's free tool for everyone to manage and deploy analytics and marketing tags as well as other code snippetsusing an intuitive web UI. To learn more about this tool, visit the official website.

This plugin places the GTM container code snippets onto your wordpress website so that you do not need to add this manually.Multiple containers are also supported!

The plugin complements your GTM setup by pushing page meta data and user information into the so called data layer.Google's official help pages includes more details about the data layer.

You can also add your Google Optimize container with the recommended code setup

Some parts of the plugin require PHP 5.6 newer.PHP 7.0 or newer is recommended.

Please note that PHP 5.6 is nearing its end of life cycle thus it is recommended to upgrade. If you are not sure which version you are using, please contactyour hosting provider for support.

GTM container code placement

The original GTM container code is divided into two parts: The first part is a javascript code snippet that is added to the <head>section of every page of the website. This part is critical to enable all features of GTM, and this plugin helps to place this partcorrectly on your site. The second part is an iframe snippet that acts as a failsafe/fallback should users' JavaScript be disabled.Google recommends for best performance to place this code snippet directly after the opening <body> tag on each page.Albeit not ideal, it will work when placed lower in the code. This plugin provides a code placement option for the second code snippet.Inherently, Wordpress does not offer a straight-forward solution to achieve this, however Yaniv Friedensohn showed me a solutionthat works with most themes without modification:

http://www.affectivia.com/blog/placing-the-google-tag-manager-in-wordpress-after-the-body-tag/

I added this solution to the plugin, currently as an experimental option.

Sites using the Genesis Framework should choose the 'Custom' placement option. No theme modification is needed for this themehowever, the Google Tag Manager container code will be added automatically.

Basic data included

  • post/page titles
  • post/page dates
  • post/page category names
  • post/page tag names
  • post/page author ID and names
  • post/page ID
  • post types
  • post count on the current page + in the current category/tag/taxonomy
  • logged in status
  • logged in user role
  • logged in user ID (to track cross device behaviour in Google Analytics)
  • logged in user email address (to comply with GTM terms of service do not pass this on to Google tags)
  • site search data
  • site name and id (for WordPress multisite instances)

Browser / OS / Device data

(beta)

  • browser data (name, version, engine)
  • OS data (name, version)
  • device data (type, manufacturer, model)

Data is provided using the WhichBrowser library: http://whichbrowser.net/

Weather data

(beta)

Push data about users' current weather conditions into the dataLayer. This can be used to generate weather-relatedaudience/remarketing lists on ad platforms and allows for user segmentation in your web analytics solutions:

Gtm4wp ga4
  • weather category (clouds, rain, snow, etc.)
  • weather description: more detailed data
  • temperature in Celsius or Fahrenheit
  • air pressure
  • wind speed and degrees

Weather data is queried from Open Weather Map. Depending on your websites traffic, additional fees may apply:http://openweathermap.org/price

An (free) API key from OpenWeatherMap is required for this feature to work.

ipstack.com is used to determine the site visitor's location. A (free) API key from IPStack.com is required for this feature to work:https://ipstack.com/product

Media player events

(experimental)

Track users' interaction with any embedded media:

  • YouTube
  • Vimeo
  • Soundcloud

DataLayer events can be chosen to fire upon media player load, media is being played, paused/stopped and optionally whenthe user reaches 10, 20, 30, ..., 90, 100% of the media duration.

Gtm4wp Ga4

Tracking is supported for embedded media using the built-in oEmbed feature of WordPress as well as most other media pluginsand copy/pasted codes. Players injected into the website after page load are not currently supported.

Gtm4wp Enhanced Ecommerce

Scroll tracking

Gtm4wp

Gtm4wp_the_gtm_tag

Fire tags based on how the visitor scrolls from the top to the bottom of a page.An example would be to separate 'readers' (who spend a specified amount of time on a page) from 'scrollers'(who only scroll through within seconds). You can use these events to fire Analytics tags and/or remarketing/conversion tags(for micro conversions).

Scroll tracking is based on the solution originally created by

  • Nick Mihailovski
  • Thomas Baekdal
  • Avinash Kaushik
  • Joost de Valk
  • Eivind Savio
  • Justin Cutroni

Gtm4wp Datalayer Name

Original script:http://cutroni.com/blog/2012/02/21/advanced-content-tracking-with-google-analytics-part-1/

Google Ads remarketing

Google Tag Manager for WordPress can add each dataLayer variable as a Google Ads remarketing custom parameter list.This enables you to build sophisticated remarketing lists.

Gtm4wp

Blacklist & Whitelist Tag Manager tags and variables

To increase website security, you have the option to white- and blacklist tags/variables.You can prevent specific tags from firing or the use of certain variable types regardless of your GTM setup.

If the Google account associated with your GTM account is being hacked, an attacker could easilyexecute malware on your website without accessing its code on your hosting server. By blacklisting custom HTML tagsand/or custom JavaScript variables you can secure the Tag Manager container.

Gtm4wp Purchase Event

Integration

Gtm4wp purchase event

Google Tag Manager for WordPress integrates with several popular plugins. More integration to come!

  • Contact Form 7: fire an event upon successful form submission
  • WooCommerce:
    • Classic e-commerce:
      • fire an event when visitors add products to their cart
      • capture transaction data to be passed to your ad platforms and/or Analytics
      • capture necessary remarketing parameters for Google Ads Dynamic Remarketing
    • Enhanced e-commerce (beta):
      • implementation of Enhanced E-commerce
      • Does not support promotions since WooCommerce does not have such a feature (yet)
      • Does not support refunds