Re: Simple Google Analytics - Support
Quote:
Originally Posted by
mattys
If you want to use Custom Variables you'll need to set those up yourself and include them in an 'custom' tracking at the end of the tracking code. The box in this contribution enables you to set any type of custom variable you wish (per google instructions) and those will show up within your Google Analytics reports (if you have set them up correctly.)
Re: Simple Google Analytics - Support
I was trying to install this addon and I have killed my admin! The site still runs, but I cannot access my admin - This happened after I ran the admin configuration - I filled in all the boxes, clicked update and the site died. Any help? I backed up my DB before, and I restored it, but admin area is still dead. Here's my admin address:
http://www.goldenapplels.com/shop/gazadmin/
Re: Simple Google Analytics - Support
Okay, I got it back by trashing all the files from this add-on. Maybe I'm missing something but the read me for this add-on has nothing about the 1.5 modifications - is there an up to date readme? Combing through the forum for updates doesn't seem to be the best way to install this mod.
Re: Simple Google Analytics - Support
I took another crack at this, and managed to get much further. It would be great if a sticky was created with additional info for installing on 1.5 - the admin configure is an important part! My site works, but I'm now stuck on configuring. Under configure, Google Analytics is the first item ( I should have changed the sort order) but when I select it, it goes to Store. I can't get to the configure. I would change the sort order, but I don't know where that is. Stuck again, but my site isn't down!
Re: Simple Google Analytics - Support
Okay - I fooled it by putting the Gid=XX in the menu bar and it took me to the SGA configure screen! Now everything is working so I love this, but it was a rocky start!
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
Limitless
I didn''t have any luck with it under 'Tools' either.
Registering it under 'Configuration' and it shows properly.
I re-register this the page under Admin/Configuration using the updated analytics in the Free Add-Ons download but still no luck.
When I click Simple Google Analytics it displayed the My Store information.
Any help.
Re: Simple Google Analytics - Support
see my post directly above - I was able to find the Simple Google Analytics Config page by loading another config page (for example: Images) - note the URL, find where it gives it's id (gID=4) and then paste in your gID=xx that identifies where you placed SGA. It should go right there.
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
johnga
see my post directly above - I was able to find the Simple Google Analytics Config page by loading another config page (for example: Images) - note the URL, find where it gives it's id (gID=4) and then paste in your gID=xx that identifies where you placed SGA. It should go right there.
Thanks, I tried it, and it WORKS.
How can I change it permanently to that URL??
Re: Simple Google Analytics - Support
For those of you who are having problems installing this module on zen cart v1.5.0
I Fixed the googleanalytics-INSTALL.sql,
googleanalytics-UNINSTALL.sql and the UPGRADE-toversion-1-2-4.sql.
Added a define to admin/includes/extra_datafile /google_analytics_database_names.php
so it would be compatible with zen cart v1.5.0. It will now show under the admin/configuration menu. I uploaded the update to the downloads area waiting on approval fron the zen team.
econcepts I hope you didn't mind, I see a lot of people were having issues with this. If I jump the gun you can roll it back.
Re: Simple Google Analytics - Support
ZC 1.39g
I think I'm doing something wrong.
I've placed the Google snipet into public_html/includes/templates/My TEMPLATE/common/tpl_checkout_success_default.php
I placed it at the bottom of the page, looks like this:
Quote:
<!-- Google Code for purchase Conversion Page -->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = MY ID # IS HERE;
var google_conversion_language = "en";
var google_conversion_format = "2";
var google_conversion_color = "383e44";
var google_conversion_label = "CONV.LABEL IS HERE";
var google_conversion_value = 0;
/* ]]> */
</script>
<script type="text/javascript" src="https://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="https://www.googleadservices.com/pagead/conversion/MY ID # IS HERE/?label=CONV.LABEL IS HERE&guid=ON&script=0"/>
</div>
</noscript>
I haven't been seeing any Conversion Data so I followed the instructions from Google to verify the snipet.
I went through the purchase process on my site and when I got to the Success Page I used the View Page Source feature of my browser and did not see the snipet on the page.
So what did I do wrong?
Did I simply put the snipet on the wrong page?