Zen Cart Logo
Forums / All Other Contributions/Addons / Google Analytics Integration

Google Analytics Integration

Views: 225,777

Results 101 to 120 of 660
17 Nov 2006, 08:42
#101
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Google Analytics Integration

Wow! You are right! I have forgotten to reload it on ftp. Sorry :cry:
Try now.

17 Nov 2006, 08:55
#102
firehorse avatar

firehorse

Zen Follower

Join Date:
Oct 2004
Posts:
98
Plugin Contributions:
0

Re: Google Analytics Integration

Hi,> a_berezin:

Wow! You are right! I have forgotten to reload it on ftp. Sorry :cry:
Try now.I just tried to download the latest version but I've come up with an error on your website after I click on contributions.

As you don't have version numbers, can I suggest that you add the date of the latest version e.g. GoogleAnalytics-061117.zip so people know when it was last updated.

Many thanks for all your mods. :thumbsup: Now I just need to sell something!!!

Best regards
Alan

17 Nov 2006, 16:33
#103
mafiasam avatar

mafiasam

Zen Follower

Join Date:
Jan 2006
Location:
Portland, Oregon
Posts:
256
Plugin Contributions:
0

Re: Google Analytics Integration

a_berezin:

Wow! You are right! I have forgotten to reload it on ftp. Sorry :cry:
Try now.

that's cool. I was wondering why we had different opinions on how it was working.
lol.
thanks andrew.

17 Nov 2006, 20:59
#104
dinki avatar

dinki

Zen Follower

Join Date:
Oct 2006
Posts:
206
Plugin Contributions:
0

Re: Google Analytics Integration

Hrrmmm.. What steps do I need to take to install the new version? Will it install on top of the other? Just replace the old files with the new?

17 Nov 2006, 21:54
#105
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Google Analytics Integration

Does anyone have a link to the most recent update copy of this mod?

17 Nov 2006, 22:09
#106
mafiasam avatar

mafiasam

Zen Follower

Join Date:
Jan 2006
Location:
Portland, Oregon
Posts:
256
Plugin Contributions:
0

Re: Google Analytics Integration

BlessIsaacola:

Does anyone have a link to the most recent update copy of this mod?

http://zen-cart.spb.ru/index.php?main_page=contributions

his contributions page has been updated with the latest version.
haven't installed or tested it yet.

21 Nov 2006, 02:11
#107
justwade avatar

justwade

Zen Follower

Join Date:
Oct 2005
Posts:
206
Plugin Contributions:
0

Re: Google Analytics Integration

I tried the link on the site you recently posted but only see version;

v 1.0.0 18.08.2006 19:19, per its read me.

Now some time ago, I downloaded, but never installed another version;

v 1.0.1 24.08.2006 16:51, per its read me.

Is there another 3rd version available? :unsure:
Or is 1.0.1 the one I should be looking for? As it is not been available recently.

21 Nov 2006, 05:48
#108
bgroup99 avatar

bgroup99

Zen Follower

Join Date:
Aug 2006
Posts:
197
Plugin Contributions:
0

Re: Google Analytics Integration

I have the latest version of this mod up and running with v1.3.6.

21 Nov 2006, 07:59
#109
mafiasam avatar

mafiasam

Zen Follower

Join Date:
Jan 2006
Location:
Portland, Oregon
Posts:
256
Plugin Contributions:
0

Re: Google Analytics Integration

Justwade:

I tried the link on the site you recently posted but only see version;

v 1.0.0 18.08.2006 19:19, per its read me.

Now some time ago, I downloaded, but never installed another version;

v 1.0.1 24.08.2006 16:51, per its read me.

Is there another 3rd version available? :unsure:
Or is 1.0.1 the one I should be looking for? As it is not been available recently.

hopefully, andrew can clear that up. I'm confused now.

21 Nov 2006, 08:23
#110
samad64 avatar

samad64

Totally Zenned

Join Date:
May 2006
Location:
Texas
Posts:
554
Plugin Contributions:
2

Re: Google Analytics Integration

i just downloaded it and just FYI, its still in the header. Here's the code I have:

<script type="text/javascript">
function zen_urchinTracker() {
  var scrUTM = document.createElement("script");
  scrUTM.type = "text/javascript";
  scrUTM.src = "http://www.google-analytics.com/urchin.js";
  document.body.appendChild(scrUTM);
  var scrUTM = document.createElement("script");
  scrUTM.type = "text/javascript";
  scrUTM.innerHTML = "\n  _uacct = 'UA-XXXX';\n  urchinTracker();\n";
  document.body.appendChild(scrUTM);
  
}
</script>

yes I x-ed out my id lol

the body tag has this:

