No parameters in the module settings After installation I only have one big block for setting parameters and not the options, like UA tracking code ets." Please check, that you have write permission to your module. |
Why this is module and not bot? Bots are called within head calls, also bots are usually dependent on Joomla functions. Bots are therefore not downloaded for each page call. You can add module positions inside you templates, wherever you want. This makes it possible to add tracking code to every single page of Joomla, since modules are called from template, and template is downloaded for all the pages, yes, even for 3dp components such as virtuemart, docman, simpleboard etc.
|
Common problems
You don't have position called debug inside your template. The recommeded position for tracking module is debug position. This is usually at the end of the template. To check, if you actually have position you are trying to use, go to your admin panel. Select Site » template manager » module positions. If you don't have position called debug, it's ok, just select the position you have, like left or right. |
How to be sure, that the module is installed correctly?
- After installing and configuring the module, go to your site with your favourite browser.
- Choose View » Source (Page source) from your browser.
- Check, that you have the following code somewhere inside your html source. If you do, installation was succesful, if you don't, check the common problems list.
|
I don't have position called debug It's a recommendation to publish the module before closing body tag, it's not a must! You can publish the module where ever you want to as long as you have that module position inside your template. As a Joomla cms administrator, you probably know, that you can list the module positions inside your template in the backend of Joomla by choosing Site > Preview > Inline with positions. Those are the positions your template holds. You shouldn't publish any modules to other places than the ones, you actually have inside template. All templates doesn't have all the default places, such as top, footer, debug, left, right, user3, user1 etc. You can add as many positions as you like by yourself with the Joomla backend by choosing Site > template manager > module positions. Type your position name in the list. You add the position to template by choosing site > template manager - site templates: select your template and choose edit html. You can add the positions like 'mynewposition' by adding the following code, where you want the module to appear.
|
1 comment:
I am running joomla 1.5.4 on my site http://www.aimeemann.co.uk and installed the plugin Analytics tracking module. The Code IS on page webpage but google can't find it to Analyse traffic. Any suggestion what i can try next ?
Post a Comment