E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2012, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Mon, 1 Mar 2010 02:14:00 GMT Fri, 10 Feb 2012 17:35:04 GMT 681 E-JUNKIE 5 E-Junkie Forum http://www.e-junkie.com/bb/ http://www.e-junkie.com/ej/logo.gif 290 104 Post #6 http://www.e-junkie.com/bb/topic/4164/pg/0#post13518 http://www.e-junkie.com/bb/topic/4164/pg/0#post13518 Mon, 1 Mar 2010 02:14:00 GMT E-junkie Discussions; E-junkieGuru Post #5 http://www.e-junkie.com/bb/topic/4164/pg/0#post13518 http://www.e-junkie.com/bb/topic/4164/pg/0#post13518 Sun, 28 Feb 2010 00:23:43 GMT
two distinctly different products,
thus two different website domains,
thus two different analytic codes.
thus two different buy now buttons

I am unaware of being able to combine the same analytic codes on two different websites, but if that is possible, I'm open to improving my tracking. . .]]>
E-junkie Discussions; Walkman101
Post #4 http://www.e-junkie.com/bb/topic/4164/pg/0#post13518 http://www.e-junkie.com/bb/topic/4164/pg/0#post13518 Fri, 26 Feb 2010 21:03:38 GMT E-junkie Discussions; E-JunkieMonster Post #3 http://www.e-junkie.com/bb/topic/4164/pg/0#post13518 http://www.e-junkie.com/bb/topic/4164/pg/0#post13518 Fri, 26 Feb 2010 18:20:02 GMT
I put the analytics code ga.js in my site, and then again as laid out in the google analytics on-line help.

I see where variables convert properly, all execpt for

The following the pageTracker._addTrans part of the code.


*************************
Currently I use
"[%txn_id%]", // Order ID // works
"", // Affiliation // works.
"[%mc_gross%]", // Total
"[%tax%]", // Tax
"[%shipping%]", // Shipping
"[%city%]", // City
"[%state%]", // State
"[%country_full%]" // Country



If I understand you correctly, because I used a Product specific E-Junkie page with the Buy Now, only the transaction ID works, not the rest.

Did I get that right?]]>
E-junkie Discussions; Walkman101
Post #2 http://www.e-junkie.com/bb/topic/4164/pg/0#post13518 http://www.e-junkie.com/bb/topic/4164/pg/0#post13518 Fri, 26 Feb 2010 17:39:40 GMT
The variables you are trying to use would work on a common Thank You page on E-junkie with the exception of [%mc_gross%] but if you are redirecting your buyers to a page on your site or a product-specific page only the [%txn_id%] tag would work.

Please see the lists of applicable variables on the following two pages:
http://www.e-junkie.com/ej/help.custom.thankyou-page.htm
http://www.e-junkie.com/ej/help.redirection.htm]]>
E-junkie Discussions; E-JunkieMonster
Post #1 http://www.e-junkie.com/bb/topic/4164/pg/0#post13518 http://www.e-junkie.com/bb/topic/4164/pg/0#post13518 Fri, 26 Feb 2010 04:51:00 GMT I use the Custom Thankyou/Proudct download page.
I have the analytics in the receipt page.

Here is where I am stuck:

Q: What are the variables to pass as

"order-id", // required
"affiliate or store name",
"total",
"tax",
"shipping",
"city",
"state",
"country"

in the pageTracker._addTrans part of the code.


*************************
Currently I use
"[%txn_id%]", // Order ID
"", // Affiliation
"[%mc_gross%]", // Total
"[%tax%]", // Tax
"[%shipping%]", // Shipping
"[%city%]", // City
"[%state%]", // State
"[%country_full%]" // Country

Only the "[%txn_id%]", // Order ID works.

The rest do not.

*******************
I have success with the AddItem pieces with this code)
pageTracker._addItem(
"[%txn_id%]", // Order ID
"[%item_number%]", // SKU
"[%item_name%]", // Product Name
" ", // Category
"[%sale_price%]", // Price
"[%quantity%]" // Quantity
);]]>
E-junkie Discussions; Walkman101