<body id="indexBody" onload="javascript:zen_urchinTracker();">

However, with that said.. i do not have any code in the footer :(

21 Nov 2006, 09:59
#111
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: Google Analytics Integration

getyourgameshere.com:

i just downloaded it and just FYI, its still in the header. Here's the code I have:

<script type="text/javascript"> function zen_urchinTracker() { var scrUTM = document.createElement("script"); scrUTM.type = "text/javascript"; scrUTM.src = "http://www.google-analytics.com/urchin.js"; document.body.appendChild(scrUTM); var scrUTM = document.createElement("script"); scrUTM.type = "text/javascript"; scrUTM.innerHTML = "\n _uacct = 'UA-XXXX';\n urchinTracker();\n"; document.body.appendChild(scrUTM); } </script>
> 
> yes I x-ed out my id lol
> 
> the body tag has this:
> 
> ```
<body id="indexBody" onload="javascript:zen_urchinTracker();">

However, with that said.. i do not have any code in the footer :(
You simply are not able to look. I see at the botom of your page:

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript">
  _uacct = 'UA-400509-1';
  urchinTracker();
</script></body></html>
21 Nov 2006, 10:08
#112
nellie avatar

nellie

New Zenner

Join Date:
Sep 2005
Posts:
49
Plugin Contributions:
0

Re: Google Analytics Integration

I have installed this mod, all seems to work, but the checkout_success page wont load, any ideas what could be causing this - I am using the newest version of this mod with no modifications at all.

21 Nov 2006, 10:08
#113
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: Google Analytics Integration

mafiasam:

hopefully, andrew can clear that up. I'm confused now.

OK! If it so is important, now it named as v 1.1.0 16.10.2006 13:03.

21 Nov 2006, 10:22
#114
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: Google Analytics Integration

Nellie:

I have installed this mod, all seems to work, but the checkout_success page wont load, any ideas what could be causing this - I am using the newest version of this mod with no modifications at all.
Please is more detailed. What means "checkout_success page wont load"? Checkout_success Page not load? jscript_google_analytics.php on checkout_success page not load? Can you give me your url?

21 Nov 2006, 10:26
#115
nellie avatar

nellie

New Zenner

Join Date:
Sep 2005
Posts:
49
Plugin Contributions:
0

Re: Google Analytics Integration

Hi Andrew, the checkout process works, the shipping page is displayed, then the payment page is displayed, the confirmation page is displayed, but when I hit the Confirm button the success page loads blank, have a look at https://www.fromhome.co.za.

21 Nov 2006, 11:10
#116
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: Google Analytics Integration

Nellie:

Hi Andrew, the checkout process works, the shipping page is displayed, then the payment page is displayed, the confirmation page is displayed, but when I hit the Confirm button the success page loads blank, have a look at https://www.fromhome.co.za.
Hi Nellie,
What zen-cart version you use? It seems, that 1.2.x

21 Nov 2006, 11:11
#117
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: Google Analytics Integration

a_berezin:

OK! If it so is important, now it named as v 1.1.0 16.10.2006 13:03.
UPDATED!
Last version v 1.1.1 21.11.2006 13:52
Fix some typo in /includes/modules/pages/checkout_success/jscript_google_analytics.php

21 Nov 2006, 14:18
#119
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: Google Analytics Integration

Nellie:

I downloaded the mod here, http://zen-cart.spb.ru/freedownload.php?file=zc-contribution/GoogleAnalytics.zip, uploaded it and still have the same blank checkout success page:-(
Once more
a_berezin:

What zen-cart version you use? It seems, that 1.2.x

My GoogleAnalytics work only with zen-cart 1.3.5 and 1.3.6.

21 Nov 2006, 17:15
#120
samad64 avatar

samad64

Totally Zenned

Join Date:
May 2006
Location:
Texas
Posts:
554
Plugin Contributions:
2

Re: Google Analytics Integration

a_berezin:

You simply are not able to look. I see at the botom of your page:

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript">

_uacct = 'UA-400509-1';
urchinTracker();
</script></body></html>



what browser do you see that on? in Firefox2.0 this is what I see:

href="http://www.getyourgameshere.com/contact_us.html">GetYourGamesHere.com</a>. We are not affiliated with Nintendo, Sony, or Microsoft.</td>

  </tr>
</table>
</td></tr> </table></div> <!--bof- parse time display --> <!--eof- parse time display --> <!--bof- banner #6 display --> <!--eof- banner #6 display --> <!--<p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0 Transitional</a></p>--> </body></html> ```

And IE6 also has similar code.. thats the only reason i said i didn't see it :P. But it does seem to work fine, so I'm sure its a problem on my end and not the mod. Thanks for the great contrib!