Skip to content

"Google Dynamic Remarketing Tag" for Magento 1

Notifications You must be signed in to change notification settings

sreichel/magento-Sr-GDRT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento: Google Dynamic Remarketing Tag Donate

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.

Releases

No releases published

Packages

No packages published