How to insert Google analytics in BC website

Please can you assist with how we can insert our Google Analytics in our clients BC websites
thank you
Michelle

Hi Michelle,
log in to your Google Analytics account, click on a project and go to Admin > Tracking Code.
Under Step 2 copy the javascript code and paste it into each of your BC templates BEFORE the closing body tag (</body>). Done
A more advanced approach would be to create a content holder, paste your Google Analytics Code in there and insert the contentholder into each of the templates before the closing body tag. That way you have only one file, in case you need to edit it later.
Nicole - BCGurus.com   |  http://bcgurus.com/Business-Catalyst-Templates for only $7

Similar Messages

  • IWeb and HTML (need to insert Google Analytics Codes

    I have published my iWeb site but do not use (.Mac).
    I am subscribed to Google Analytics and have a code which I managed to insert using Transmit.
    When I needed to alter my webpages, I lost all my HMTL codes and had to reapply them page by page (an arduous task as I have 40-odd pages!).
    How can I keep the codes in situ on the iWeb pages so that I can edit my iWeb pages and not have to keep putting them in everytime.
    Thanks
    Frances

    You can't. But MassReplaceIt can make it a little easier for you.
    http://www.hexmonkeysoftware.com

  • How to Add Google Analytics?

    Hello,
    I would like to add Google Analytics to my flash file. The flash file is contained in a HTML file, which I already added the script provided by Google Analytics. At the moment, when a user visits my site, regardless which page is visited, only the homepage is counted.
    What as3 do I add to the flash file to keep track of each page that is being visited? I've tried a few codes provide on Google Analytics page and other tutorials, but none worked. The as3 for the menu buttons is displayed below.
    var menu_label:Array = new Array("Home", "Policy",
                                     "Clothes", "How To Buy", "Contact Me");
    var total:Number = menu_label.length;
    var spacing:Number=1;
    var i:Number = 0;
    var page:Number;
    var main_menu:MovieClip = new MovieClip();
    stage.addChild(main_menu);
    stage.addChild(envelope);
    stage.addChild(fm_content);
    for( i = 0; i < total; i++ )
        var btn = new button();
        btn.name = "btn" + i;
        btn.x = flashmo_button.x + (flashmo_button.width + spacing) * i;
        btn.y = flashmo_button.y;
        btn.item_no = i;
        btn.addEventListener( Event.ENTER_FRAME, btn_enter );
        var each_substring:Array = menu_label[i].split("|"); 
        btn.item_label.fm_label.text = each_substring[0]; 
        btn.item_url = each_substring[1];
        main_menu.addChild(btn);
    function btn_over(e:MouseEvent):void
        e.target.over = true;
    function btn_out(e:MouseEvent):void
        e.target.over = false;
    function btn_click(e:MouseEvent):void
        var mc = e.target.parent;
        if( mc.item_url != undefined ) 
            navigateToURL( new URLRequest( mc.item_url ), "_parent" );
        else 
            change_page(mc.item_no);
    function btn_enter(e:Event):void
        var mc = e.target;
        if( mc.over == true )
            mc.nextFrame();
        else
            mc.prevFrame();
    Any advice is appreciated.

    Nevermind. Figured it out.

  • How to insert Google geocoded values in database

    Hi
    I have tried Google map integration with apex , it is wonderful.
    Can I have some tips on how can I insret the same geocoded values in my database for the infrastructure and mesh the infra with google map.
    Please help
    Prashant

    Hi,
    how to insert and update values in mysql database in c++ from"mysql.h"
    Please see some thread with some samples:
    http://www.cplusplus.com/forum/general/118160/
    I suggest you ask this issue to MySQL forum since you are using it.
    http://forums.mysql.com/
    Best regards,
    Shu
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to implement Google Analytics in iRecruitment version 11.5.10

    Hi
    We have a requirement to implment google analytics in iRecruitment. Cany you please let me know the steps to do so.
    thanks
    srimathi

    360 is one of the options for appraisals in Oracle HR. The Talement Management Implementation Guide (Supplement) is very useful.
    Search MetaLink for : "Talent Management Supplement Release 11i and 12" to get the guide.

  • How to insert google ads in flash?

    Hi ....i have a flash slideshow and would like to insert
    google adsense at the end of the slideshow in the last slide.....i
    want the google ad to appear within the flash.....is there any way
    in which i can do this....please help me out...

    I don't know if it ever made it out of beta, but I seem to
    remember reading about getting your adsense ads via RSS (which you
    could then load into your flash movie).
    Try searching "google adsense for feeds".

  • How to incorporate Google Analytics

    How do I put the necessary javascript code into the header of the pages? Do I just add it to one of the other javascript files that are called or can I insert something into the header.uit?
    Thank you,
    Chris

    Nevermind. Figured it out.

  • Google Analytics Automator breaks iWeb blog comments

    Hi
    I added a blog for our Small Business site that I created with iWeb. We used Google Analytics and the Automator script add the HTML snippet to track visits on our site. Since I added the blog I realized that after running the GA automator script the "Add a comment" link disappears.
    Kinda defeats the purpose of the blog. I have to choose between tracking how many visitors have been on the blog, or visitors posting comments, but I can't have both. How can I fix this and track how many visitors were on our site, and have a blog where visitors can leave comments? Any ideas and solutions would be most welcome. Thanks,
    Zoltan

    Unfortunately, as you have discovered, inserting Google Analytics into your site requires post editing. This means that you cannot just publish directly to MobileMe from iWeb - to insert the analytics you need to publish to a folder, insert and then place the Blog directly on your iDisk - unfortunately, this way you loose the features that your iWeb blog provides when published directly to MME - i.e. Blog comments.
    Do you have an ordinary website too or is it just a blog? If you have an ordinary website, what some people do, including myself, is set up a blog with WordPress, E-blogger, or http://www.posterous.com and link to it from your iWeb site.
    If you are just after setting up a blog on its own without a site, then I would suggest you look at http://www.wordpress.com, http://www.eblogger.com or posterous (link provided). You can set up a blog with any template you like and can add entries on line at any time, rather than being limited to updating with the domain.sites file as you are with iWeb.
    In WordPress, you can also add as many pages as you like, so you can effectively have a website as well as a blog, so the other alternatives might be a better bet than iWeb and I think they have their own built in analytics too.

  • Google Analytics, PDF Tracker, where does code go?

    okay, so I've installed Google Analytics on my website using Automator. I still have about 12 hours to go to see if it works. In the mean time, I'm trying to figure out how to track the number of times a pdf file on my site is downloaded. I found a google analytics script i'm supposed to insert on my pdf link, but where is this in my files?
    -christina
    www.christinaforshay.com

    The Google Analytics code goes right before the </body> tag at the bottom of your page's HTML source. If your still not sure you can look at the source of my homepage to see where it goes.
    http://www.take2vm.com

  • Google Analytics and iWeb

    I'm attempting to insert an html tag generated by Google Analytics into our website that is published using iWeb (the latest version, sorry, I'm no longer on site).  Can anyone help me?
    Thank you,
    Jeff

    Since this is your website, the path to the analytics.js file is not correct :
    http://www2.hawaii.edu/~kpauker/Pauker_Lab/People.html
    The line in the code where it says :
    newScript.src = '/js/analytics.js';
    should be in order of preference :
    newScript.src = '../../../js/analytics.js';
    Or :
    newScript.src = '/~kpauker/js/analytics.js';
    Or :
    newScript.src = 'http://www2.hawaii.edu/~kpauker/js/analytics.js';

  • Why do Google Analytics and Sharepoint give difference in numbers?

    Hi all,
    We are using Google Analytics with our Sharepoint Intranet portal. Just recently we’ve decided to compare the numbers with the real server logs as the numbers from google where a little bit suspicions. After some data analyzing, it looks like the numbers are totally different, and my boss is not believing and numbers from google analytics now. The problem is that we are using google analytics on our website as well (hosted in different place and based on different CMS though), but because of the differences in Sharepoint my boss is questioning the numbers for the web as well! Is it possible that the Sharepoint here is the problem and google analytics is not working properly with it, because I don’t know – the way it is structured, caching servers, etc, not sure. Please, could you explain that a little bit to me if you had similar experience or might know what it works like that.
    Thank you very much in advance for your help.
    stone28

     Google Analytics Tracking Code is executed (behind the scenes) in the client's browser and if that can access the Internet to register the hit on the Google Analytics server, GA should collect the Intranet traffic just fine. I can't see why the GA script will not fire if someone visits that page.
    If you have one HTML page with no images or external files called from it like stylesheets or javascript this will be one line on the IIS log each time it is loaded. If you have an HTML page with an external stylesheet and 3 images this will be logged on 5 lines in the log file each time the page is requested because you are requesting 5 files from the web server. Usually your statistics software will filter out all the requests for images, stylesheets and other files and just look at the pages that were loaded because we usually don’t care how many times the logo on each page was loaded.
    When you type in a URL to a specific page on a sub site that folder hierarchy and file doesnt really exist in the physical file system. What happens is the request is intercepted by SharePoint/WSS and routed to a DLL that renders the file from another location (a ghosted page) or renders the page from the SQL database (unghosted page). So your IIS logs are going to contain a whole lot of requests for DLLs like owssrv.dll.
    Reference -
    http://www.sharepointsos.com/category/sharepoint-analytics/
    Hope that helps !!

  • Tracking with google analytics

    We have a desktop app we have built with air, and the client
    has requested usage statistics to see how much people are using
    it... What I'm wondering is what is the best way to monitor the
    usage? We already use google analytics on their website... I'm
    wondering if we can use it from inside the AIR app as well. If so
    how would you go about doing that?
    I thought about loading an external web page off the web
    server that had the analytics tracking on it and displaying that on
    the app somewhere... What would that show up like in google
    analytics?

    Hi p-dog
    I am Paul Sanderson - the creator of Air Analytics: http://www.airanalytics.net/
    Air Analytics is a native Air Flex/Flash solution built from the ground up that gives you rich insights into your applications, use, installs, versions ect.
    I would love for you to try out and use Air Analytics.
    If you go over to Air Analytics and register I will activate you and you can start trying it out.
    This also goes for everyone else in this forum who would like to give it a go.
    Thanks Paul

  • "SyntaxError: Parse error"  Installing Google Analytics-iWeb 09 w/MobileMe

    I have gone through many discussions on how to add Google Analytics - ran the Automator with my UA-xxxxxxxx-x number to my MobileMe Web>Sites folder, but the status on GA says that the tracking is not installed. I just noticed that in the resources tab under Develop>Web Inspector that there is a "SyntaxError: Parse error" under the UA#.
    Any thoughts? I am pretty new to this, so forgive me for my lack of intelligence when it comes to Google tracking. Should I start over? If so, how can I remove the current code?
    Thank you,
    Michael

    The freeware iWeb SEO Tool now has the facility to add analytics as well as SEO tags...
    http://www.iwebformusicians.com/SearchEngines/Tags.html
    There's a link on this page to an Apptorial tutorial.
    If you are interested in optimizing your files for faster download, the application Web SIte Maestro has a simplified way of adding analytics in the latest version.
    http://www.iwebformusicians.com/SearchEngines/Optimize.html
    Go to Finder/Go/iDisk/My iDisk/Web/Sites to delete the old code.
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • Data tracking with Google Analytics

    Hi
    Can I use Google Analytics with iweb?

    Yes. You can add it to each page using iWeb SEO which requires it to be reapplied each time you edit a page.
    You can also add it an HTML snippet which is a one time application. However, the snippet requires a bit more effort up front. Wyodor posted detailed instructions on how: IWEB : ADDING GOOGLE ANALYTICS WITHOUT EDITING THE WEBPAGE.
    Have you looked at the information that you can get about visitors by using a counter from StatCounter.com. It's quite comprehensive and much easier to add to each page.
    Click to view full size
    Old Toad's Tutorial #13 - Adding a StatCounter as an HTML Snippet describes how to add the counter.
    I've used both and find the info from StatCounter more complete regarding visitors.
    OT

  • Firefox Browser freezes when websites have google analytics, anyone else experienced this problem? Know how to fix?

    Firefox Browser freezes when websites have google analytics, anyone else experienced this problem? Know how to fix?
    == URL of affected sites ==
    http://www.smarteoffers.com

    Hello Steven.
    There have been similar reports, yes. You may be having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not coming from one of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] and select ''Disable all add-ons''. If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and theme. You can troubleshoot plugins the same way.
    If you want support for one of your add-ons, you'll need to contact its author.

