Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sreichel/magento-sr-gdrt
"Google Dynamic Remarketing Tag" for Magento 1
https://github.com/sreichel/magento-sr-gdrt
gdrt google-dynamic-remarketing google-tag-manager magento1-module
Last synced: 4 months ago
JSON representation
"Google Dynamic Remarketing Tag" for Magento 1
- Host: GitHub
- URL: https://github.com/sreichel/magento-sr-gdrt
- Owner: sreichel
- Created: 2017-12-29T15:32:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T19:54:36.000Z (over 6 years ago)
- Last Synced: 2024-10-03T20:41:25.123Z (4 months ago)
- Topics: gdrt, google-dynamic-remarketing, google-tag-manager, magento1-module
- Language: PHP
- Size: 10.7 KB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magento: Google Dynamic Remarketing Tag [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/sv3n1)
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.
## Features:
- supports multi-store setup
- supports "Google Tag Manager"
- use product SKU or ID as identifier
- set product prices with or without taxes
- use custom URLs for GDRT page type
- home
- cart
- catalog
- product
- searchresults
- purchase## Compatible with:
Only tested with 1.9.3.x, but it should also work with older versions.## Magento Marketplace:
- _maybe later_## Installation:
### Via modman
```
modman clone https://github.com/sreichel/magento-Sr-GDRT.git
```
### Via composer:
```
{
"require": {
"sr/gdrt": "*",
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/sreichel/magento-Sr-GDRT.git"
}
]
}
```### Via FTP:
Upload content from __src__ directory to your magento installation _(not recommended)_#### Note:
_If you have used Anaraky_Gdrt before, all config settings are kept._