1 afwas Apr 30, 2008 21:55
3 waltercruz May 06, 2008 22:33
Cool Afwas!
What I want is different settings of analytics for each blog :)
DO you have any idea of how to implement that?
[]'s
- Walter
4 afwas May 07, 2008 01:43
I'll try, Walter, but I haven't got a clue yet how it should scale to, say, 500 blogs.
I think if you have 500 bloggers you want a widget in a newly to be created container. That'll give them their own options and responsibility. If it's more like ten blog for you as Admin only, then an option in the Plugin Settings will do.
I'll think about it.
5 waltercruz May 07, 2008 05:52
Cool :)
One note: the plugin is pretty good as-is :)
6 jinn May 13, 2008 09:55
I'm using b2evolution 2.4.2 and I installed this plugin.
I have put in the _uacct code in the plugin screen and have waited for more than 24 hours (in fact, it's already been more than 48 hours now). But when I click on "Check Status" button in Google Analytics page, it will always tell me that my tracking code is not installed.
What have I missed? Is there any other settings I need to do in the Plugin screen in b2evolution Admin?
Please help.
7 slamp May 13, 2008 15:10
@jinn: could you give us an URL ?
8 jinn May 13, 2008 16:11
The URL - jinnpod.com
Thanks.
9 john May 13, 2008 16:28
Well, nothing is showing up in your source code for your blog.
1. Check that your Google Analytics stuff is correct for your url
2. Double check your _uacct code is in fact correct.
I could see the Analytics code in the source of my site before it started working, after 24 odd hours.
10 jinn May 13, 2008 16:42
Can I just check with you guys and see if I did everything correctly?
1. Google Analytics site - in my website URL I put www.jinnpod.com. Is this correct? Do I have to put the add the /index.php?
2. In b2evolution admin, I installed the plugin and configured the _uacct code. That was all I did. Do I have to configure anything else?
11 slamp May 13, 2008 17:38
@jiin is the plugin active ?
12 jinn May 13, 2008 17:41
Yes it's enabled.
13 afwas May 15, 2008 15:40
Hi jim,
In you skin add in between:
<!-- footer ends here -->
<!-- wrap ends here -->
<?php
// Trigger plugin event, which could be used e.g. by a google_analytics plugin to add the javascript snippet here:
$Plugins->trigger_event('SkinEndHtmlBody');
?>
Then it should work.
Good luck
14 jinn May 16, 2008 06:12
Hi Afwas
Thanks for your tips. I'm travelling for the next 5 days, so I can only try this out when I'm back home. I'll report my results then.
Cheers!
15 insanity5902 Jun 29, 2008 17:56
just an FYI, this code wasn't in my theme (PixelGreen) either, adding it was necessary.
16 jinn Jun 30, 2008 09:34
Hi all
Just wanna update that it is now working after adding the codes as instructed by Afwas.
Thanks!
17 afwas Jun 30, 2008 15:46
Nice to hear. Thanks for reporting back.
Have a nice day.
18 aximilation Apr 09, 2009 22:13
I ran into the same issue with the Modern Furniture skin, made the change, and it looks like the code is showing up in source now. Now to wait for google to catch on.
Thanks!
19 sammymaudlin Apr 22, 2009 20:00
I'm still not getting it recognized by Google.
20 jack376 Sep 05, 2009 15:01
I'm having the same issue after I upgraded to 3.3.1. I have the code inserted into my pixelgreen skin (it was already there) and have the plugin activated with my tracker code.
anyone have any suggestions? thanks.
21 fitzkie Sep 17, 2009 01:09
Google is still not working for me;
In 3.3, do we still you the code in between:
Code:
<!-- footer ends here -->
<!-- wrap ends here -->
PHP:
<?php
// Trigger plugin event, which could be used e.g. by a google_analytics plugin to add the javascript snippet here:
$Plugins->trigger_event('SkinEndHtmlBody');
?>
??
Can we do this from the admin or agggh open the web development software?
Thanks,Brian
Brian
22 ps_jb Feb 05, 2010 20:12
jack376 wrote:
I'm having the same issue after I upgraded to 3.3.1. I have the code inserted into my pixelgreen skin (it was already there) and have the plugin activated with my tracker code.
anyone have any suggestions? thanks.
It doesnt work
Where is the author?
23 williamny Feb 27, 2010 01:28
Afwas wrote:
Hi jim,
In you skin add in between:
<!-- footer ends here --> <!-- wrap ends here -->
<?php // Trigger plugin event, which could be used e.g. by a google_analytics plugin to add the javascript snippet here: $Plugins->trigger_event('SkinEndHtmlBody'); ?>
Then it should work.
Good luck
I found this code in my HTML_FOOTER file in the Skins directory. I installed the plugin and placed my UA code and Google still says not tracking. Any help?
24 lturner Sep 29, 2010 15:05
Not sure if anyone is interested but I have updated this plugin to use the latest google analytics asynchronous javascript code.
I did contact the author about the update but haven't had a response as of yet so if anyone wants it I can put a release together.
L
25 afwas Oct 25, 2010 08:30
Hi Lee,
You've had a response already. Please do fix and maintain this plugin.
Have a nice day
26 iceblock Mar 29, 2012 02:46
Is there an updated version of this plugin that use the asynchronous javascript code?
27 sam2kb Mar 29, 2012 21:52
There were no updates.
In b2evolution 5 you can enter any code to load either in <head> section or before closing body (this is where you want to put GA scripts).
Anyway, I'll probably release an updated version of the plugin in a few days.
28 sam2kb Mar 29, 2012 23:22
Plugin updated to v1.0.0
New: supports new (asynchronous) tracking code syntax
New: per-blog plugin settings. If needed, you can enter different code for each blog
New: you can add custom params like _gaq.push(['_setDomainName', 'example.com']);
29 iceblock Mar 30, 2012 01:14
thanks for the update.
30 sam2kb Mar 30, 2012 02:00
No problem
31 tilqicom Mar 31, 2012 08:14
cool, thanks for the time-saver
32 davegoorin Aug 21, 2012 17:13
can you pint me to where the plug in should show up after i've uploaded tot he plugin directory? The menu i have is Blog Settings -> Plugin Settings but it's not showing up.
update - found it Global Settings -> Plugins. Installed and updated the UA code and hit save.
question is - it's not showing up in the output of the code. any suggestions?
URL: www.goorin.com/blog
also tried clearing cache. tried unchecking SkinEndHtmlBody,
UPDATE: i modified the custom skin to include the code. seems we implemented solution with bypassing main Skin codeset. file i updated was blog/skins/_html_footer.inc.php
happy trails!
33 davidnewcomb Mar 24, 2018 00:49
@sam2kb Where is the code for this plugin? Most of the links I have found are dead :(
34 achillis Mar 24, 2018 03:09
I am afraid @sam2kb has moved on to other things and is no longer active in these forums.
looks cool, thank you Afwas, another useful plugin