Plugin Directory

Changeset 413840


Ignore:
Timestamp:
07/22/2011 05:33:06 PM (15 years ago)
Author:
liftsuggest
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • liftsuggest/trunk/readme.txt

    r383474 r413840  
    55Requires at least: 2.0.2
    66Tested up to: 2.1
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88
    99Liftsuggest is a product recommendation system based on your Google analytics data. It works with WP - Ecommerce plugin.
     
    1919Please feel free to reach out to us at info@liftsuggest.com for any queries related to LiftSuggest Recommendations.
    2020
     21
     22Please Note:
     23- You'll need to register with www.liftsuggest.com in order to use this plugin.
     24- To Know More Visit: www.liftsuggest.com
     25- Liftsuggest uses Google Analytics custom variable 5 to track product view data on page level. This is done to prepare value report for you to provide you insight as to how much additional $ benefit Liftsuggest has brought to your store. Please do not use custom variable 5 for any purpose. If you however are using it, please notify us as soon as possible so that we can make changes accordingly.
     26
     27<?php
     28/* liftsguggest traditional tracking code for custom variable 5 */
     29   
     30include_traditional_script();
     31
     32/*liftsuggest traditional tracking code for custom variable 5 */
     33?>
     34
    2135== Installation ==
    2236
    23371. Upload the 'liftsuggest' folder to the '/wp-content/plugins/' directory
    24382. Activate the Plugin through the 'Plugins' menu in Wordpress Admin
    25 3. You must need to set module-specific attributes such as user token, user ID, domain name in admin panel for Enable module.
     393. You must set module-specific attributes such as user token, user ID, domain name in admin panel to Enable module.
     404. If you are using  traditional google analytics tracking  please include the following code before pageTracker._trackPageview() call and after var pageTracker = _gat._getTracker("UA-xxxxxx-x") in your template (ideally it is YOURSTOREPATH\wordpress\wp-content\themes\twentyeleven\footer.php)
     41
    2642
    2743== Frequently Asked Questions ==
     
    4460
    4561
    46 
    4762== Screenshots ==
    4863
     
    5570= 1.0.0 =
    5671* New version of LiftSuggest
     72
     73= 1.0.1 =
     74* Modified javascript
     75* Added code for google analytics to set custom variable 5 values
     76* Enabled tracking using Google Analytics Custom Variable 5 on Page Level on product pages to show how much additional $ benefit Liftsuggest has brought to your store.
     77
     78
     79
Note: See TracChangeset for help on using the changeset viewer.