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.