JoomShopping Google Analytics E-Commerce Tracking Fix/Hack

10.09.2019 14:44
#1
groggi42
Joomshopping forum user no avatar
Name: Groggi42
28.06.2011
Posts: 11
Quote
JoomShopping Google Analytics E-Commerce Tracking Fix/Hack

When calling the finish.php function the "purchase" event generated doesn't use currency ISO codes, but full currency names which are not accepted by Google, e.g. Euro instead of EUR.

I hacked this by changing action_field_object.php line 9 from

if ($currency) {

to

if (0/*$currency*/) {

to force using currency ISO codes all the time, which seems to be required.

Best regards,
Ralph

 
10.09.2019 19:54
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25932
Quote
Aw: JoomShopping Google Analytics E-Commerce Tracking Fix/Hack

Fixed in Google Analytics E-Commerce Tracking 1.3.3

 
10.09.2019 20:09
#3
groggi42
Joomshopping forum user no avatar
Name: Groggi42
28.06.2011
Posts: 11
Quote
Aw: JoomShopping Google Analytics E-Commerce Tracking Fix/Hack

Hmm, I still have the same problem. Any configuration that I need to change?

Ralph

 
10.09.2019 20:27
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25932
Quote
Aw: JoomShopping Google Analytics E-Commerce Tracking Fix/Hack

currency iso?

 
11.09.2019 07:45
#5
groggi42
Joomshopping forum user no avatar
Name: Groggi42
28.06.2011
Posts: 11
Quote
Aw: JoomShopping Google Analytics E-Commerce Tracking Fix/Hack

For currency "Euro" is transmitted. Google ignores this.
When transmitting "EUR" (the ISO code), Google accepts it.

 
11.09.2019 08:10
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25932
Quote
Aw: JoomShopping Google Analytics E-Commerce Tracking Fix/Hack

Code iso need set EUR

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.