Changeset 413840
- Timestamp:
- 07/22/2011 05:33:06 PM (15 years ago)
- File:
-
- 1 edited
-
liftsuggest/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
liftsuggest/trunk/readme.txt
r383474 r413840 5 5 Requires at least: 2.0.2 6 6 Tested up to: 2.1 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 9 9 Liftsuggest is a product recommendation system based on your Google analytics data. It works with WP - Ecommerce plugin. … … 19 19 Please feel free to reach out to us at info@liftsuggest.com for any queries related to LiftSuggest Recommendations. 20 20 21 22 Please 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 30 include_traditional_script(); 31 32 /*liftsuggest traditional tracking code for custom variable 5 */ 33 ?> 34 21 35 == Installation == 22 36 23 37 1. Upload the 'liftsuggest' folder to the '/wp-content/plugins/' directory 24 38 2. 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. 39 3. You must set module-specific attributes such as user token, user ID, domain name in admin panel to Enable module. 40 4. 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 26 42 27 43 == Frequently Asked Questions == … … 44 60 45 61 46 47 62 == Screenshots == 48 63 … … 55 70 = 1.0.0 = 56 71 * 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.