Google Tag Manager Enhanced Conversions
Add support for Google Tag Manager Enhanced Conversions
Google Tag Manager Enhanced Conversions
This module allows to configure your Odoo eCommerce to support the Google Tag Manager Enhanced Conversions. Read more about them in this link: https://support.google.com/google-ads/answer/9888145?hl=en&ref_topic=3165803
Table of contents
Configuration
To configure this module, you need to:
- Go to Website > Configuration > Settings
- Search 'Google Tag Manager' option.
- Fill in your 'Google Tag Manager Key' (e.g. 'GTM-ABCDEF').
- Set 'Enhanced Conversions' on.
With it you can configure your GTM conversion scripts for /shop/confirmation with the following xpath options:
- //div[@id="gtm_enhanced_conversion_data"]/span[@name='customer_email']
- //div[@id="gtm_enhanced_conversion_data"]/span[@name='customer_name']
- //div[@id="gtm_enhanced_conversion_data"]/span[@name='shipping_street']
- //div[@id="gtm_enhanced_conversion_data"]/span[@name='shipping_city']
- //div[@id="gtm_enhanced_conversion_data"]/span[@name='shipping_zip']
- //div[@id="gtm_enhanced_conversion_data"]/span[@name='shipping_region']
- //div[@id="gtm_enhanced_conversion_data"]/span[@name='shipping_country']
Only if you have partner_firstname installed, you can also use:
- //div[@id="gtm_enhanced_conversion_data"]/span[@name='customer_firstname']
- //div[@id="gtm_enhanced_conversion_data"]/span[@name='customer_lastname']
Otherwise you should figure out how to split customer_name in you js tag scripts.
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Authors
- Tecnativa
Contributors
- Tecnativa:
- David Vidal
Maintainers
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
This module is part of the OCA/e-commerce project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Once the user has seen at least one product this snippet will be visible.