Skip to content

Ig0r-M-magic42/magento1-google-tag-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento 2 Extension Marketplace

Google Tag Manager for Magento 1.x with Data Layer

Google Tag Manager allows you to quickly and easily add or update AdWords, Google Analytics, Facebook Tags and other code snippets on your website without editing any site code.

#Features Quick and easy setup Add tag via XML layout Add tag via event/observer Data layer support

###Data layer attributes

  • pageType (i.e catalog_category_view)
  • list (cart, category, detail, other)

####Customer

  • customer.isLoggedIn
  • customer.id
  • customer.groupId

####Category

  • category.id
  • customer.category

####Product

  • product.id
  • product.name
  • product.sku

####Cart

  • cart.hasItems
  • cart.items[].sku
  • cart.items[].name
  • cart.items[].price
  • cart.items[].quantity
  • cart.total
  • cart.itemCount
  • cart.hasCoupons
  • cart.couponCode

####Transaction

  • transactionId
  • transactionAffiliation
  • transactionTotal
  • transactionShipping
  • transactionProducts[].sku
  • transactionProducts[].name
  • transactionProducts[].price
  • transactionProducts[].quantity

Support

If you encounter any problems or bugs, please open an issue on GitHub.

Need help setting up or want to customize this extension to meet your business needs? Please email support@magepal.com and if we like your idea we will add this feature for free or at a discounted rate.

Magento 2 Extensions

Custom SMTP | Google Tag Manager | Enhanced E-commerce | Reindex | Custom Shipping Method | Preview Order Confirmation | Guest to Customer | Admin Form Fields Manager | Customer Dashboard Links Manager | Lazy Loader | Order Confirmation Page Miscellaneous Scripts

© MagePal LLC. | www.magepal.com

About

Google Tag Manager (GTM) with Data Layer for Magento 1

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 87.3%
  • HTML 12.7%