Google remarketing can help you reach people who have previously visited your website as they visit other sites on the Google Display Network or search on Google. Using remarketing, you can show these customers messages tailored to them based on which sections of your site they visited.
With Anaraky GDRT you can simply and easy integrate the Google Dynamic Remarketing Tag in your store's pages.
This was a fork of a free module from magento connect and is discontinued from 12/2017. New repo is here: https://github.com/sreichel/magento-Sr-GDRT
- fixed product load in loop (what i've introduced :( )
- removed observer code and use layout update via XML instead, fixes #1 #2
- support "Google Tag Manager", fixes #6
- Very easy to set up.
- Safe (it does not change any core files or structure of database in the Magento).
- Multi-stores support.
- Possibility to choose what to use for product id (SKU or ID).
- Possibility to choose the calculation of total value ('ecomm_totalvalue') with or without taxes.
- Possibility to change page types.
- 1.5
- 1.6
- 1.6.1
- 1.6.2.0
- 1.7
- 1.8
- 1.8.1
- 1.9
modman clone https://github.com/sreichel/magento-Anaraky-GDRT.git
{
"require": {
"anaraky/gdrt": "*",
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/sreichel/magento-Anaraky-GDRT.git"
}
]
}