E-junkie Ecommerce Forums » E-junkie Discussions
Tag Cloud for this topic: | |
| |
|
bunkbedking member Posts: 134 |
I am trying to set up tracking analytics for godatfeed - all is clear except point 3 below - can e-junkie transfer the value of the transaction? Thanks Denis GoDataFeed Product Tracking Setup Instructions Follow the four simple steps below to start tracking product performance on your website. DISCLAIMER: Please note that site owners are solely responsible for the performance and maintenance of their website code. GoDataFeed shall not be responsible in the event that the conversion tracking code is implemented incorrectly. Please be sure to make copies of any pages you intend to change before inserting the conversion tracking code. 1. Add the tracking code to your product landing pages Copy and paste the code below into all product landing pages in your website. <!-- GoDataFeed code for product landing pages --> <script language="javascript" type="text/javascript" src="https://tracking.godatafeed.com/gdf_trk_click.js"></script> 2. Add the tracking code to your conversion page Copy and paste the code below to the sale conversion page of your website. This is typically the Thank You or Receipt page. <!-- GoDataFeed code for conversion page --> <script language="javascript" type="text/javascript">var gdf_orderTotal = '0.00';</script> <script language="javascript" type="text/javascript" src="https://tracking.godatafeed.com/gdf_trk_conversion.js"></script> 3. Set the conversion value Set the variable gdf_orderTotal from step two to the total sale value of the current transaction. The value should be in string format, without any currency symbols (i.e. var gdf_orderTotal = '72.65';). 4. Activate analytics Log on to your GoDataFeed account, click the 'Manage Stores' icon and check the ‘Analytics Enabled’ option. # POSTED ON: May 6, 2008 @ 15:21 GMT -7 |
|
E-junkieChef E-Junkie Crew Posts: 936 |
Sure, you can use a template variable to do that. You need to place the code in common thank you page template in E-junkie seller admin > Preferences. The template variable you need is [%total%] For other variables, please see the available template variables in the customization section of the help page. # POSTED ON: May 6, 2008 @ 23:26 GMT -7 |
|
bunkbedking member Posts: 134 |
apologies for being stupid - but do I simply change the conversion code page from <!-- GoDataFeed code for conversion page --> <script language="javascript" type="text/javascript">var gdf_orderTotal = '0.00';</script> <script language="javascript" type="text/javascript" to <!-- GoDataFeed code for conversion page --> <script language="javascript" type="text/javascript">var %total% = '0.00';</script> <script language="javascript" type="text/javascript" Appreciate your help Thanks # POSTED ON: May 7, 2008 @ 08:44 GMT -7 |
|
bunkbedking member Posts: 134 |
response please # POSTED ON: May 11, 2008 @ 10:19 GMT -7 |
|
E-junkieChef E-Junkie Crew Posts: 936 |
you have to replace 0.00 with [%total%] # POSTED ON: May 11, 2008 @ 12:18 GMT -7 |
|
bunkbedking member Posts: 134 |
So it will look like this? <!-- GoDataFeed code for conversion page --> <script language="javascript" type="text/javascript">var gdf_orderTotal = '[%total%]';</script> <script language="javascript" type="text/javascript" # POSTED ON: May 11, 2008 @ 17:53 GMT -7 |
You must be logged in to make a post. Please click here to login. | |






