@ Econcepts
Site is anysigns.ca
I'm not sure how to re-verify analytics' pages... searching in the help section produces nothing. Maybe you meant something different :S ?
Printable View
@ Econcepts
Site is anysigns.ca
I'm not sure how to re-verify analytics' pages... searching in the help section produces nothing. Maybe you meant something different :S ?
I am checking in to see if you still plan to offer a Microsoft Adcenter version of this mod in the future. It's so badly needed. Thanks!
I apologize if I missed it and this is answered within the previous 20 pages...
ZC 1.5; never installed Simple Google.
Latest version is still listed as 1.2.5c, but I see recommendations to install Eric's latest which I assume is 1.2.5.
Neither version of the SQL code issue appears in 1.2.5c, which isn't relevant if I am installing 1.2.5 (no letter).
What is the latest recommendation?
Thanks,
Stan
I checked the site, and it does show the tracking code in place ID is UA-11263625-10) Make sure you are looking at that profile (it's not the 'default one' in analytics.) I can tell that because of the '10' at the end of the number.
To make sure Google verified the code login to your Google Analytics account then do the following:
1) Click on the account you are looking to verify tracking for (UA-11263625-10)
2) Click on "Admin" tab from the top navigation (to the right)
3) Click on "Tracking Info" tab from the page that shows.
4) Re-verify the tracking here (or see if it already says 'receiving data'
Yes, I am actually considering developing a 'tracking suite' of tools and this is one of them. AdCenter reworked the way they track conversions and thus the prior version I had no longer works. I have already redeveloped this and it is working on a few of my client sites. Just trying to get it into 'production' mode for the rest of you.
Stan, install the 1.2.5 (no letter on the end) version and then alter the SQL to work with PHP5 (if needed). Then you'll need to register the page with the admin.
All of this is in my latest version (still in my hands here and not uploaded.)
If you want me to email you the SQL patch etc... then all you should need to do is install the 1.2.5 files then run this patch to have it all work in 1.5.
Send me a private message with your email if you want me to zip that over to you. I'll have an actual 'public ready' version here very soon. I've been working on a few new site launches and that has taken time away from it here.
Are you saying not to use the countrycharm versions that are 1.5 ready? I am majorly confused and getting really frustrated. I have always used andrew's version with no problems but I saw that this one had been upgraded more recently so switched to the latest version and right now don't seem to have any tracking happening at all.
The code that GA says to use does not match the javascript code that appears in the source with this one. It's close but not exact.
This client has adwords conversions she is trying to track so I thought this mod would help that but it doesn't seem to doing anything for adwords conversions. (which may make sense if the google analytics isn't working).
If you have code ready to go and just need it packaged, send it to me and I will be glad to take care of that for you.
Hey Eric.....I have installed this mod on a site using 1.5.1 and am stumped...the client is working with a company that has specific requirements and I just cannot get it to work the way it needs to....
I uploaded the files, added the code to the tpl_main_page and filled out the info in the admin but it does not seem to be working...now to be honest I have been at this for a couple of hours b/c I originally tried doing it without the mod and was making progress...but the e-commerce portion was not coming through to analytics but we had the funnel working and adwords tracking working...but now I got nothing since I installed the mod....
When I did a test order just now this shows in the source code from your mod:
<!-- Google Code for purchase Conversion Page --> <script language="JavaScript" type="text/javascript"> <!-- var google_conversion_id = 1055785130; var google_conversion_language = "en_US"; var google_conversion_format = "1"; var google_conversion_color = "FFFFFF"; if (1.0) { var google_conversion_value = 1.0; } var google_conversion_label = "purchase"; //--> </script> <script language="JavaScript" src="https://www.googleadservices.com/pagead/conversion.js"> </script> <noscript> <img height=1 width=1 border=0 src="https://www.googleadservices.com/pagead/conversion/1055785130/?value=1&label=purchase&script=0"> </noscript>
But I need it to look like this with the $$$ order amount filled in:
!-- Google Code for Purchase/Sale Conversion Page --> <script type="text/javascript"> /* <![CDATA[ */ var google_conversion_id = 1055785130; var google_conversion_language = "en"; var google_conversion_format = "1"; var google_conversion_color = "ffffff"; var google_conversion_label = "6kTTCOr67QEQqoG49wM"; var google_conversion_value = 24.90} var google_conversion_label = "purchase"; /* ]]> */ </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/1055785130/?value=$24.90&label=6kTTCOr67QEQqoG49wM&guid=ON&script=0"/> </div>
And nothing is passing through to analytics right now.....what the hell am I doing wrong?!?!?!!? They also use Adroll so I have that code installed too...
The site is fisherwallace . com
If you can offer any advice or if I can pay you to just get this working asap I would be greatly appreciative!!!!
Hope you are doing well - have not spoke in ages!!!! :-)
Jill Caren
2 Dogs Design
And nothing is tracking for ecommerce tracking either...this is what is in the source code...I do have it activated in the analytics account...I am so frustrated right now....I have been at this for a day and a half - I cannot get this mod to work (I installed the 1.2.5 version with no letters as directed in a former post...)...I cannot ecommerce tracking to work with hand coding it in....I need help ......
<script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-xxxxxx-1']); _gaq.push(['_trackPageview']); _gaq.push(['_addTrans', "", "", "", "", "", "", "", "" ]); _gaq.push(['_trackTrans']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script>
I can not get the Adwords PPC Conversion to work in this module, I got the tracking code id from google adwords and put it in the module, activated it but google still says unverfiied.
When I do a source view on the checkout page I don't see the tracking conversion id number and the code, I only see the code for google analytics UA account number etc. for reporting.
The module is working fine for Google Analytics, it's reporting all the eCommerce sales etc.
I did search through lot of the posts but most of them show how to install and get the reporting to work etc. but my issue is that everything works fine with this module with the exception of PPC Convertion id.
Any help?