Adding Google analytics in muse

when I add the Google analytics html code in Muse the code shows up on the page?

Hello,
You can add the Google Analytics code in the "html for head" section of the page by going into Page properties.
Please refer to forum post : http://forums.adobe.com/thread/987920
Hope this helps.
Regards,
Sachin

Similar Messages

  • Directions for adding Google Analytics and Verifying Webmaster

    If you publish to mobile me:
    Here you go
    I have google analytics and webmaster tools now set up on my blog. I used Iweb Buddy to accomplish putting the google analytics on my site. Here are the steps.
    I publish my blog to mobile me but have my own domain name. http://decorateagarden.com/
    1. Set up an account at Google
    2. Go to analytics and add your blog
    3. This will give you a UA #
    4. Purchase and install something like Iweb Buddy
    5. Open Iweb Buddy and follow their instructions to add the UA# from google to Iweb Buddy
    6. Process your blog pages from Iweb Buddy as this puts the google analytics code on your blog. Note!, this is not the same thing as publishing you blog from Iweb. This is called processing and is done from Iweb Buddy right on your computer.
    7. Each time you publish an update on your site, you must also process that update on Iweb Buddy. You won't have to process the whole site--just the pages you published.
    To get your blog verified for Webmaster tools on Google for Iweb,( you have to be able to access your server and prove you own your Iweb site)
    1. Go to your account at Google
    2. Go to webmaster tools
    3. add your blog
    4. choose upload as html
    5. take the code it gives you---exactly---( I uploaded to a saved document file and removed the
    -1 my computer had attached to it and then copy and pasted it before I uploaded that code to my website folder in Idisk)
    6. put it in the sites folder for your site on your Idisk
    7. Go back to google and hit verify
    8. If it doesn't verify on google
    9. you entered the code wrong on Idisk
    I actually had to hit verify about 10 times to get it right. I kept entering the code wrong on Idisk but I am new to all this Iweb stuff.
    When it verifies, a new page on google loads.
    I hope this helps someone. Wishing you all the best with your sites.
    If anyone has a good way to index my whole site from my welcome page...I'd sure like to hear it. I mean without adding Google ads.

    I'm no longer publishing every page to Iweb buddy. Now that my google analytics code is picked up on my site---I just insert( the google analytics code) it into an html code on any any new pages I create right from Iweb and put it on my sidebar of those new pages and it works when I publish to mobile me. My pages are appearing in my google analytics just fine now on analytics. My site is appearing in Google search as it should.

  • Using Google Analytics with Muse site and /blog

    Hi there,
    I have a simple website that I have put together using Muse: movingpictureTV.com
    For the site I have added analytics code to pick up figures etc.
    The sites Wordpress blog is found at movingpictureTV.com/blog
    Does this mean I need separate tracking code to pick up data for the blog or will the code used on the main site URL pick up the blog traffic too?
    Many thanks for your help,
    Mark

    Hi Mark,
    Usually, when google spiders visit your site, it index all the hard coded links on the home page. However, you can add analytics code to every page. It will expedite the indexing of the pages.
    Regards,
    Aish

  • Google Analytics breaks iWeb blog comments

    Does anybody know a workaround for Google Analytics' breaking of iWeb blog comments? Apparently, from some posts I've read, StatCounter and other traffic stat services break iWeb blog comments, too... so it's apparently an iWeb issue rather than a Google Analytics issue. FWIW, I'm publishing to my MobileMe personal domain. Thanks in advance!

    I found a decent way of adding Google Analytics to all pages, without using HTML Snippits (which cause analytics to track those odd page names like widget2_markup.html), that doesn't break MobileMe comments, and doesn't require any post-processing of your iWeb site. Just Publish and go! Open up your iWeb app bundle, and drill down to Contents/Resources/Scripts/Site. Open up the file iWebSite.js in TextEdit (or your favorite text editor), and paste the following at the bottom of the file:
    // Begin Google Analytics
    gaTrackerId = 'ss-ddddddd-d'; // insert your tracker id here
    document.observe('dom:loaded', function() {
    var gaJsHost = ( ('https:' == document.location.protocol) ? 'https://ssl.' : 'http://www.') + 'google-analytics.com/ga.js';
    var script = new Element('script', { 'src': gaJsHost});
    var gaTrack = function() {
    if (
    !script.readyState
    || /loaded|complete/.test(script.readyState)
    var pageTracker = gat.getTracker(gaTrackerId);
    pageTracker._trackPageview();
    script.observe('load', gaTrack);
    script.observe('readystatechange', gaTrack);
    document.body.appendChild(script);
    // End Google Analytics
    Credit to this solution goes to this blog post. I got the idea to find a way of using Google Analytics in Prototype (since iWeb sites use the Prototype JavaScript framework) and found that blog snippit.
    And yes, since this is editing the iWeb application bundle, you may need to reapply this hack if/when iWeb is updated. Hopefully though, some enterprising iWeb engineer is reading this and will add proper Google Analytics support to iWeb for us.

  • 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

  • Google analytics breaks youtube movies

    Hi,
    I have a couple of youtube videos on my website, but after starting using Google analytics, adding it with an automator action, the youtube videos does not show up on my site, only a blank space.
    Anyone know how to solve this?

    I found a decent way of adding Google Analytics to all pages, without using HTML Snippits (which cause analytics to track those odd page names like widget2_markup.html), that doesn't break MobileMe comments, and doesn't require any post-processing of your iWeb site. Just Publish and go! Open up your iWeb app bundle, and drill down to Contents/Resources/Scripts/Site. Open up the file iWebSite.js in TextEdit (or your favorite text editor), and paste the following at the bottom of the file:
    // Begin Google Analytics
    gaTrackerId = 'ss-ddddddd-d'; // insert your tracker id here
    document.observe('dom:loaded', function() {
    var gaJsHost = ( ('https:' == document.location.protocol) ? 'https://ssl.' : 'http://www.') + 'google-analytics.com/ga.js';
    var script = new Element('script', { 'src': gaJsHost});
    var gaTrack = function() {
    if (
    !script.readyState
    || /loaded|complete/.test(script.readyState)
    var pageTracker = gat.getTracker(gaTrackerId);
    pageTracker._trackPageview();
    script.observe('load', gaTrack);
    script.observe('readystatechange', gaTrack);
    document.body.appendChild(script);
    // End Google Analytics
    Credit to this solution goes to this blog post. I got the idea to find a way of using Google Analytics in Prototype (since iWeb sites use the Prototype JavaScript framework) and found that blog snippit.
    And yes, since this is editing the iWeb application bundle, you may need to reapply this hack if/when iWeb is updated. Hopefully though, some enterprising iWeb engineer is reading this and will add proper Google Analytics support to iWeb for us.

  • Google-analytics q

    Hi yea,
    has anyone found that adding google-analytics to their web
    pages can make
    them a bit sluggish, I see that the google js file is 21kb,
    but I find that
    sometimes my page loads faster then other times even though I
    clean my
    cache each time i test.
    I was wondering could my site page be slow to load due to
    google-analytics
    been slow loading.
    regards
    kenny

    I would be surprised if the GA script was having any affect on your page - maybe back in 2007 when this thread started but not now, 5 years on.
    Your home page is VERY big - almost 4Mb to download using 79 HTTP requests. There are a few things you can do to speed your site up dramatically:
    Optimize the files more. PS is not the best for PNG and you have a lot of those files. Use FireWorks and save as many as you can to 8 bit with Alpha transparency. You will easily save 50% on your total filesize. You could also download ImageOptim (http://imageoptim.com/) and allow is to compress your images more. This will save another 5-15%.
    In addition to that, use CSS sprites. Combine your navigation into one file, your social media icons into one file etc.
    Use JPEG for your banner images instead of PNG. They are 400kb each and JPEG would get them to about 200Kb at high quality.
    Combine your JS files into 1, or 2 files - you have 9. Then move the links for them to the bottom of your page, but make sure jQuery is still at the top of the list.
    I would estimate after you have done that, your overall download size for the homepage will be less than 2mb and you will have less than 50 HTTP requests. You should see a dramatic change in download speed and time.
    Rik

  • Google Analytics for iweb 09 site published to MobileMe

    At one point I was able to add Google Analytics to my iweb site that's on Mobile Me. That lasted 2 days, till I republished it. I redid it twice, I thought the same way. The last time was yesterday after changing to new iweb 09 software. I published site to local disk (idisk), then went to Automator and added the Google Analytics code (UA-xxxxxxx-x) again and unchecked "Old Style Analytics Code". I saved as a new "Google Analytics plugin". Then I selected website folder on idisk through Finder. Then control-clicked (to run Google Analytics workflow) and chose the "Google Analytics plugin" from menu. After this, I went back to my site in iweb and clicked on "Publish". I assumed that it published the site in idisk, where I had added Google Analytics. But it's been over 24 hours and no results in Google Analytics.
    Through Safari, I went to home page of site, then clicked View, then page source and I don't see the Google Analytics code (UA-xxxxxxx-x) shown so it didn't seem to work. I just don't know where I made a mistake. I don't think its because I changed to iweb 09 because I re-did it the same way in iweb 08 (but did not uncheck the "Old Style Analytics Code") and it didn't work then either. Can't figure out how I got it to work for two days when I first tried it.
    Please help. Anyone?

    It is now easier than ever. You don't need an outside application, or an automator action at all. I used to use Transmit to upload my site, since I first had to export it to a folder, then run the automator action. I again spent some time looking for how to do it for iWeb 09 and found the easiest (and therefore overlooked) way:
    1. in iWeb, create an HTML snippet
    2. Copy the Google Analytics code and paste into the snippet.
    3. Make the box as small as it can go (although this does not really matter since nothing will display on your site)
    4. Copy this snippet and go on each page on your site and paste it.
    5. Publish your site.
    6. It will take a little bit of time for it to show up on the Google Analyics page, so set it up, then walk aawy for a little bit.
    This worked for me right away, and I no longer have to export to a folder and use an action of any kind.

  • Can Google Analytics provide reports/data from a Contact Form created in Muse?

    My Muse site will be hosted by a third party hosting service, as I am creating it for a client. My client wants to be able to see a monthly report of inquiries submitted via the contact form, which was created in Muse. Can Google Analytics provide reports/data from a Contact Form created in Muse?

    Muse makes files through interface design approach. It has actually nothing to do with the running of your site. And this forum is for Business Catalyst, Adobe's CMS. If you are not using that and a 3rd party then for tracking etc that is based on you or someone else installing the google analytics code on that website. Muse has nothing to do with that.
    Here is google's starting guide for that.
    http://www.google.com/intl/en-AU/analytics/learn/setupchecklist.html

  • Google analytics metadata getting erased very time i publish in muse

    whenever i publish updates in muse - i get the synch message but i don't get option to keep the google analytics data inserted into site.
    then the SEO person calls me saying all the metadata they inserted into google analytics got erased.
    how do i publish site without messing with her data in analytics?

    "Big Brother (aka apple)" HHAHAAH!!!! I love apple! apple computer isn't THAT controlling, but it's true, some things it's hard to have control of with apple (photo booth save folder is the most recent lol). I'll never use microsfot product again (enormous waste of time and moving backwards in life). so long live apple.
    I did not mean to be a joke, I'm serious about it.
    apple have poked at my site for some of the stuff that I'm doing.
    Not just a controlling big brother... but thieves, they'd ripped off my works.
    GOOGLE ANALYTICS and your STATCOUNTER code. !!!!!!! I'm in the process of needing to set those up on my site. Did you do that efficiently?
    AFAIK I'm the only one (as now) build widgets that *actually work* with iweb3.
    So there is nothing for me to compare with, to know if I do efficient works (in iweb3 context).
    Do you recommended any widgets???
    No. I do look at other widgets to see how they work and how efficient they are...
    But I don't use them, I build my own iweb widgets.
    I have numerous statcounter projects, but need to get it up on my main site. Do you put statcounter html on every page of your site? is that necessary? Do you need to put a google analytics on every page of your site?? Thanks heaps. (this is probably a seperate thread now).
    It's all depend.
    As far as I see so far, people (most of iweb users) add GA and Statcounter thru HTML Snippet...
    But they don't realize that by doing so the codes don't track correctly.

  • Adobe Muse site and Google Analytics/Webmaster Tools

    Ok, so this is my first time attempting to utilize Google Analytics/Webmaster Tools, etc. onto a Muse website. It gives me an html code that I am supposed to add to my website. Without using the Edit > Insert Custom HTML, I need to actually go into the site Code and add it manually. For example, the Google Webmaster basically wants me to add a "google1234567890.html" page to my site, so I need to actually be able to upload a .html to act as a page on my muse site so that it can verify the "www.domain.google1234567890.html if one were to visit it like a page. Additionally, with Google Analytics, it requests you add a custom html code to each page you want to "track". The Edit > Insert HTML does not work with these tools. So ultimately, how can I access my actual HTML code in order to add these manually to each web page, AND have it Publish?

    http://www.j-26.com/google-webmaster.html
    http://www.j-26.com/google-analytics.html
    those are updated version of Dr Juan's links.

  • How to use Event Tracking Code for Google Analytics in Dreamweaver CS5

    I need to track clicks on links that go to an outside website. I've read about "event tracking code". I'm not sure if it's the right tool to use. And if it is, I've spent several hours reading about it and I can't figure out how to use it. It looks like you need to be an expert developer to be able to make sense of all this. I've always been helped when I ask a question here, I'm hoping that someone can help me.
    What my client needs is to know what links are being clicked, and how often. Here's the page where I want to do this: Available Homes - Arizona Vacation Home Rentals 
    I added a code that I created using the tool I found here: General Event Tracking Code for Google Analytics but can't see to be able to make this work. I added this code to the first link called "View it Here" for the top, left house. Here's the code: <a href="http://www.homeaway.com/vacation-rental/p3495538" onClick="ga('send', 'event', { eventCategory: 'clicks', eventAction: 'clicks on homes', eventLabel: 'Clicked'});" target="_blank">View it HERE!</a> 
    Then I set a Goal in Google Analytics like it said in the instructions but it doesn't seem to work... I would APPRECIATE ANY HELP!
    Thanks,
    Brigitte

    I think you misunderstood what Event Tracking is designed for.  This is from Google Help
    Tracking Code: Event Tracking - Google Analytics — Google Developers
    "Use this to track visitor behavior on your website that is NOT related to a web page visit, such as interaction with a Flash video movie control or any user event that does not trigger a page request."
    Clicks on links are page requests.  I think for your purposes, you may want the Cross Domain Link Tracking plugin.
    Cross Domain Tracking - Web Tracking (analytics.js) - Google Analytics — Google Developers
    Nancy O.

  • Enabling Google Analytics Mountain Lion Server

    Hi everyone,
    I just recently configured my first Mac server for a public school I'm working in. After setting up the Wiki server I was shocked there wasn't a way to enable Google Analytics, or any javascript for that matter. After a little poking around, I found a way to enable Google Analytics across all pages, Wiki, Home, My Page, etc.
    Terminal command in BLUE
    HTML comments in GREEN
    1. Log into your Google Analytics account and copy your embed code.
    2. Open the terminal and type: (I use nano, but you should be able to use your favorite text editor)
    sudo nano /Applications/Server.app/Contents/ServerRoot/usr/share/collabd/coreclient/app/v iews/layouts/application.html.erb
    3. You can add the script anywhere between the <head></head> tags. I chose to add it right below this section:
    <!-- [START] Script plugins -->
    <!-- [END] -->
    4. Create comments to start and end the Google Analytic section (optional) and paste your embed code. It should look something like this:
    <!-- [START] Script plugins -->
    <!-- [END] -->
    <!-- [START] Google Analytics Plugin -->
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-XXXXXXXX-X']);
      _gaq.push(['_trackPageview']);
      (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>
    <!-- [END] -->
    <!-- [START] View additions -->
    <!-- [END] -->
    5. Save and close the file
    6. I restarted the Wiki server, but I'm pretty sure it's not necessary.
    7. Now all your pages should have Google Analytics embedded. Load one of your pages and check the source to make sure.
    Enjoy!
    P.S. While I was in the application.html.erb file I added my own custom .js to the <!-- [START] Script plugins --> section to look like this:
    <!-- [START] Script plugins -->
    <script src="/wiki/javascripts/custom.js" type="text/javascript"></script>
    <!-- [END] -->
    I then included my custom.js file in /Applications/Server.app/Contents/ServerRoot/usr/share/collabd/coreclient/publi c/javascripts
    The js is loaded fine, but right now you can't embed any js events into the wiki. If I add 'onlick' or 'onload' to an HTML element in the Wiki editor, it gets removed when you click "Save". Trying to find a workaround now.

    Well no, Google doesn't solve all problems, but its a great place to start.
    As far as your issue goes, you need to provide more details before anyone could begin to guess, as we're not mind readers here.
    What do you mean by "Windows only sees the router, not the server"?  What does "sees" mean in this context?
    Who / what is Windows proofs?
    How are you trying to access the server?  SMB file sharing?  If so, how are you trying to connect?  What happens when you try?  Do the users trying to authenticate to the server have an account on it and access to the necessary services?

  • Latest version of Firefox is having problems loading sites, it tries to load to Google Analytics. No error messages, just a page that won't load. How do I stop this?

    Latest version of Firefox is having problems loading some sites, it tries to load and then gets taken over trying to load Google Analytics. No error messages, just a page that won't load. How do I get rid of this, it is a "pain in the neck"
    == URL of affected sites ==
    http://

    I just spent 3 days with this issue as well. I finally fixed it by reluctantly adding yet another add-on called ADBLOCK
    I was able to selectively block google-analytics. Now pages that weren't loading before are now loading.
    eg vimeo.com starbucks.com & other random sites.
    This was a tough one to fix because there is NO ERROR MESSAGE..page just shows it's loading...forever..& the bottom of my browser says 'waiting for google analytics'. I finally figured out google analytics is the culprit. Ironically, some help pages in trying to find a fix wouldn't load for me due to google analytics arghhh!
    Im on a macbookpro & Safari worked fine for these same sites. It was just Firefox. I nearly switched back to Safari because of this stupid issue.
    I'm wondering if this was caused by recent firefox 'updates'...

  • How can I run Google Analytics on my site being hosted in Business Catalyst?

    Hi,
    I already have an existing website which is hosted, and of course I am the domain owner.
    I have created a new modified site in Adobe Muse CC and will wish to upload this new site to my domain once completed.
    I will need to run Google Webmaster tools etc before I replace the old site.
    I do not wish to replace the old site as yet prior to completing the new site in Muse CC
    At present I am "subscribed" to Google Analytics/Webmaster tools as a webmaster under my webmaster site (different) and have placed the "google verification code" metatag in my new site's "page properties <head></head tags only", and have uploaded to Business Catalyst.
    Business Catalyst are not my hosts for this site once it becomes "live". They are my "Trial Hosts"
    ? how can I run google analytics and tools for this new site prior to lauch (ie replacing my old site) ?
    Many thanks, await your response.
    (PS... Latest Muse CC is ACE!... Love it!)

    I finally figured out what I was doing wrong. First the information has to be entered on the home page. So the path is Home page> Page properties> Metadata> HTML for <head>. Secondly I was entering the information from the downloaded html file rather than the code they provide  under the alternate methods tab during the verification process . Google has a fine set of video tutorials to walk you through. https://support.google.com/webmasters/answer/35179?hl=en&ref_topic=3162387
    Thanks for all your help!
    Paula

Maybe you are looking for

  • Pulling validation pattern from XML schema in LCD

    Hi team, We have deisgned a fillable PDF form uding Live Cycle Designer ES2. The form contains fields of different data types. We have created a data connection on the form (using LCD) to bind it to a XML Schema The XML schema has different types of

  • Am i able to set a class object to session?

    Hi, i want to store some session data in a web application. I understand session can be set by this way: session.setAttribute('student', name); session.setAttribute('teacher', name2); However the method above stores one a value in a session. I want t

  • JSF page loading another JSF in iframe from same domain with diff port

    I was wondering if anyone has experienced this issue. I'm using ADF 11g and weblogic 10.3.2. Here's the scenario 1. two ADF 11g application, app1 and app2 2. app1 is deployed on managedserver1 running on port 7001 3. app2 is deployed on managedserver

  • BOX CORRUPTED

    I have a box where I have my OLD SENT MESSAGES and I know that in this box I have all my e-mails since 2013/january until 2013/december. I only see the messages until 2013/july and I´m sure all be there. I delet the index but didn´t work. I have this

  • Demantra - can it run with two Data Models in parallel?

    Hello, we face the following situation: we have items that have to planned on a daily basis; many other items, however, only need weekly planning. Demantra only allows one base time unit in its data model. If we choose "daily" for all products, the s