Maybe you are looking for

  • DHCP beginning address problem.

    Hi guys, I cannot understand how to configure my TC. I put exactly the same network settings as they were in the Airport Express to share the Internet connection. Everything works fine except the internet itself. The problem as I see it is that dhcp

  • Anyone found an answer to the slow time m/c backups?

    This slow back up problem with Time Machine has affected my Mac Pro work station since I installed Mountain Lion a few weeks ago. This is not a wireless problem as my time m/c is connected via a usb lead. I decided to replace my 4 year old 1TB WD HD

  • Calculating prior months using off-set and crossing to prev year

    Gurus, I am getting current month period based on user entered value and calculating prior month by off-setting current month by 1. it works fine when current month value is greater than 1. If it is 1, prior month does get evaluated as 12 of previous

  • When trying to sync photos, error -39

    When my son tries to sync photos to his ipod nano 3rd generation he gets the following error:"The Ipod 'Michael's Ipod' cannot be synced. An unknown error occurred (-39). What is wrong? What could have caused it? How can I fix it? Thanks, Craig

  • Passing Action T as Argument to CodeActivity produces Build failure

    Hi I have a simple Activity that attempts to execute an Action: public sealed class TestSaveGeneric<T> : CodeActivity public InArgument<Action<T>> Action { get; set; } public InArgument<T> Parameter { get; set; } protected override void Execute(CodeA