Call-tracking code snippet seems to be disabled

I am trying to implement call tracking on a muse website. the code spnippet has to be insertet an the beginning of the body. I used the object -> insert html function and places the code on the master. If I look at the html code of the published page I can see that the code is there but seems to be disabled (red coulor in Firefox) and thus not executed.
Here is the page:
http://drk-hausnotruf-bw.de/hausnotruf-kopie.html
And this is what to code snippet looks like in Firefox:
Maybe someone can help to find an easy solution as I am not very familiar with html programming
Best

Muse loads jQuery version 1.8.3, which is quite old. I would bet that MaTelCo's script requires a more updated version of jQuery. I've run into this with other Javascript that I've tried to implement into a Muse site. Until Adobe updates the version of jQuery that they implement, we are stuck with it.

Similar Messages

  • How will Find my iPhone app help me track my iphone if someone has disabled the location services which doesnt require an unlock code?

    How will Find my iPhone app help me track my iphone if someone has disabled the location services which doesnt require an unlock code?

    You can't, and the same if the thief turms off the phone.
    What to do if your iOS device is lost or stolen
    Reporting a lost or stolen Apple product

  • 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.

  • How do I add a tracking code to my page?

    I want to add a tracking code to my page but iWeb doesn't seem to allow it. I copied the html code from a 3rd party site (Google Analytic) and tried pasting into the html widget in iWeb but when I check the tracking report it keeps telling me the code has not been installed. I have tried placing the text block at various places on the page and still no luck. The directions at Google Analytic tell me where I need to paste it into the html code but to do that I need an html editor or a text editor that can read html.
    Am I doing something wrong with the html widget? If a tracking code can't be added with a widget is there a way I can edit the source code directly? A text editor, maybe? I tried Word but but it wouldn't open the page.
    Thanks for any help!
    Rikki

    There's a way to add Google Analytic to pages without having to edit the page. It's a little bit of work but it's a one time process. Read about it here: http://www.wyodor.net/blog/archives/2010/05/entry_316.html
    Or you could add StatCounter to each page to get not only the number of hits but lots more information:
    Click to view full size
    This tutorial describes how to add it: Old Toad's Tutorial #13 - Adding a StatCounter as an HTML Snippet.
    OT

  • OLE2 Doc/Code snippet to assist in creating a word doc with underlined text

    I would like to use OLE2 to create a simple Word document. I would like some of the text to be bold/underlined and the rest of the text to be regular. There seems to be a serious dearth of information regarding OLE2 in conjunction with PS/SQL in Word applications. We're running Forms 6 and Oracle 9i.
    I don't believe that I need to use the techniques described in the Forms Manual (OLE2 containers, etc.). I have managed to create a Word doc and write some text to it but I've been unable to find out/guess at the syntax that I'd need to control bolding and underlining. It would be a big help if I could just find the syntax for Word OLE2 commands. During my documentation search, I seem to remember a post that mentioned 'Reference 2' and maybe 'Reference 3' as a source of information related to OLE2 in PL/SQL code. If anyone can give me a shove in the right direction I'm more than willing to read the manuals. I won't be too disappointed if someone could send me a code snippet either!
    Thanks,
    Ron Walker

    Hi Ron,
    Office ships with a number of resources that you will find indispensable for the sort of work you're doing. Take a look at the VBA IDE (Visual Basic for Applications IDE). You may already be familiar with it, if you've ever written a Word macro, but to call it a macro editor sells it short -- it is a full-blown development environment. Its Object Browser allows you to browse Word's object model, search by keyword, and view call syntax.
    In case you aren't familiar with the VBA IDE, try this:
    1. Open Word
    2. Switch between Word and the VBA IDE by pressing <Alt><F11>
    3. Open the Object Browser by pressing <F2>
    Spend some time familiarizing yourself with the Object Browser. Constrain its scope by selecting the Word library instead of <All Libraries> (the default). Learn to search by keyword. Click on items within your results for details. If Visual Basic Help is installed, pressing <F1> will raise help on a selected item.
    Visual Basic Help may not be part of the Compact or Typical install. Running Office Setup, either from the install CD, or through Add/Remove Programs under Control Panel, will allow you to add the feature. (The Office installer lists Visual Basic Help in the Office Tools section.)
    I have found the VBA IDE to be the perfect place for prototyping and testing automated processes. It is a far friendlier environment for learning Office automation, as it offers code completion and context-driven help. Once the process works, I manually translate my VBA routine into Forms PL/SQL, which is fairly painless. I've written a short tutorial, that I will post shortly -- I didn't want to bury it in this thread!
    Hope this helps,
    Eric Adamson
    Lansing, Michigan

  • How to apply outbound link tracking code in Adobe Muse?

    Using Adobe Muse v6 to build my website and want to set up outbound URL tracking on a number of links.
    I have the correct code snippets from https://support.google.com/analytics/answer/1136920?hl=en
    <script type="text/javascript">
    function trackOutboundLink(link, category, action) {
    try {
    _gaq.push(['_trackEvent', category , action]);
    } catch(err){}
    setTimeout(function() {
    document.location.href = link.href;
    }, 100);
    </script>
    and
    <a href="http://www.example.com" onClick="trackOutboundLink(this, 'Outbound Links', 'example.com'); return false;">
    However Adobe Muse adds the a href code to the basic links in the back end, all I usually add is the http://www.example.com part.
    Does anyone know a way to add the onClick="trackOutboundLink(this, 'Outbound Links', 'example.com'); return false; string to my URL to make it work?
    I have tried using http://www.example.com"?onClick="trackOutboundLink(this, 'Outbound Links', 'example.com'); return false;
    But it doesn't seem to work... Help appreciated.
    An example page is here: http://www.roomcritic.com/asia/alila-villas-uluatu-bali-hotel-real-guest-picture-gallery-a nd-review.html

    Hello,
    As per the instructions on link below you need to insert the code in <Head> section of the page.
    Conversion Tracking and Optimization | Facebook Help Center | Facebook
    Once you receive the code from Facebook you can insert it in Muse site.
    Open the page in Design mode and go to Page > Page Properties > Metadata > Html for <head>
    Paste the code in the space mentioned in the screenshot and you should be all set
    Regards
    Vivek

  • Incoming calls: Country code displaying wrong

    No idea why this has started happening.  I have two iPhones, one a Malaysia number and one a Thailand number.
    I am in Malaysia now and had two friends of mine call me from Thailand yesterday but despite their numbers being in my phone book, correctly formatted, the phone did not display their names.  Not only did it not display their names it replaced the correct dialling code for Thailand (+66) with the Malaysia code (+60).  Having done some digging the only thing that it seems might be responsible is the International Dial Assist, which I have now turned off.  But I'd have thought IDA would be to assist with dialling, not screwing up the numbers of incoming calls from callers whose numbers are CORRECTLY listed in the Contacts with the CORRECT international code.
    Seems like yet another useless feature that you have to dig around to disable if you want an iPhone to just work.  Why on earth would I would the international code of my contact replaced by the domestic code of my home country???  More and more time I seem to be spending with IOS devices these days just to get them to do what I want!!
    Not impressed at all.  Anyone else come across this useless bug (feature)?

    Caller ID is a carrier feature. The phone can only display what is sent by your carrier. Contact them and report the problem.

  • Why does DW CC 2014.1 Fluid Grid load HTML file that contains Google Analytics Tracking Code script so slowly?

    I exclusively work in Fluid Grid since my site is a Responsive Web Design.  I'm having trouble with slow load time in DW CC 2014.1, when my file, as they all do of course, has the Google Analytics Tracking Code script.
    I'm on a Windows 8.1 using a Dell Precision M3800 Laptop with Memory 16GB (2x8GB) 1600MHz DDR3 . Each of our site's 180 or so web pages, of course, has its Google Analytics Tracking Code script. It is placed, following Google instructions, as the last entry in the <head>.  Google Analytics does not instruct to place the script in the JS Folder with an scr to it, but rather in the <head>.  It takes up to one and a half or two minutes for DW CC 2014.1 to load the Google Analytics Tracking Code script .  That is, the grid does not show in Live View until finally analytics.js shows up in the Document Toolbar. A minute or two can add up when every page you load takes this long.  And, making new Fluid Grid pages, as is done, through the Save As command; every new page made you have to deal with the minute or two wait time since all those pages have the Google Analytics Tracking Code script.  Therefore, this time component alone, assuming I'm accessing and/or making 20 pages per week (and in our business this is easily the case) the math is that I'm wasting between 17 and 35 hours per year just with DW CC 2014.1 loading the much needed Google Analytics Tracking Code script.
    I have loaded HTML files that do not have the Google Analytics Tracking Code script as a test and those files load at the normal quick speed.
    Therefore, the new Chromium Embedded Framework browser engine has a serious load problem when it confronts an HTML5 file with a Google Analytics Tracking Code script.  Oddly, the prior DW CC 2014 version, with the old browser engine did not have this slow-load problem since I was loading these same files in that DW CC version up until October 8th or so.
    I think this new browser engine is a Google platform that apparently has a problem rendering or loading a Google Analytics Tracking Code script.  That makes no sense.
    Anyone else had this particular slow-load problem with DW CC 2014.1?
    Thanks.

    Wow.  That sure solved the slow-load problem, at least using your suggested snippet in a simple test HTML file.
    Per Google's instructions, I pasted the snippet before the closing </head> tag.  And, even in that positioning in the file; the file loaded at the speed (about one second) that it did prior to DW 2014.1.
    Two questions.
    Will this snippet provide the same tracking data as my current GA snippet?
    Because my current GA snippet is in about 200 web pages, can I retain the old snippet in most of them and place the new snippet in my approximately 5 main web pages as well as my templates so my new pages, as well as my main pages, have the new snippet.  That is, can I have both snippets (i.e. old snippet in earlier pages and new snippet in main pages and new pages to be made going forward) in my website at the same time?
    Of course I would not have both the old and new snippet in a web page at the same time.
    I greatly appreciate any assistance anyone can provide me on this issue and thank all of you in advance.
    I've provided code for both simple test files below.
    Code for Asynchronous Syntax of GA script:
    <!doctype html>
    <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
    <!--[if IE 7]>    <html class="ie7 oldie"> <![endif]-->
    <!--[if IE 8]>    <html class="ie8 oldie"> <![endif]-->
    <!--[if gt IE 8]><!-->
    <html class="">
    <!--<![endif]-->
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Test Asynchronous GA Tracking Code In Head</title>
    <link href="css/boilerplate.css" rel="stylesheet" type="text/css">
    <link href="/css/style.css" rel="stylesheet" type="text/css">
    <!--
    To learn more about the conditional comments around the html tags at the top of the file:
    paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
    Do the following if you're using your customized build of modernizr (http://www.modernizr.com/):
    * insert the link to your js here
    * remove the link below to the html5shiv
    * add the "no-js" class to the html tags at the top
    * you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build
    -->
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <script src="js/respond.min.js"></script>
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-73425000-1']);
      _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>
    </head>
    <body>
    <div class="gridContainer clearfix">
      <div id="div1" class="fluid">
        <div id="test1" class="fluid ">This is the content for Layout Div Tag "test1"</div>
       <div id="test2" class="fluid ">This is the content for Layout Div Tag "test2"</div> 
    </div>
    </body>
    </html>
    Code for older GA script snippet:
    <!doctype html>
    <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
    <!--[if IE 7]>    <html class="ie7 oldie"> <![endif]-->
    <!--[if IE 8]>    <html class="ie8 oldie"> <![endif]-->
    <!--[if gt IE 8]><!-->
    <html class="">
    <!--<![endif]-->
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Test GA Tracking Code In Head</title>
    <link href="css/boilerplate.css" rel="stylesheet" type="text/css">
    <link href="/css/style.css" rel="stylesheet" type="text/css">
    <!--
    To learn more about the conditional comments around the html tags at the top of the file:
    paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
    Do the following if you're using your customized build of modernizr (http://www.modernizr.com/):
    * insert the link to your js here
    * remove the link below to the html5shiv
    * add the "no-js" class to the html tags at the top
    * you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build
    -->
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <script src="js/respond.min.js"></script>
    <script>
      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
      ga('create', 'UA-73425000-1', 'auto');
      ga('send', 'pageview');
    </script>
    </head>
    <body>
    <div class="gridContainer clearfix">
      <div id="div1" class="fluid">
        <div id="test1" class="fluid ">This is the content for Layout Div Tag "test1"</div>
       <div id="test2" class="fluid ">This is the content for Layout Div Tag "test2"</div> 
    </div>
    </body>
    </html>

  • How do I add tracking code to a Flash website?

    Tracking software requires that you insert their code into the page you want to track (I'm using StatCounter).  I installed a Flash website template and it just has one .html file where I can insert the code.  That tracks visits to the first page with no problem but if a visitor clicks on different pages of the site, it doesn't get tracked.  Does anyone know how and where to add code so that each page of the Flash site can be tracked?
    Note, in my template a part of each page is found in different symbols.  For example, the first column of every page is located in a symbol called PAGES1 and the second column of every page is located in a symbol called PAGES2, and the third column located in PAGES3.  Different layers within each symbol correspond to the different pages.  So I'm at a loss of how I could get this tracking code to be able to track each page visit, since each page shares a symbol with another page.  Anyone know?

    http://code.google.com/apis/analytics/docs/tracking/flashTrackingIntro.html

  • What are the benefits of adding the Google Tracking Code to web pages.

    Hi everyone - I completed my site a few months ago but I'm not happy with the Google ranking I'm getting
    after typing "leadlight windows" into the Google search field.
    I've got Google verification and made sure I've got descriptive titles for my pages and alt text for photos
    plus plenty of "leadlight windows" in my text and headings.
    After months of doing a Google search, to my surprise other sites with what seems like less mention of "leadlight windows"
    are getting a much higher ranking than mine.
    I was wondering wether inserting the Google Tracking Code on each page might give me a higher ranking
    than I'm getting.
    My site is www.leadlightdlux.com
    Many thanks in advance for anyone that has clues about Google Tracking Code.

    Google Analytics is only half the battle.  The analytics starts the process for Google and they build off it.  What you need to examine next is Google Webmaster Tools: https://www.google.com/webmasters/tools/home?hl=en .  On that tool under "Your Site on the Web" you will see an option for keywords.  This will show you what Google sees.
    Lastly Google has recently updated their code whether you are subdomains, multiple domains, etc and this code is placed in the head of your document instead of the end of the document, so updating your code may help there as well.

  • Request for C++ ExtractorProcessor code snippets

    Hi,
    Does anyone have any C++ code snippets of using the ExtractorProcessor?
    I'm trying to implement an ExtractorProcessor in C++ - I have created a ValueExtractor and I can create the ExtractorProcessor from that, but the compiler gives me an error when I try to invoke it
    Error     6     error C2665: 'coherence::lang::TypedHandle<T>::TypedHandle' : none of the 4 overloads could convert all the argument types     c:\dcs_systems\test\trunk\ThirdParty\Components\coherence_3_7_1_x86\include\coherence\lang\TypedHolder.hpp     205     D3ContextCache
    This is my call
    int CacheD3ContextRepository::getD3ContextState(int call_id) const
         Integer32::View vKey = Integer32::create(call_id);
         ValueExtractor::View vStateExtractor =
              COH_MANAGED_BOX_EXTRACTOR(Integer32::View, CacheD3Context, getState);
         ExtractorProcessor::Handle vStateFetcher = ExtractorProcessor::create(vStateExtractor);
         Integer32::View vState;// = _cache->invoke(vKey, vStateFetcher);
         return *vState;
    Essentially I have CacheD3Context object but I don't want to read back the whole object just the state field.
    I have been told that something called a 'ReducerAggregator' is a better way of doing this but I haven't been able to find this yet.
    Thanks
    Joe
    Edited by: 841803 on 09-Apr-2013 00:55

    Hi Joe,
    The invoke method returns an Object::Holder, which will need to be cast to the extracted type:
    int CacheD3ContextRepository::getD3ContextState(int call_id) const
        Integer32::View              vKey            = Integer32::create(call_id);
        ValueExtractor::View         vStateExtractor = COH_MANAGED_BOX_EXTRACTOR(Integer32::View, CacheD3Context, getState);
        ExtractorProcessor::Handle   vStateFetcher   = ExtractorProcessor::create(vStateExtractor);
        Integer32::View              vState          = cast<Integer32::View>(_cache->invoke(vKey, vStateFetcher));
        return *vState;
        }Note that when the extraction will be performed server side, the above extractor will be evaluated as a ReflectionExtractor in java, and will invoke the java getState method. This implies you'll need the CacheD3Context (or equivalent) java class in the classpath of your cache servers. If this is not an option then have a look at PofExtractor.
    thanks,
    Mark
    Oracle Coherence

  • Integrating tracking codes into iweb.....

    I was so successful in solving a problem I was having here last night that I thought Id throw another question out that has been baffling me, not hard to do I might add, how do you integrate tracking codes at the beginning of each page so that Google analytics for example can track the traffic on your iweb sites??
    This is also a requirement if you are using some affiliate programs so it is really very important to do. Any help anyone out there can give is VERY much appreciated! This is without a doubt the best information forums I have ever read!!....Thanks again in advance for any help on this subject!!...Matt
    http://www.rdeal4u.net

    Google Analytics code (ga.js) required the script to be added into your page source to precisely track the page; Step 4 in the following:
    http://www.google.com/support/analytics/bin/answer.py?answer=66983#0.1.1_step3
    adding GA code in HTML Snippet will cause the code to track widget markup pages, which will give inaccurate results.
    that at this time there is no way to enter tracking code into the pages.
    This is true, because they don't know iweb inner working bits.
    But I can prove them wrong, here is example of HTML code inserted in my page:
    http://hdl.50webs.com/Test/
    the floating nav bar and I have urchin.js loaded from google are coded directly to the page (you need to look at Safari Activity window)
    They suggested I go to www.apple.com/feedback then select the appropriate product (iweb) and seen in a message on the subject directly to the engineers.
    I suggest all that are having a problem with this go ahead and send a message to them as well, you know what they say, the squeaky wheel gets the grease!!
    It's a good idea.

  • Play code snippet isn't working??

    I am using the following code snippet:
    but this error occurs  Line 6 1061: Call to a possibly undefined method play through a reference with static type flash.media:Video.
    img1.addEventListener(MouseEvent.CLICK, fl_ClickToPlayVideo);
    function fl_ClickToPlayVideo(event:MouseEvent):void
    video_1.play(); //the error is referring to this line here
    Would i have to add something there?

    if designer is the movieclip that you want to play, use:
    designer.play();
    instead of
    video_1.play();

  • What Is The Difference In The Following Code Snippet?

    public class Test12 {
         Test12(){
              Test12();//Compiler Error
    and
    public class Test12 {
         Test12(){
              new Test12();//Runtime Error after the 1GB of Ram space is used
    }Can you please explain as to what is the difference b\w the above code snippet?
    Edited by: The_Matrix on Feb 15, 2008 8:19 AM

    public class Test12 {
         Test12(){
              Test12();//Compiler Error
    }This is not valid because you cannot call a contractor this way. However you can replace it with following code and it will work but it is a infinite recursion.
    public class Test12 {
         Test12(){
              this(); // We have now no error. Yahooo...
    }The second part of code is also an infinite recursion. I mean following one
    public class Test12 {
         Test12(){
              new Test12();//Runtime Error after the 1GB of Ram space is used
    }Edited by: HowToDoIt on Feb 15, 2008 8:52 AM

  • Why can't I paste code snippets in Page Properties Metadata area for head ?

    I downloaded the new Muse 2014 CC the other day and everything seemed to install correctly, however, yesterday I tried add Google Analytics code snippet to the Page Properties >> Metadata section where code goes into <head> area of the site and after coping the code, in Muse Paste was grayed out. I tried on both the HOME page and Master page.

    How can I do a screenshot when my cursor needs to be in the EDIT >> PASTE drop down? It's impossible. Just know that after I click into the <head> code area and select it so that it becomes outlined in blue, then go to EDIT >> PASTE none of the items in the EDIT drop-down are available, everything is grayed out.

Maybe you are looking for

  • Server crashes

    Hi We have been using the Netweaver Portal 7.0 for sometime. But off late I'm noticing the Server crashing when ever I perform certain administration tasks (like creating JCo or enabling/refreshing web dynpro applications). I also configured the VM p

  • My MacBook Hard Drive shows to be full

    My Macbook pro hard drive is full, or at least that is what it says if I go to "get info" on the hard drive.  I have deleted most files, pictures, and music.  And I also have used apps like Omnidisksweeper, Disk Scope, and Disk Inventory X.  Onmidisk

  • Problem with my update query

    Hello , I v created a process that update a flag on my table (T_HOURS) UPDATE T_HOURS set HOUR_DEC=:P5_ELE1_HOURE where ID_JOB=:P5_JOB_ID; The flag HOUR_DEC type is varchar2(5) it contain a hour value (HH24:MM) but i had this ms error while execting

  • Illustrator and Photoshop CS6 install error EX20

    When installing Illustrator and Photoshop CS6 I receive the error EX20.  In looking at the installation log file there is warning DF029.  Suggestions?

  • Would like to add some code but don't know how

    Does anyone know how to add code to pages built in iweb? I would like to add googles analytics to my site. iMAC G5   Mac OS X (10.3.9)