SlideShare a Scribd company logo
1 of 74
Download to read offline
#1298
Integrating IBM WebSphere Portal with
Web Analytic Hosted and Non-Hosted
Sites
  Stefan Liesche
 Richard Gornitsky
Disclaimer
• The following is intended to outline our general product
  direction. It is intended for information purposes only, and
  may not be incorporated into any contract. It is not a
  commitment to deliver any material, code, or functionality,
  and should not be relied upon in making purchasing
  decisions. The development, release, and timing of any
  features or functionality described for IBM’s products
  remains at the sole discretion of IBM .
• Screenshots/Demo in this presentation are simulated or
  they are from current code. There is no commitment that
  they represent the final screenshots.
• The purpose of this presentation is to gather feedback on
  a possible future product plan. The feedback will be used
  by IBM.
Agenda
•   Why Analytics?
•   What is the User Experience Optimization Initiative?
•   Comparing Server-side and Active Site Analytics
•   Overview on Server-side Site Analytics
•   Overview on Active Site Analytics
•   Coremetrics
•   Omniture
•   Webtrends
•   Future Outlook
How                                                    lar
                                                  o pu
are     m
    usi any p                            m os t p
       ng                       is t h e r c h?
          the eople      W ha t       s ea
             Por
                 tal?

W hat a                                   s er
        re
doing o most us ers       W here are my u
        n the P                      rom?
               ortal?        coming f


                   for   W hat are m
            I plan                  y customers
How  should of my            downloading
  t he growth                            ?
               ?
        Portal
What is Portal Analytics?
The process of
 Collecting,
 Processing, and
 Reporting
portal usage data.
Why do We Care About Portal
              Analytics?
– Enables customers to provide a more personalized experience to
  their clients by deploying a more dynamic web solution.
– Increase revenue with better targeting
– Decrease cost with automatic tuning
– Increase customer satisfaction, decrease infrastructure costs,
  and testing costs with better designs
What Do WebSphere Portal Customers Want!

• Our customers are demanding better integration.
  – Integration with site analyzer tools are performed by
    manually imbedding tags into portlets and themes or
    creating reports based on the portal site analyzer logs.
  – Request seamlessly integration within each product to
    enable easy site metric analysis.
• Customers more willing to buy products that are
  tested and integrated with their web analytic
  infrastructures
Agenda
   Why Analytics?
•   What is the User Experience Optimization Initiative?
•   Comparing Server-side and Active Site Analytics
•   Overview on Server-side Site Analytics
•   Overview on Active Site Analytics
•   Coremetrics
•   Omniture
•   Webtrends
•   Future Outlook
What is the User Experience Optimization Initiative?

• The IBM User Experience Optimization Initiative
  (UEOI) teams IBM and the leaders of Web
  Analytic software to enable WebSphere Portal
  customers to easily capture and measuring the
  user activity so that portals can be better
  designed and targeted.
• First step in implementing our vision to provide an
  improved and more personalized experience to
  our clients by allowing them to deploy dynamic
  and smarter web solutions.
Our Partners
•   Vendors Chosen Based on Market Leadership and Current
    Customer Relationships
     – Coremetrics
     – Omniture
     – Webtrends
•   Coremetrics is an IBM Partner and has an alliance with
    W ebSphere Commerce
•   Omniture is a fast growing web analytic leader
•   Omniture is a leading provider of online business optimization
    software
     – Gold Sponsor of Impact 2009
     – Has integrations with IBM Websphere Commerce and Portal
     – Global Alliance with IBM Global Business Services
•   W ebtrends is very established within W ebSphere Portal
    customers.
Phase 1
• Show how the web analytic products already
  work today
  – Have detail solution guides available on the
    WebSphere Portal wiki
  – Also available on Coremetrics, Webtrends, or
    Omniture’s web site
• Provide service offering if you need help
• Create generic Web Analytic Reports for the
  Portal Site Analyzer Log
  – Webtrends only
ISSL Service Offerings
• ISSL has experience working with customers to
  define;
  – What to measure
  – How to measure it
  – Overall approach is necessarily agnostic to the
    analytics tool
• Lotus/ISSL is committed to working with
  Omniture, Coremetrics, and Webtrends
• ISSL is seeking pilot projects
  – Ensure that our approach will provide the maximum
    integration between these tools and future releases of
    WebSphere Portal.
Agenda
   Why Analytics?
   What is the User Experience Optimization Initiative?
•   Comparing Server-side and Active Site Analytics
•   Overview on Server-side Site Analytics
•   Overview on Active Site Analytics
•   Coremetrics
•   Omniture
•   Webtrends
•   Future Outlook
Analytics Data Collection Approaches
There are two main approaches for collecting analytics data:
   Server-side Site Analytics (aka logfile analysis)
        User interactions and meta data is written to server logfiles hosted on the Portal Server.
        Logfiles can be recorded and stored for later offline processing.
        Analytics engines read these logfiles for collecting analytics data.
        WebSphere Portal provides fine grained usage information.
        Only hits on the Portal Server are recorded (e.g. cached page hits are not recorded)
        Logfile recording is activated via configuration in WebSphere Portal.
        No special coding needed for base reporting (pages, portlets,…)
        Portlets can report specialized business events by calling analytics log API (since 6.1.0.1)

   Active Site Analytics (aka page tagging)
        Java script within the Portal page (e.g. Theme/Skin) notifies analytics server about user activity.
        Analytics data is collected online within the Analytics system.
        Analytics systems gather and process this data locally.
        Currently (WP6.1) appropriate Java script needs to be injected manually into Portal.
        The injected javascript determines which data will be recorded (requires proper planning)
        Injection into Themes and Skins allows reporting of page and Portlet views.
        Portlet business events are collected by adding javascript to the Portlet markup.
        Any rendering of the corresponding page in the users browser can be recorded (incl. cached pages)


Both approaches can be used with WebSphere Portal 6.1, either exclusively or in combination.
Agenda
   Why Analytics?
   What is the User Experience Optimization Initiative?
   Comparing Server-side and Active Site Analytics
•   Overview on Server-side Site Analytics
•   Overview on Active Site Analytics
•   Coremetrics
•   Omniture
•   Webtrends
•   Future Outlook
Analytics Architecture – Server-side Site
                   Analytics
Covered by WebSphere Portal                              Online

                                             L1

                          Http               L2
     Browser                        Portal
                         Server*             L3
                                             Ln

                                                  Analytics
                                                   Logfile


      Report            Report      Analytics
                       Generation   Software


Not covered by WebSphere Portal                          Offline
What exactly is recorded?
 Users requesting pages, incl. contained Portlets

 Session activities (login, logout, timed out, login failed)

 Page management (creating, updating, deleting a page)

 User Management actions (creating, updating, deleting
  users and groups)
Loggers in depth
              Logger                                  Purpose

SiteAnalyzerSessionLogger             Logs session events like login or logout

SiteAnalyzerUserManagementLogger User and group management events
                                 like creating or deleting users and
                                 groups
SiteAnalyzerPageLogger                Page render events

SiteAnalyzerPortletLogger             Portlet render events

SiteAnalyzerJSRPortletLogger          Custom business events in standard
                                      Portlets (JSR 168, JSR 286)
SiteAnalyzerPortletActionLogger       Actions occurred in a Portlet

SiteAnalyzerApplicationActionLogger   Actions occurred in a Portlet application

SiteAnalyzerErrorLogger               Logs any errors
Example: Logging Page Requests
The request was
  made from
                          The authenticated user for
                         this request was wpsadmin
                                                           Date and time of the
                                                                 request
                                                                                   Page that was
                                                                                    requested
                           (short name of the user)
   localhost

localhost - wpsadmin [01/Oct/2008:18:27:50 +0200]
quot;GET /Page/6_CGAH47L008TI5027D49C9B3GS0 HTTP/1.1quot;
200 -1 quot;quot; quot;Mozilla/5.0 (Windows; U; Windows NT 5.1;
en-GB; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17quot;
quot;JSESSIONID=0000CzJfHQHM-
ZCbUbwxIascPFo:-1;LtpaToken2=DQMY...quot;

      The request was         The size of the          The request was made        Firefox 2.0 on
     successful (HTTP       returned markup is         within a certain session,   Windows XP
    response code 200)     unknown to the logger          identified by its id


Notes:
     Cookies can be filtered (SiteAnalyzerFormatter.cookies)
Example: Logging Page and Portlet Requests
            The portlet



localhost - wpsadmin [01/Oct/2008:18:27:50
+0200] quot;GET /Portlet/5_CGAH47L008TI5027D49C9B3
GS5/Information_Portlet? The page
                     Referer:
PortletPID=5_CGAH47L008TI5027D49C9B3GS5&PortletM
                     where the portlet is
                          placed
ode=View&PortletState=Normal HTTP/1.1quot; 200 -1
quot;http://localhost/Page/
6_CGAH47L008TI5027D49C9B3GS0quot; quot;Mozilla/5.0
(Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.17)
Gecko/20080829 Firefox/2.0.0.17quot;
quot;JSESSIONID=0000CzJfHQHM-
ZCbUbwxIascPFo:-1;LtpaToken2=DQMY...quot;
Ne
Analytics and Reporting with WCM                                                                               w

The JSR 286 Web Content Viewer implements site analysis logging, which enables you to
gather usage statistics of each instance of the rendering portlet. (since 6.1.0.1)


• Enable detailed site analysis logging for WCM:
  – Install PK76625
  – Activate the SiteAnalyzerJSRPortletLogger logger SiteAnalyzerJSRPortletLogger.isLogging = true
• hostname - user [Date] quot;GET /Portlet/ 5_8.../Web_Content_Viewer_(JSR_286)
  /Web%20Content%2fTestSite01%2fTestSiteArea01%2fTestContent01?
  PortletPID=5_8000CB1A00U6B02NVSPH1G20G1&PortletMode=view&PortletState=normal&
  RequestType=render&=PUBLIC_CONTEXT=%2fWeb%20Content%2fTestSite01%
  2fTestSiteArea01%2fTestContent01 HTTP/1.1quot; 200 -1 quot;http://hostanme/Page/
  6_80.../MyPagequot; quot;Mozilla/5.0 ...quot; quot;JSESSIONID=000...quot;


• Portlet Statistics Event Logging API:
  – saLogger.log(quot;A sample business eventquot;);
• JavaDoc: http://www-01.ibm.com/support/docview.wss?uid=swg21372892

                       http://www-01.ibm.com/software/brandcatalog/portal/portal/details?NavCode=1WP1001S6
Information that can be derived from the log


• Browsers and Operating sysems of the users visiting the
  portal
• Different logins corresponding to authenticated users
• Robots and programmatic clients
• Pages that were requested but not found
• Search engines, key phrases and key words
• Different operating systems as reported by the browser
• The referring page a user came from
• Entry and exit URLs                   Please keep in mind: Portal
                                     provides just the data (log file).
• Many more …                        It is up to the analysis package
                                            (not part of the portal offering) to
                                            derive information from the data.
Key Takeaways for Server-side Site (Logfile)
                    Analytics

• WebSphere Portal’s site analytics log provides all the
  necessary data for site analytics
• The recorded URLs are not real, clickable URLs
 They still provide the relevant information to find out which pages
  the users of the portal looked at
• We explained how portal formats the analytics log file
Agenda
   Why Analytics?
   What is the User Experience Optimization Initiative?
   Comparing Server-side and Active Site Analytics
   Overview on Server-side Site Analytics
•   Overview on Active Site Analytics
•   Coremetrics
•   Omniture
•   Webtrends
•   Future Outlook
Analytics Architecture – Active Site Analytics
Covered by WebSphere Portal Script Injection PoC                       Online

                  L1
                  L2         Http
        Browser             Server*            Portal
                  L3
                  Ln




        Report             Report              Analytics   Analytics
                          Generation           Software     Data



 Not covered by WebSphere Portal                                       Online
General Scenario – Active Site Analytics
1.    Client requests portal page
2.    Portal returns page markup including metadata
      markup
3.    Client aggregates metadata using JavaScript
      snippet                                             Analytics Partner Solution
4.    Client sends aggregate to analytics server
      (e.g. via HTTP GET)                                                                   Analytics
5.    Analytics server writes access log                                                      SW
                                                                  as.example.com
6.    3rd party analytics package analyzes log

                                                                    Analytics                      6
                                                                                       5
                                                                     HTTP
                          GET /portlet?id=xyz123abc&…
     Aggregation                                                     Server
                                     4                                                 Event log

         3
                                                          2
                          <div class=“portlet-window” id=“xyz123abc”>…
     Browser                                                                      Portal
      Client                                                                      Server
                      1                    Request Page
Future: Aggregation Script
Portal Page
<div class=“page-name” id=“welcome”>
   <div class=“portlet-window” id=“tcwtvxgl6”>               <div class=“portlet-window” id=“quu3xqnbh”>



                     Portlet                                                          Portlet

   </div>                                                    </div>


   <div class=“portlet-window” id=“mrpl1jad6”>               <div class=“portlet-window” id=“pyy0wmj58”>



                     Portlet                                                          Portlet

   </div>                                                    </div>

<script type=quot;text/javascriptquot;>
    dojo.forEach(portlets,
        function(portlet, i, portlets) {
            params += …
        }
    );
    body.innerHTML += quot;<img src=‘http://as.example.com/portlet?id=quot; + params +quot; />quot;;
</script>
</div>


                                 ** Some of the ideas presented here may be delivered in future version of
                                 WebSphere Portal, but some will not.
What exactly is recorded?
• Depends on the specific solution
  Typically recorded events are:
    • Page Display
    • Listing of items on the page
    • Download actions
    • Links leaving the site
• Information is sent to analytics system from the browser
  (web bug, java script, image link,...)
• Some tools cover multiple request per single page
  (page+portlet+content)
• Information is usually dependent on specific screen being rendered.
Agenda
   Why Analytics?
   What is the User Experience Optimization Initiative?
   Comparing Server-side and Active Site Analytics
   Overview on Server-side Site Analytics
   Overview on Active Site Analytics
•   Coremetrics
•   Omniture
•   Webtrends
•   Future Outlook
Agenda
 Why Analytics?
 What is the User Experience Optimization Initiative?
 Comparing Server-side and Active Site Analytics
 Overview on Server-side Site Analytics
 Overview on Active Site Analytics
 Coremetrics
• Omniture
• Webtrends
• Future Outlook
Online Marketing and
                                       Business Optimization Suite
         … jointly developed and supported for IBM WebSphere Commerce Server
                                                                            Analyst
•   Financial Highlights                                                   Acclaimed
     –   61% 5 year CAGR
     –   1,500+ online brands transacting $20 Billion+ annually
     –   40%+ growth in new customer acquisition 2007-2008
     –   Record revenue in 2008

•   Analyst acclaimed & award winning
     –   Only vendor named “leader” by Forrester 4 consecutive years
     –   Overall points leader in last Forrester Wave with highest marks    Award
         for Strategy
     –
                                                                            Winning
         Top solution for “Advanced Features” in Jupiter’s recent Web
         Analytics Buyers Guide.

•   Strong partner ecosystem
     –   Over 70 digital media partnerships
     –   Exclusive integration with IBM WebSphere Commerce
     –   Integrated Technology Platform – Coremetrics Connect
Online Marketing and
                       Business Optimization Suite
… jointly developed and supported for IBM WebSphere Commerce Server

                                   LIVEprofiles™ create the foundation
                                      of a unique visitor experience
                                   Actionable Marketing Applications
                                      provide enterprise intelligence for
                                      precisely targeted campaigns,
                                      third-party web site analysis and
                                      measurable Search results
                                   Web Analytics solutions for rich
                                     segmentation analysis, ad-hoc
                                     reporting and industry specific
                                     benchmark performance
                                   Coremetrics Connect™ Import/
                                      Export API provides Partner
                                      integration and utilization of client
                                      IP and/or visitor behavior
Our WebSphere Portal Based IBM Intranet…
Organizational Tabs

                      Organizational tabs
Portlets




           Portlets
Key Tabs
Key Portlets
Geography
Roles
Roles – Portlet and Search Term Zoom
Agenda
   Why Analytics?
   What is the User Experience Optimization Initiative?
   Comparing Server-side and Active Site Analytics
   Overview on Server-side Site Analytics
   Overview on Active Site Analytics
   Coremetrics
•   Omniture
•   Webtrends
•   Future Outlook
Omniture
                 •   Public Company on NASDAQ: OMTR
 Company         •   $296M Revenue in 2008, 107% YOY Growth
                 •   Global Reach; 1100 Employees; 15 Countries

                 •   Global Market Leader for Web Analytics
Leadership       •   5000 Customers, 200 Fortune 500; 95% Retention
                 •   Industry Consulting, 24/7 ClientCare and Education

                 •   Over 3.5 Trillion Transactions Served in 2008
Infrastructure   •   15,000 Servers Across Global Data Centers
                 •   Over 250 Patents and Patent Applications


  Partner
                 •   700+ Channel Partners, 200+ Genesis Partners
 Ecosystem       •   Integrations with IBM WebSphere Commerce and Portal
                 •   Pending Global Alliance with IBM Global Services
Customer Success
Over 5200 Customers Across Many Industries

         MEDIA    5 of Top 10 Media Companies

         RETAIL   6 of Top 10 Retailers

        FINANCE   4 of Top 5 Banks
   Learn More about the Omniture/IBM Alliance
       TRAVEL       at Impact 2009
              4 of Top 5 Travel Companies
       Gold Sponsor                   Booth G2
       TELECOM   23 of the W ired 40
       Birds of a Feather Session     Today at Noon
       Breakout Session               Today at 3:15pm
 MANUFACTURING   7 of the Top 10 Consumer Products Companies

   TECHNOLOGY     6 of the Top 10 Business W eek IT-100

    AUTOMOTIVE    11 of Top 15 Automotive Companies
Agenda
 Why Analytics?
 What is the User Experience Optimization Initiative?
 Comparing Server-side and Active Site Analytics
 Overview on Server-side Site Analytics
 Overview on Active Site Analytics
 Coremetrics
 Omniture
• Webtrends
• Future Outlook
Our Mission:                      Our Credentials:
We turn numbers from your         Created the web analytics market 15
                                  •

web site and throughout your      years ago
organization into understanding
of your business and              Countless industry firsts, including hosted
                                  •


customers –                       solution
                                  55 patents granted worldwide, 40 patents
Understanding that                •

                                  pending
leads to action,
                                  State of the art data centers: never lost a
                                  •

action that leads to              byte
success.                          of customer data
                                  Global, dedicated solutions consultants
                                  •

                                  and support
                                  •   “100% of analytics functionality,” - Jupiter
                                  Research
                                  •   7000+ customers and 300+ employees
                                  •   The preferred choice for top analytics
Webtrends Technology & Services
             Industry leading services and support for
             development and ongoing optimization of
             this customized solution
             Drive profitable traffic to your digital channels

             Optimize content, communications and
             the
             entire online experience
             Collect, access and share visitor-level digital
             data across the Enterprise


             Measure & quantify visitor engagement


             Identify and target your highest value visitors

             Listen, learn and participate in the social media
             conversation around your brand
WebSphere Overview Dashboard
Pages Report
Portlets Viewed
Breadcrumb
Download
Authenticated Usernames
Agenda
 Why Analytics?
 What is the User Experience Optimization Initiative?
 Comparing Server-side and Active Site Analytics
 Overview on Server-side Site Analytics
 Overview on Active Site Analytics
 Coremetrics
 Omniture
• Webtrends
• Future Outlook
Our Mission:                      Our Credentials:
We turn numbers from your         Created the web analytics market 15
                                  •

web site and throughout your      years ago
organization into understanding
of your business and              Countless industry firsts, including hosted
                                  •


customers –                       solution
                                  55 patents granted worldwide, 40 patents
Understanding that                •

                                  pending
leads to action,
                                  State of the art data centers: never lost a
                                  •

action that leads to              byte
success.                          of customer data
                                  Global, dedicated solutions consultants
                                  •

                                  and support
                                  •   “100% of analytics functionality,” - Jupiter
                                  Research
                                  •   7000+ customers and 300+ employees
                                  •   The preferred choice for top analytics
Webtrends Technology & Services
             Industry leading services and support for
             development and ongoing optimization of
             this customized solution
             Drive profitable traffic to your digital channels

             Optimize content, communications and
             the
             entire online experience
             Collect, access and share visitor-level digital
             data across the Enterprise


             Measure & quantify visitor engagement


             Identify and target your highest value visitors

             Listen, learn and participate in the social media
             conversation around your brand
WebSphere Overview Dashboard
Pages Report
Portlets Viewed
Breadcrumb
Download
Authenticated Usernames
Agenda
   Why Analytics?
   What is the User Experience Optimization Initiative?
   Comparing Server-side and Active Site Analytics
   Overview on Server-side Site Analytics
   Overview on Active Site Analytics
   Coremetrics
   Omniture
   Webtrends
•   Future Outlook
Futures
• Enhance integration with the Web Analytic Vendor
  products in WebSphere Portal 7.0
  – Create an administrative portlet which enables the user to
    choose which web analytic product he/she is using.
  – WebSphere Portal will inject script/tags into the theme/
    skins, portlets, or possibly content repository
  – Add portlets with dashboard and content / grouping
    segmentation reports
     • Provide portal and portlet views
Long-term Vision
“A self-optimizing portal that automatically responds
 to the demand on the site and optimises for better
 results.”

• Understand user behaviour on your Portal site and have
  your Portal automatically respond to usage patterns and
  optimise the user experience.

• Set targets and have Portal and Analytics technologies work
  on achieving these goals.

• Automatically compare alternative strategies and
  automatically select the ideal strategy based on user insight.
We love your Feedback!
• Don’t forget to submit your Impact session and
  speaker feedback! Your feedback is very
  important to us, we use it to improve our
  conference for you next year.
• Go to www.impact09guide.com on a smartphone
  device or a loaner device
• From the Impact 2009 Online Conference Guide;
  –   Select Agenda
  –   Navigate to the session you want to give feedback on
  –   Select the session or speaker feedback links
  –   Submit your feedback
© IBM Corporation 2009. All Rights Reserved.

The workshops, sessions and materials have been prepared by IBM or the session speakers and reflect their own views. They are provided for
informational purposes only, and are neither intended to, nor shall have the effect of being, legal or other guidance or advice to any participant. While efforts
were made to verify the completeness and accuracy of the information contained in this presentation, it is provided AS IS without warranty of any kind,
express or implied. IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, this presentation or any other materials.
Nothing contained in this presentation is intended to, nor shall have the effect of, creating any warranties or representations from IBM or its suppliers or
licensors, or altering the terms and conditions of the applicable license agreement governing the use of IBM software.

References in this presentation to IBM products, programs, or services do not imply that they will be available in all countries in which IBM operates. Product
release dates and/or capabilities referenced in this presentation may change at any time at IBM’s sole discretion based on market opportunities or other
factors, and are not intended to be a commitment to future product or feature availability in any way. Nothing contained in these materials is intended to, nor
shall have the effect of, stating or implying that any activities undertaken by you will result in any specific sales, revenue growth or other results.

Performance is based on measurements and projections using standard IBM benchmarks in a controlled environment. The actual throughput or
performance that any user will experience will vary depending upon many factors, including considerations such as the amount of multiprogramming in the
user's job stream, the I/O configuration, the storage configuration, and the workload processed. Therefore, no assurance can be given that an individual
user will achieve results similar to those stated here.

All customer examples described are presented as illustrations of how those customers have used IBM products and the results they may have achieved.
Actual environmental costs and performance characteristics may vary by customer.

The following are trademarks of the International Business Machines Corporation in the United States and/or other countries:
ibm.com/legal/copytrade.shtmlAIX, CICS, CICSPlex, DataPower, DB2, DB2 Universal Database, i5/OS, IBM, the IBM logo, IMS/ESA, Power Systems, Lotus,
OMEGAMON, OS/390, Parallel Sysplex, pureXML, Rational, Redbooks, Sametime, SMART SOA, System z , Tivoli, WebSphere, and z/OS.

A current list of IBM trademarks is available on the Web at “Copyright and trademark information” at ibm.com/legal/copytrade.shtml.

Adobe, the Adobe logo, PostScript, and the PostScript logo are either registered trademarks or trademarks of Adobe Systems Incorporated in the United
States, and/or other countries.
IT Infrastructure Library is a registered trademark of the Central Computer and Telecommunications Agency which is now part of the Office of Government
Commerce
Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.
Microsoft and Windows are trademarks of Microsoft Corporation in the United States, other countries, or both.
ITIL is a registered trademark, and a registered community trademark of the Office of Government Commerce, and is registered in the U.S. Patent and
Trademark Office
Intel and Pentium are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries.
UNIX is a registered trademark of The Open Group in the United States and other countries.
Linux is a registered trademark of Linus Torvalds in the United States, other countries, or both.

More Related Content

What's hot

01. Portal Business Overview
01. Portal Business Overview01. Portal Business Overview
01. Portal Business OverviewNick Davis
 
What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5Vinayak Tavargeri
 
Putting *Sparkle* in Your Social Applications! Customization and Branding wit...
Putting *Sparkle* in Your Social Applications! Customization and Branding wit...Putting *Sparkle* in Your Social Applications! Customization and Branding wit...
Putting *Sparkle* in Your Social Applications! Customization and Branding wit...Mitch Cohen
 
01. Portal Business Overview
01. Portal Business Overview01. Portal Business Overview
01. Portal Business OverviewNick Davis
 
Managing Content In Portal Wcm
Managing Content In Portal WcmManaging Content In Portal Wcm
Managing Content In Portal Wcmtchaitanya
 
IBM WebSphere Portal References Education
IBM WebSphere Portal References EducationIBM WebSphere Portal References Education
IBM WebSphere Portal References EducationDvir Reznik
 
IBM Portal Web intro
IBM Portal Web introIBM Portal Web intro
IBM Portal Web introdanisman
 
IBM WebSphere Portal 6.1 Preview - What's New
IBM WebSphere Portal 6.1 Preview - What's NewIBM WebSphere Portal 6.1 Preview - What's New
IBM WebSphere Portal 6.1 Preview - What's NewDvir Reznik
 
Introduction to Portlets Using Liferay Portal
Introduction to Portlets Using Liferay PortalIntroduction to Portlets Using Liferay Portal
Introduction to Portlets Using Liferay Portalrivetlogic
 
Developing Enterprise Applications Using Java Technology
Developing Enterprise Applications Using Java TechnologyDeveloping Enterprise Applications Using Java Technology
Developing Enterprise Applications Using Java TechnologySimon Ritter
 
IBM Websphere Portal | Portal Accelerators
IBM Websphere Portal  |  Portal AcceleratorsIBM Websphere Portal  |  Portal Accelerators
IBM Websphere Portal | Portal AcceleratorsJason Faszholz
 
Introduction to Portlets using Liferay Portal (Part 2)
Introduction to Portlets using Liferay Portal (Part 2)Introduction to Portlets using Liferay Portal (Part 2)
Introduction to Portlets using Liferay Portal (Part 2)rivetlogic
 
The Latest in Enterprise JavaBeans Technology
The Latest in Enterprise JavaBeans TechnologyThe Latest in Enterprise JavaBeans Technology
The Latest in Enterprise JavaBeans TechnologySimon Ritter
 
Liferay portal – moving beyond content management
Liferay portal – moving beyond content managementLiferay portal – moving beyond content management
Liferay portal – moving beyond content managementAmbientia
 
WSO2Con2011: Using WSO2 ESB with SAP ERP (Retail)
WSO2Con2011: Using WSO2 ESB with SAP ERP (Retail)WSO2Con2011: Using WSO2 ESB with SAP ERP (Retail)
WSO2Con2011: Using WSO2 ESB with SAP ERP (Retail)WSO2
 
Create engaging user_experiences_with_red_hat_j_boss_portal_and_first_spirit_cms
Create engaging user_experiences_with_red_hat_j_boss_portal_and_first_spirit_cmsCreate engaging user_experiences_with_red_hat_j_boss_portal_and_first_spirit_cms
Create engaging user_experiences_with_red_hat_j_boss_portal_and_first_spirit_cmsSerge Pagop
 
Portlet Framework: the Liferay way
Portlet Framework: the Liferay wayPortlet Framework: the Liferay way
Portlet Framework: the Liferay wayriround
 
Migrating traditional Java EE Applications to mobile
Migrating traditional Java EE Applications to mobileMigrating traditional Java EE Applications to mobile
Migrating traditional Java EE Applications to mobileSerge Pagop
 

What's hot (20)

01. Portal Business Overview
01. Portal Business Overview01. Portal Business Overview
01. Portal Business Overview
 
What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5
 
Putting *Sparkle* in Your Social Applications! Customization and Branding wit...
Putting *Sparkle* in Your Social Applications! Customization and Branding wit...Putting *Sparkle* in Your Social Applications! Customization and Branding wit...
Putting *Sparkle* in Your Social Applications! Customization and Branding wit...
 
01. Portal Business Overview
01. Portal Business Overview01. Portal Business Overview
01. Portal Business Overview
 
Managing Content In Portal Wcm
Managing Content In Portal WcmManaging Content In Portal Wcm
Managing Content In Portal Wcm
 
IBM WebSphere Portal References Education
IBM WebSphere Portal References EducationIBM WebSphere Portal References Education
IBM WebSphere Portal References Education
 
IBM Portal Web intro
IBM Portal Web introIBM Portal Web intro
IBM Portal Web intro
 
IBM WebSphere Portal 6.1 Preview - What's New
IBM WebSphere Portal 6.1 Preview - What's NewIBM WebSphere Portal 6.1 Preview - What's New
IBM WebSphere Portal 6.1 Preview - What's New
 
Introduction to Portlets Using Liferay Portal
Introduction to Portlets Using Liferay PortalIntroduction to Portlets Using Liferay Portal
Introduction to Portlets Using Liferay Portal
 
Developing Enterprise Applications Using Java Technology
Developing Enterprise Applications Using Java TechnologyDeveloping Enterprise Applications Using Java Technology
Developing Enterprise Applications Using Java Technology
 
Liferay Portal Customizing to Business Needs
Liferay Portal Customizing to Business NeedsLiferay Portal Customizing to Business Needs
Liferay Portal Customizing to Business Needs
 
IBM Websphere Portal | Portal Accelerators
IBM Websphere Portal  |  Portal AcceleratorsIBM Websphere Portal  |  Portal Accelerators
IBM Websphere Portal | Portal Accelerators
 
Introduction to Portlets using Liferay Portal (Part 2)
Introduction to Portlets using Liferay Portal (Part 2)Introduction to Portlets using Liferay Portal (Part 2)
Introduction to Portlets using Liferay Portal (Part 2)
 
Liferay
LiferayLiferay
Liferay
 
The Latest in Enterprise JavaBeans Technology
The Latest in Enterprise JavaBeans TechnologyThe Latest in Enterprise JavaBeans Technology
The Latest in Enterprise JavaBeans Technology
 
Liferay portal – moving beyond content management
Liferay portal – moving beyond content managementLiferay portal – moving beyond content management
Liferay portal – moving beyond content management
 
WSO2Con2011: Using WSO2 ESB with SAP ERP (Retail)
WSO2Con2011: Using WSO2 ESB with SAP ERP (Retail)WSO2Con2011: Using WSO2 ESB with SAP ERP (Retail)
WSO2Con2011: Using WSO2 ESB with SAP ERP (Retail)
 
Create engaging user_experiences_with_red_hat_j_boss_portal_and_first_spirit_cms
Create engaging user_experiences_with_red_hat_j_boss_portal_and_first_spirit_cmsCreate engaging user_experiences_with_red_hat_j_boss_portal_and_first_spirit_cms
Create engaging user_experiences_with_red_hat_j_boss_portal_and_first_spirit_cms
 
Portlet Framework: the Liferay way
Portlet Framework: the Liferay wayPortlet Framework: the Liferay way
Portlet Framework: the Liferay way
 
Migrating traditional Java EE Applications to mobile
Migrating traditional Java EE Applications to mobileMigrating traditional Java EE Applications to mobile
Migrating traditional Java EE Applications to mobile
 

Viewers also liked

Vietnam corporate tax rate
Vietnam corporate tax rateVietnam corporate tax rate
Vietnam corporate tax rateelizabethanhdo
 
IBM Digital Experience Overview - ICS.UG 2016
IBM Digital Experience Overview - ICS.UG 2016IBM Digital Experience Overview - ICS.UG 2016
IBM Digital Experience Overview - ICS.UG 2016ICS User Group
 
Extend IBM Connections to a Social Intranet with Internal Communications, Emp...
Extend IBM Connections to a Social Intranet with Internal Communications, Emp...Extend IBM Connections to a Social Intranet with Internal Communications, Emp...
Extend IBM Connections to a Social Intranet with Internal Communications, Emp...LetsConnect
 
Tre modelli di Intranet Portal
Tre modelli di Intranet PortalTre modelli di Intranet Portal
Tre modelli di Intranet PortalAriadne
 
IBM Digital Workplace Hub with IBM Connections & TIMETOACT's XCC - Web Conten...
IBM Digital Workplace Hub with IBM Connections & TIMETOACT's XCC - Web Conten...IBM Digital Workplace Hub with IBM Connections & TIMETOACT's XCC - Web Conten...
IBM Digital Workplace Hub with IBM Connections & TIMETOACT's XCC - Web Conten...TIMETOACT GROUP
 
Stop the Intranet Schizophrenia (and Succeed with IBM Connections)
Stop the Intranet Schizophrenia (and Succeed with IBM Connections)Stop the Intranet Schizophrenia (and Succeed with IBM Connections)
Stop the Intranet Schizophrenia (and Succeed with IBM Connections)LetsConnect
 
Chuong 7 doi moi tu duy va cai cach the che
Chuong 7   doi moi tu duy va cai cach the cheChuong 7   doi moi tu duy va cai cach the che
Chuong 7 doi moi tu duy va cai cach the cheLe Thuy Hanh
 
Profile Digimarketingjsc
Profile DigimarketingjscProfile Digimarketingjsc
Profile DigimarketingjscLe Thuy Hanh
 
How to create an event video
How to create an event videoHow to create an event video
How to create an event videoChris Sparshott
 
Investor Relations 2.0 Jak to zacząć w Polsce?
Investor Relations 2.0 Jak to zacząć w Polsce?Investor Relations 2.0 Jak to zacząć w Polsce?
Investor Relations 2.0 Jak to zacząć w Polsce?Piotr Biernacki
 
Media Kit Live Deal 3 5 09
Media Kit Live Deal 3 5 09Media Kit Live Deal 3 5 09
Media Kit Live Deal 3 5 09randiw37
 
Janssen immune system_&_microbiome_022213 (1)
Janssen immune system_&_microbiome_022213 (1)Janssen immune system_&_microbiome_022213 (1)
Janssen immune system_&_microbiome_022213 (1)Calit2AG
 
Chien luoc-xay-dung-thuong-hieu-qua-mang-xa-hoi tại VCCI
Chien luoc-xay-dung-thuong-hieu-qua-mang-xa-hoi tại VCCIChien luoc-xay-dung-thuong-hieu-qua-mang-xa-hoi tại VCCI
Chien luoc-xay-dung-thuong-hieu-qua-mang-xa-hoi tại VCCILe Thuy Hanh
 
Chuong 3 bat on thi truong tai chinh
Chuong 3   bat on thi truong tai chinhChuong 3   bat on thi truong tai chinh
Chuong 3 bat on thi truong tai chinhLe Thuy Hanh
 
Microtravel Profile
Microtravel  ProfileMicrotravel  Profile
Microtravel ProfileLe Thuy Hanh
 
IBM SaaS Interact With Colleague Via Updates Files
IBM SaaS Interact With Colleague Via Updates   FilesIBM SaaS Interact With Colleague Via Updates   Files
IBM SaaS Interact With Colleague Via Updates FilesChris Sparshott
 

Viewers also liked (20)

Social media @ IBM
Social media @ IBM Social media @ IBM
Social media @ IBM
 
Vietnam corporate tax rate
Vietnam corporate tax rateVietnam corporate tax rate
Vietnam corporate tax rate
 
IBM Digital Experience Overview - ICS.UG 2016
IBM Digital Experience Overview - ICS.UG 2016IBM Digital Experience Overview - ICS.UG 2016
IBM Digital Experience Overview - ICS.UG 2016
 
Extend IBM Connections to a Social Intranet with Internal Communications, Emp...
Extend IBM Connections to a Social Intranet with Internal Communications, Emp...Extend IBM Connections to a Social Intranet with Internal Communications, Emp...
Extend IBM Connections to a Social Intranet with Internal Communications, Emp...
 
Tre modelli di Intranet Portal
Tre modelli di Intranet PortalTre modelli di Intranet Portal
Tre modelli di Intranet Portal
 
IBM Digital Workplace Hub with IBM Connections & TIMETOACT's XCC - Web Conten...
IBM Digital Workplace Hub with IBM Connections & TIMETOACT's XCC - Web Conten...IBM Digital Workplace Hub with IBM Connections & TIMETOACT's XCC - Web Conten...
IBM Digital Workplace Hub with IBM Connections & TIMETOACT's XCC - Web Conten...
 
Stop the Intranet Schizophrenia (and Succeed with IBM Connections)
Stop the Intranet Schizophrenia (and Succeed with IBM Connections)Stop the Intranet Schizophrenia (and Succeed with IBM Connections)
Stop the Intranet Schizophrenia (and Succeed with IBM Connections)
 
Chuong 7 doi moi tu duy va cai cach the che
Chuong 7   doi moi tu duy va cai cach the cheChuong 7   doi moi tu duy va cai cach the che
Chuong 7 doi moi tu duy va cai cach the che
 
Writing
WritingWriting
Writing
 
Profile Digimarketingjsc
Profile DigimarketingjscProfile Digimarketingjsc
Profile Digimarketingjsc
 
How to create an event video
How to create an event videoHow to create an event video
How to create an event video
 
Cloud Computing and ROI
Cloud Computing and ROICloud Computing and ROI
Cloud Computing and ROI
 
Investor Relations 2.0 Jak to zacząć w Polsce?
Investor Relations 2.0 Jak to zacząć w Polsce?Investor Relations 2.0 Jak to zacząć w Polsce?
Investor Relations 2.0 Jak to zacząć w Polsce?
 
Media Kit Live Deal 3 5 09
Media Kit Live Deal 3 5 09Media Kit Live Deal 3 5 09
Media Kit Live Deal 3 5 09
 
Janssen immune system_&_microbiome_022213 (1)
Janssen immune system_&_microbiome_022213 (1)Janssen immune system_&_microbiome_022213 (1)
Janssen immune system_&_microbiome_022213 (1)
 
Annette Kurman, Assisted Living presentation
Annette Kurman,  Assisted Living presentationAnnette Kurman,  Assisted Living presentation
Annette Kurman, Assisted Living presentation
 
Chien luoc-xay-dung-thuong-hieu-qua-mang-xa-hoi tại VCCI
Chien luoc-xay-dung-thuong-hieu-qua-mang-xa-hoi tại VCCIChien luoc-xay-dung-thuong-hieu-qua-mang-xa-hoi tại VCCI
Chien luoc-xay-dung-thuong-hieu-qua-mang-xa-hoi tại VCCI
 
Chuong 3 bat on thi truong tai chinh
Chuong 3   bat on thi truong tai chinhChuong 3   bat on thi truong tai chinh
Chuong 3 bat on thi truong tai chinh
 
Microtravel Profile
Microtravel  ProfileMicrotravel  Profile
Microtravel Profile
 
IBM SaaS Interact With Colleague Via Updates Files
IBM SaaS Interact With Colleague Via Updates   FilesIBM SaaS Interact With Colleague Via Updates   Files
IBM SaaS Interact With Colleague Via Updates Files
 

Similar to Integrating IBM Web Sphere Portal With Web Analytic Hosted And Non Hosted Sites V1 R8

How to Monitor Your Java & .NET Applications with eG Enterprise
How to Monitor Your Java & .NET Applications with eG EnterpriseHow to Monitor Your Java & .NET Applications with eG Enterprise
How to Monitor Your Java & .NET Applications with eG EnterpriseeG Innovations
 
Web analyticspres -am-long
Web analyticspres -am-longWeb analyticspres -am-long
Web analyticspres -am-longAnna Long
 
Real User Experience Insight External
Real User Experience Insight ExternalReal User Experience Insight External
Real User Experience Insight Externaloracleonthebrain
 
Cmg10 Web Analytics Pres Am Long
Cmg10 Web Analytics Pres   Am LongCmg10 Web Analytics Pres   Am Long
Cmg10 Web Analytics Pres Am LongAnna Long
 
How to Ensure High-Performing Microsoft .NET Applications
How to Ensure High-Performing Microsoft .NET ApplicationsHow to Ensure High-Performing Microsoft .NET Applications
How to Ensure High-Performing Microsoft .NET ApplicationseG Innovations
 
Eugene Shaksuvarov - Tuning Magento 2 for Maximum Performance
Eugene Shaksuvarov - Tuning Magento 2 for Maximum PerformanceEugene Shaksuvarov - Tuning Magento 2 for Maximum Performance
Eugene Shaksuvarov - Tuning Magento 2 for Maximum PerformanceMeet Magento Italy
 
Building an Observability Platform in 389 Difficult Steps
Building an Observability Platform in 389 Difficult StepsBuilding an Observability Platform in 389 Difficult Steps
Building an Observability Platform in 389 Difficult StepsDigitalOcean
 
Make synthetic monitoring a critical part of your IT monitoring strategy: Why...
Make synthetic monitoring a critical part of your IT monitoring strategy: Why...Make synthetic monitoring a critical part of your IT monitoring strategy: Why...
Make synthetic monitoring a critical part of your IT monitoring strategy: Why...eG Innovations
 
Emakina Academy - 5 - Know your audience - Web Analytics
Emakina Academy -  5 - Know your audience - Web AnalyticsEmakina Academy -  5 - Know your audience - Web Analytics
Emakina Academy - 5 - Know your audience - Web AnalyticsEmakina
 
Application development using the wso2 developer studio
Application development using the wso2 developer studioApplication development using the wso2 developer studio
Application development using the wso2 developer studioWSO2
 
Hadoop Summit San Diego Feb2013
Hadoop Summit San Diego Feb2013Hadoop Summit San Diego Feb2013
Hadoop Summit San Diego Feb2013Narayan Bharadwaj
 
Azure Monitoring Overview
Azure Monitoring OverviewAzure Monitoring Overview
Azure Monitoring Overviewgjuljo
 
Making ultra fast ultra scalable solutions with sitecore 8
Making ultra fast ultra scalable solutions with sitecore 8Making ultra fast ultra scalable solutions with sitecore 8
Making ultra fast ultra scalable solutions with sitecore 8Mark van Aalst
 
ATAGTR2017 Unified APM: The new age performance monitoring for production sys...
ATAGTR2017 Unified APM: The new age performance monitoring for production sys...ATAGTR2017 Unified APM: The new age performance monitoring for production sys...
ATAGTR2017 Unified APM: The new age performance monitoring for production sys...Agile Testing Alliance
 
Google Analytics 101 Webinar
Google Analytics 101 WebinarGoogle Analytics 101 Webinar
Google Analytics 101 Webinarwebucatordemo
 
Breaking Up the Monolith While Migrating to AWS (GPSTEC320) - AWS re:Invent 2018
Breaking Up the Monolith While Migrating to AWS (GPSTEC320) - AWS re:Invent 2018Breaking Up the Monolith While Migrating to AWS (GPSTEC320) - AWS re:Invent 2018
Breaking Up the Monolith While Migrating to AWS (GPSTEC320) - AWS re:Invent 2018Amazon Web Services
 
Rohit_Kumar_Resume
Rohit_Kumar_ResumeRohit_Kumar_Resume
Rohit_Kumar_ResumeRohit Kumar
 
SharePoint Development Workshop
SharePoint Development WorkshopSharePoint Development Workshop
SharePoint Development WorkshopMJ Ferdous
 

Similar to Integrating IBM Web Sphere Portal With Web Analytic Hosted And Non Hosted Sites V1 R8 (20)

How to Monitor Your Java & .NET Applications with eG Enterprise
How to Monitor Your Java & .NET Applications with eG EnterpriseHow to Monitor Your Java & .NET Applications with eG Enterprise
How to Monitor Your Java & .NET Applications with eG Enterprise
 
Web analyticspres -am-long
Web analyticspres -am-longWeb analyticspres -am-long
Web analyticspres -am-long
 
Real User Experience Insight External
Real User Experience Insight ExternalReal User Experience Insight External
Real User Experience Insight External
 
Cmg10 Web Analytics Pres Am Long
Cmg10 Web Analytics Pres   Am LongCmg10 Web Analytics Pres   Am Long
Cmg10 Web Analytics Pres Am Long
 
How to Ensure High-Performing Microsoft .NET Applications
How to Ensure High-Performing Microsoft .NET ApplicationsHow to Ensure High-Performing Microsoft .NET Applications
How to Ensure High-Performing Microsoft .NET Applications
 
SAP Business Objects Trianing
SAP Business Objects TrianingSAP Business Objects Trianing
SAP Business Objects Trianing
 
Eugene Shaksuvarov - Tuning Magento 2 for Maximum Performance
Eugene Shaksuvarov - Tuning Magento 2 for Maximum PerformanceEugene Shaksuvarov - Tuning Magento 2 for Maximum Performance
Eugene Shaksuvarov - Tuning Magento 2 for Maximum Performance
 
Building an Observability Platform in 389 Difficult Steps
Building an Observability Platform in 389 Difficult StepsBuilding an Observability Platform in 389 Difficult Steps
Building an Observability Platform in 389 Difficult Steps
 
Make synthetic monitoring a critical part of your IT monitoring strategy: Why...
Make synthetic monitoring a critical part of your IT monitoring strategy: Why...Make synthetic monitoring a critical part of your IT monitoring strategy: Why...
Make synthetic monitoring a critical part of your IT monitoring strategy: Why...
 
Emakina Academy - 5 - Know your audience - Web Analytics
Emakina Academy -  5 - Know your audience - Web AnalyticsEmakina Academy -  5 - Know your audience - Web Analytics
Emakina Academy - 5 - Know your audience - Web Analytics
 
Application development using the wso2 developer studio
Application development using the wso2 developer studioApplication development using the wso2 developer studio
Application development using the wso2 developer studio
 
Hadoop Summit San Diego Feb2013
Hadoop Summit San Diego Feb2013Hadoop Summit San Diego Feb2013
Hadoop Summit San Diego Feb2013
 
Azure Monitoring Overview
Azure Monitoring OverviewAzure Monitoring Overview
Azure Monitoring Overview
 
Making ultra fast ultra scalable solutions with sitecore 8
Making ultra fast ultra scalable solutions with sitecore 8Making ultra fast ultra scalable solutions with sitecore 8
Making ultra fast ultra scalable solutions with sitecore 8
 
ATAGTR2017 Unified APM: The new age performance monitoring for production sys...
ATAGTR2017 Unified APM: The new age performance monitoring for production sys...ATAGTR2017 Unified APM: The new age performance monitoring for production sys...
ATAGTR2017 Unified APM: The new age performance monitoring for production sys...
 
Google Analytics 101 Webinar
Google Analytics 101 WebinarGoogle Analytics 101 Webinar
Google Analytics 101 Webinar
 
Breaking Up the Monolith While Migrating to AWS (GPSTEC320) - AWS re:Invent 2018
Breaking Up the Monolith While Migrating to AWS (GPSTEC320) - AWS re:Invent 2018Breaking Up the Monolith While Migrating to AWS (GPSTEC320) - AWS re:Invent 2018
Breaking Up the Monolith While Migrating to AWS (GPSTEC320) - AWS re:Invent 2018
 
Rohit_Kumar_Resume
Rohit_Kumar_ResumeRohit_Kumar_Resume
Rohit_Kumar_Resume
 
Logging service design
Logging service designLogging service design
Logging service design
 
SharePoint Development Workshop
SharePoint Development WorkshopSharePoint Development Workshop
SharePoint Development Workshop
 

More from Chris Sparshott

2016 IBM choice award winners
2016 IBM choice award winners2016 IBM choice award winners
2016 IBM choice award winnersChris Sparshott
 
2016 IBM Beacon award winners
2016 IBM Beacon award winners2016 IBM Beacon award winners
2016 IBM Beacon award winnersChris Sparshott
 
Maximo licensing information and usage restrictions 11 March 2015
Maximo licensing information and usage restrictions 11 March 2015Maximo licensing information and usage restrictions 11 March 2015
Maximo licensing information and usage restrictions 11 March 2015Chris Sparshott
 
SPSS Modeler 16 What's New!?
SPSS Modeler 16 What's New!?SPSS Modeler 16 What's New!?
SPSS Modeler 16 What's New!?Chris Sparshott
 
WebSphere application server 8.5.5 - quick overview
WebSphere application server 8.5.5 - quick overviewWebSphere application server 8.5.5 - quick overview
WebSphere application server 8.5.5 - quick overviewChris Sparshott
 
Urban code - DevOps - cost reduction
Urban code - DevOps - cost reductionUrban code - DevOps - cost reduction
Urban code - DevOps - cost reductionChris Sparshott
 
Bluemix, PaaS by IBM - Screenshot demo
Bluemix, PaaS by IBM - Screenshot demoBluemix, PaaS by IBM - Screenshot demo
Bluemix, PaaS by IBM - Screenshot demoChris Sparshott
 
Cloud computing From Iaas to PaaS to SaaS
Cloud computing From Iaas to PaaS to SaaSCloud computing From Iaas to PaaS to SaaS
Cloud computing From Iaas to PaaS to SaaSChris Sparshott
 
IBM Software Support and Subscription
IBM Software Support and SubscriptionIBM Software Support and Subscription
IBM Software Support and SubscriptionChris Sparshott
 
Install Lotus Connections on Blackberry
Install Lotus Connections on BlackberryInstall Lotus Connections on Blackberry
Install Lotus Connections on BlackberryChris Sparshott
 
Apple iPhone and iPad at IBM
Apple iPhone and iPad at IBMApple iPhone and iPad at IBM
Apple iPhone and iPad at IBMChris Sparshott
 
SUN Solaris Zones WebSphere Portal licensing
SUN Solaris Zones WebSphere Portal licensingSUN Solaris Zones WebSphere Portal licensing
SUN Solaris Zones WebSphere Portal licensingChris Sparshott
 
Domino must gather information
Domino must gather informationDomino must gather information
Domino must gather informationChris Sparshott
 
The business value of notes 8.5.1
The business value of notes 8.5.1The business value of notes 8.5.1
The business value of notes 8.5.1Chris Sparshott
 
IBM SaaS Change Profile Picture
IBM SaaS Change Profile PictureIBM SaaS Change Profile Picture
IBM SaaS Change Profile PictureChris Sparshott
 
IBM SaaS Complete A Questionnaire
IBM SaaS Complete A QuestionnaireIBM SaaS Complete A Questionnaire
IBM SaaS Complete A QuestionnaireChris Sparshott
 

More from Chris Sparshott (20)

IBM and Apache Spark
IBM and Apache SparkIBM and Apache Spark
IBM and Apache Spark
 
2016 IBM choice award winners
2016 IBM choice award winners2016 IBM choice award winners
2016 IBM choice award winners
 
2016 IBM Beacon award winners
2016 IBM Beacon award winners2016 IBM Beacon award winners
2016 IBM Beacon award winners
 
IBM Acquisitions
IBM AcquisitionsIBM Acquisitions
IBM Acquisitions
 
Maximo licensing information and usage restrictions 11 March 2015
Maximo licensing information and usage restrictions 11 March 2015Maximo licensing information and usage restrictions 11 March 2015
Maximo licensing information and usage restrictions 11 March 2015
 
SPSS Modeler 16 What's New!?
SPSS Modeler 16 What's New!?SPSS Modeler 16 What's New!?
SPSS Modeler 16 What's New!?
 
IBM MQ v8 enhancements
IBM MQ v8 enhancementsIBM MQ v8 enhancements
IBM MQ v8 enhancements
 
WebSphere application server 8.5.5 - quick overview
WebSphere application server 8.5.5 - quick overviewWebSphere application server 8.5.5 - quick overview
WebSphere application server 8.5.5 - quick overview
 
Urban code - DevOps - cost reduction
Urban code - DevOps - cost reductionUrban code - DevOps - cost reduction
Urban code - DevOps - cost reduction
 
Bluemix, PaaS by IBM - Screenshot demo
Bluemix, PaaS by IBM - Screenshot demoBluemix, PaaS by IBM - Screenshot demo
Bluemix, PaaS by IBM - Screenshot demo
 
Cloud Computing IaaS
Cloud Computing IaaSCloud Computing IaaS
Cloud Computing IaaS
 
Cloud computing From Iaas to PaaS to SaaS
Cloud computing From Iaas to PaaS to SaaSCloud computing From Iaas to PaaS to SaaS
Cloud computing From Iaas to PaaS to SaaS
 
IBM Software Support and Subscription
IBM Software Support and SubscriptionIBM Software Support and Subscription
IBM Software Support and Subscription
 
Install Lotus Connections on Blackberry
Install Lotus Connections on BlackberryInstall Lotus Connections on Blackberry
Install Lotus Connections on Blackberry
 
Apple iPhone and iPad at IBM
Apple iPhone and iPad at IBMApple iPhone and iPad at IBM
Apple iPhone and iPad at IBM
 
SUN Solaris Zones WebSphere Portal licensing
SUN Solaris Zones WebSphere Portal licensingSUN Solaris Zones WebSphere Portal licensing
SUN Solaris Zones WebSphere Portal licensing
 
Domino must gather information
Domino must gather informationDomino must gather information
Domino must gather information
 
The business value of notes 8.5.1
The business value of notes 8.5.1The business value of notes 8.5.1
The business value of notes 8.5.1
 
IBM SaaS Change Profile Picture
IBM SaaS Change Profile PictureIBM SaaS Change Profile Picture
IBM SaaS Change Profile Picture
 
IBM SaaS Complete A Questionnaire
IBM SaaS Complete A QuestionnaireIBM SaaS Complete A Questionnaire
IBM SaaS Complete A Questionnaire
 

Recently uploaded

Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 

Recently uploaded (20)

Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 

Integrating IBM Web Sphere Portal With Web Analytic Hosted And Non Hosted Sites V1 R8

  • 1. #1298 Integrating IBM WebSphere Portal with Web Analytic Hosted and Non-Hosted Sites Stefan Liesche Richard Gornitsky
  • 2. Disclaimer • The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for IBM’s products remains at the sole discretion of IBM . • Screenshots/Demo in this presentation are simulated or they are from current code. There is no commitment that they represent the final screenshots. • The purpose of this presentation is to gather feedback on a possible future product plan. The feedback will be used by IBM.
  • 3. Agenda • Why Analytics? • What is the User Experience Optimization Initiative? • Comparing Server-side and Active Site Analytics • Overview on Server-side Site Analytics • Overview on Active Site Analytics • Coremetrics • Omniture • Webtrends • Future Outlook
  • 4. How lar o pu are m usi any p m os t p ng is t h e r c h? the eople W ha t s ea Por tal? W hat a s er re doing o most us ers W here are my u n the P rom? ortal? coming f for W hat are m I plan y customers How should of my downloading t he growth ? ? Portal
  • 5. What is Portal Analytics? The process of Collecting, Processing, and Reporting portal usage data.
  • 6. Why do We Care About Portal Analytics? – Enables customers to provide a more personalized experience to their clients by deploying a more dynamic web solution. – Increase revenue with better targeting – Decrease cost with automatic tuning – Increase customer satisfaction, decrease infrastructure costs, and testing costs with better designs
  • 7. What Do WebSphere Portal Customers Want! • Our customers are demanding better integration. – Integration with site analyzer tools are performed by manually imbedding tags into portlets and themes or creating reports based on the portal site analyzer logs. – Request seamlessly integration within each product to enable easy site metric analysis. • Customers more willing to buy products that are tested and integrated with their web analytic infrastructures
  • 8. Agenda  Why Analytics? • What is the User Experience Optimization Initiative? • Comparing Server-side and Active Site Analytics • Overview on Server-side Site Analytics • Overview on Active Site Analytics • Coremetrics • Omniture • Webtrends • Future Outlook
  • 9. What is the User Experience Optimization Initiative? • The IBM User Experience Optimization Initiative (UEOI) teams IBM and the leaders of Web Analytic software to enable WebSphere Portal customers to easily capture and measuring the user activity so that portals can be better designed and targeted. • First step in implementing our vision to provide an improved and more personalized experience to our clients by allowing them to deploy dynamic and smarter web solutions.
  • 10. Our Partners • Vendors Chosen Based on Market Leadership and Current Customer Relationships – Coremetrics – Omniture – Webtrends • Coremetrics is an IBM Partner and has an alliance with W ebSphere Commerce • Omniture is a fast growing web analytic leader • Omniture is a leading provider of online business optimization software – Gold Sponsor of Impact 2009 – Has integrations with IBM Websphere Commerce and Portal – Global Alliance with IBM Global Business Services • W ebtrends is very established within W ebSphere Portal customers.
  • 11. Phase 1 • Show how the web analytic products already work today – Have detail solution guides available on the WebSphere Portal wiki – Also available on Coremetrics, Webtrends, or Omniture’s web site • Provide service offering if you need help • Create generic Web Analytic Reports for the Portal Site Analyzer Log – Webtrends only
  • 12. ISSL Service Offerings • ISSL has experience working with customers to define; – What to measure – How to measure it – Overall approach is necessarily agnostic to the analytics tool • Lotus/ISSL is committed to working with Omniture, Coremetrics, and Webtrends • ISSL is seeking pilot projects – Ensure that our approach will provide the maximum integration between these tools and future releases of WebSphere Portal.
  • 13. Agenda  Why Analytics?  What is the User Experience Optimization Initiative? • Comparing Server-side and Active Site Analytics • Overview on Server-side Site Analytics • Overview on Active Site Analytics • Coremetrics • Omniture • Webtrends • Future Outlook
  • 14. Analytics Data Collection Approaches There are two main approaches for collecting analytics data:  Server-side Site Analytics (aka logfile analysis)  User interactions and meta data is written to server logfiles hosted on the Portal Server.  Logfiles can be recorded and stored for later offline processing.  Analytics engines read these logfiles for collecting analytics data.  WebSphere Portal provides fine grained usage information.  Only hits on the Portal Server are recorded (e.g. cached page hits are not recorded)  Logfile recording is activated via configuration in WebSphere Portal.  No special coding needed for base reporting (pages, portlets,…)  Portlets can report specialized business events by calling analytics log API (since 6.1.0.1)  Active Site Analytics (aka page tagging)  Java script within the Portal page (e.g. Theme/Skin) notifies analytics server about user activity.  Analytics data is collected online within the Analytics system.  Analytics systems gather and process this data locally.  Currently (WP6.1) appropriate Java script needs to be injected manually into Portal.  The injected javascript determines which data will be recorded (requires proper planning)  Injection into Themes and Skins allows reporting of page and Portlet views.  Portlet business events are collected by adding javascript to the Portlet markup.  Any rendering of the corresponding page in the users browser can be recorded (incl. cached pages) Both approaches can be used with WebSphere Portal 6.1, either exclusively or in combination.
  • 15. Agenda  Why Analytics?  What is the User Experience Optimization Initiative?  Comparing Server-side and Active Site Analytics • Overview on Server-side Site Analytics • Overview on Active Site Analytics • Coremetrics • Omniture • Webtrends • Future Outlook
  • 16. Analytics Architecture – Server-side Site Analytics Covered by WebSphere Portal Online L1 Http L2 Browser Portal Server* L3 Ln Analytics Logfile Report Report Analytics Generation Software Not covered by WebSphere Portal Offline
  • 17. What exactly is recorded?  Users requesting pages, incl. contained Portlets  Session activities (login, logout, timed out, login failed)  Page management (creating, updating, deleting a page)  User Management actions (creating, updating, deleting users and groups)
  • 18. Loggers in depth Logger Purpose SiteAnalyzerSessionLogger Logs session events like login or logout SiteAnalyzerUserManagementLogger User and group management events like creating or deleting users and groups SiteAnalyzerPageLogger Page render events SiteAnalyzerPortletLogger Portlet render events SiteAnalyzerJSRPortletLogger Custom business events in standard Portlets (JSR 168, JSR 286) SiteAnalyzerPortletActionLogger Actions occurred in a Portlet SiteAnalyzerApplicationActionLogger Actions occurred in a Portlet application SiteAnalyzerErrorLogger Logs any errors
  • 19. Example: Logging Page Requests The request was made from The authenticated user for this request was wpsadmin Date and time of the request Page that was requested (short name of the user) localhost localhost - wpsadmin [01/Oct/2008:18:27:50 +0200] quot;GET /Page/6_CGAH47L008TI5027D49C9B3GS0 HTTP/1.1quot; 200 -1 quot;quot; quot;Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17quot; quot;JSESSIONID=0000CzJfHQHM- ZCbUbwxIascPFo:-1;LtpaToken2=DQMY...quot; The request was The size of the The request was made Firefox 2.0 on successful (HTTP returned markup is within a certain session, Windows XP response code 200) unknown to the logger identified by its id Notes:  Cookies can be filtered (SiteAnalyzerFormatter.cookies)
  • 20. Example: Logging Page and Portlet Requests The portlet localhost - wpsadmin [01/Oct/2008:18:27:50 +0200] quot;GET /Portlet/5_CGAH47L008TI5027D49C9B3 GS5/Information_Portlet? The page Referer: PortletPID=5_CGAH47L008TI5027D49C9B3GS5&PortletM where the portlet is placed ode=View&PortletState=Normal HTTP/1.1quot; 200 -1 quot;http://localhost/Page/ 6_CGAH47L008TI5027D49C9B3GS0quot; quot;Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17quot; quot;JSESSIONID=0000CzJfHQHM- ZCbUbwxIascPFo:-1;LtpaToken2=DQMY...quot;
  • 21. Ne Analytics and Reporting with WCM w The JSR 286 Web Content Viewer implements site analysis logging, which enables you to gather usage statistics of each instance of the rendering portlet. (since 6.1.0.1) • Enable detailed site analysis logging for WCM: – Install PK76625 – Activate the SiteAnalyzerJSRPortletLogger logger SiteAnalyzerJSRPortletLogger.isLogging = true • hostname - user [Date] quot;GET /Portlet/ 5_8.../Web_Content_Viewer_(JSR_286) /Web%20Content%2fTestSite01%2fTestSiteArea01%2fTestContent01? PortletPID=5_8000CB1A00U6B02NVSPH1G20G1&PortletMode=view&PortletState=normal& RequestType=render&=PUBLIC_CONTEXT=%2fWeb%20Content%2fTestSite01% 2fTestSiteArea01%2fTestContent01 HTTP/1.1quot; 200 -1 quot;http://hostanme/Page/ 6_80.../MyPagequot; quot;Mozilla/5.0 ...quot; quot;JSESSIONID=000...quot; • Portlet Statistics Event Logging API: – saLogger.log(quot;A sample business eventquot;); • JavaDoc: http://www-01.ibm.com/support/docview.wss?uid=swg21372892 http://www-01.ibm.com/software/brandcatalog/portal/portal/details?NavCode=1WP1001S6
  • 22. Information that can be derived from the log • Browsers and Operating sysems of the users visiting the portal • Different logins corresponding to authenticated users • Robots and programmatic clients • Pages that were requested but not found • Search engines, key phrases and key words • Different operating systems as reported by the browser • The referring page a user came from • Entry and exit URLs Please keep in mind: Portal provides just the data (log file). • Many more … It is up to the analysis package (not part of the portal offering) to derive information from the data.
  • 23. Key Takeaways for Server-side Site (Logfile) Analytics • WebSphere Portal’s site analytics log provides all the necessary data for site analytics • The recorded URLs are not real, clickable URLs They still provide the relevant information to find out which pages the users of the portal looked at • We explained how portal formats the analytics log file
  • 24. Agenda  Why Analytics?  What is the User Experience Optimization Initiative?  Comparing Server-side and Active Site Analytics  Overview on Server-side Site Analytics • Overview on Active Site Analytics • Coremetrics • Omniture • Webtrends • Future Outlook
  • 25. Analytics Architecture – Active Site Analytics Covered by WebSphere Portal Script Injection PoC Online L1 L2 Http Browser Server* Portal L3 Ln Report Report Analytics Analytics Generation Software Data Not covered by WebSphere Portal Online
  • 26. General Scenario – Active Site Analytics 1. Client requests portal page 2. Portal returns page markup including metadata markup 3. Client aggregates metadata using JavaScript snippet Analytics Partner Solution 4. Client sends aggregate to analytics server (e.g. via HTTP GET) Analytics 5. Analytics server writes access log SW as.example.com 6. 3rd party analytics package analyzes log Analytics 6 5 HTTP GET /portlet?id=xyz123abc&… Aggregation Server 4 Event log 3 2 <div class=“portlet-window” id=“xyz123abc”>… Browser Portal Client Server 1 Request Page
  • 27. Future: Aggregation Script Portal Page <div class=“page-name” id=“welcome”> <div class=“portlet-window” id=“tcwtvxgl6”> <div class=“portlet-window” id=“quu3xqnbh”> Portlet Portlet </div> </div> <div class=“portlet-window” id=“mrpl1jad6”> <div class=“portlet-window” id=“pyy0wmj58”> Portlet Portlet </div> </div> <script type=quot;text/javascriptquot;> dojo.forEach(portlets, function(portlet, i, portlets) { params += … } ); body.innerHTML += quot;<img src=‘http://as.example.com/portlet?id=quot; + params +quot; />quot;; </script> </div> ** Some of the ideas presented here may be delivered in future version of WebSphere Portal, but some will not.
  • 28. What exactly is recorded? • Depends on the specific solution Typically recorded events are: • Page Display • Listing of items on the page • Download actions • Links leaving the site • Information is sent to analytics system from the browser (web bug, java script, image link,...) • Some tools cover multiple request per single page (page+portlet+content) • Information is usually dependent on specific screen being rendered.
  • 29. Agenda  Why Analytics?  What is the User Experience Optimization Initiative?  Comparing Server-side and Active Site Analytics  Overview on Server-side Site Analytics  Overview on Active Site Analytics • Coremetrics • Omniture • Webtrends • Future Outlook
  • 30. Agenda  Why Analytics?  What is the User Experience Optimization Initiative?  Comparing Server-side and Active Site Analytics  Overview on Server-side Site Analytics  Overview on Active Site Analytics  Coremetrics • Omniture • Webtrends • Future Outlook
  • 31. Online Marketing and Business Optimization Suite … jointly developed and supported for IBM WebSphere Commerce Server Analyst • Financial Highlights Acclaimed – 61% 5 year CAGR – 1,500+ online brands transacting $20 Billion+ annually – 40%+ growth in new customer acquisition 2007-2008 – Record revenue in 2008 • Analyst acclaimed & award winning – Only vendor named “leader” by Forrester 4 consecutive years – Overall points leader in last Forrester Wave with highest marks Award for Strategy – Winning Top solution for “Advanced Features” in Jupiter’s recent Web Analytics Buyers Guide. • Strong partner ecosystem – Over 70 digital media partnerships – Exclusive integration with IBM WebSphere Commerce – Integrated Technology Platform – Coremetrics Connect
  • 32. Online Marketing and Business Optimization Suite … jointly developed and supported for IBM WebSphere Commerce Server LIVEprofiles™ create the foundation of a unique visitor experience Actionable Marketing Applications provide enterprise intelligence for precisely targeted campaigns, third-party web site analysis and measurable Search results Web Analytics solutions for rich segmentation analysis, ad-hoc reporting and industry specific benchmark performance Coremetrics Connect™ Import/ Export API provides Partner integration and utilization of client IP and/or visitor behavior
  • 33. Our WebSphere Portal Based IBM Intranet…
  • 34. Organizational Tabs Organizational tabs
  • 35. Portlets Portlets
  • 39. Roles
  • 40. Roles – Portlet and Search Term Zoom
  • 41. Agenda  Why Analytics?  What is the User Experience Optimization Initiative?  Comparing Server-side and Active Site Analytics  Overview on Server-side Site Analytics  Overview on Active Site Analytics  Coremetrics • Omniture • Webtrends • Future Outlook
  • 42. Omniture • Public Company on NASDAQ: OMTR Company • $296M Revenue in 2008, 107% YOY Growth • Global Reach; 1100 Employees; 15 Countries • Global Market Leader for Web Analytics Leadership • 5000 Customers, 200 Fortune 500; 95% Retention • Industry Consulting, 24/7 ClientCare and Education • Over 3.5 Trillion Transactions Served in 2008 Infrastructure • 15,000 Servers Across Global Data Centers • Over 250 Patents and Patent Applications Partner • 700+ Channel Partners, 200+ Genesis Partners Ecosystem • Integrations with IBM WebSphere Commerce and Portal • Pending Global Alliance with IBM Global Services
  • 43. Customer Success Over 5200 Customers Across Many Industries MEDIA 5 of Top 10 Media Companies RETAIL 6 of Top 10 Retailers FINANCE 4 of Top 5 Banks Learn More about the Omniture/IBM Alliance TRAVEL at Impact 2009 4 of Top 5 Travel Companies Gold Sponsor Booth G2 TELECOM 23 of the W ired 40 Birds of a Feather Session Today at Noon Breakout Session Today at 3:15pm MANUFACTURING 7 of the Top 10 Consumer Products Companies TECHNOLOGY 6 of the Top 10 Business W eek IT-100 AUTOMOTIVE 11 of Top 15 Automotive Companies
  • 44.
  • 45.
  • 46.
  • 47.
  • 48.
  • 49.
  • 50.
  • 51.
  • 52. Agenda  Why Analytics?  What is the User Experience Optimization Initiative?  Comparing Server-side and Active Site Analytics  Overview on Server-side Site Analytics  Overview on Active Site Analytics  Coremetrics  Omniture • Webtrends • Future Outlook
  • 53. Our Mission: Our Credentials: We turn numbers from your Created the web analytics market 15 • web site and throughout your years ago organization into understanding of your business and Countless industry firsts, including hosted • customers – solution 55 patents granted worldwide, 40 patents Understanding that • pending leads to action, State of the art data centers: never lost a • action that leads to byte success. of customer data Global, dedicated solutions consultants • and support • “100% of analytics functionality,” - Jupiter Research • 7000+ customers and 300+ employees • The preferred choice for top analytics
  • 54. Webtrends Technology & Services Industry leading services and support for development and ongoing optimization of this customized solution Drive profitable traffic to your digital channels Optimize content, communications and the entire online experience Collect, access and share visitor-level digital data across the Enterprise Measure & quantify visitor engagement Identify and target your highest value visitors Listen, learn and participate in the social media conversation around your brand
  • 61. Agenda  Why Analytics?  What is the User Experience Optimization Initiative?  Comparing Server-side and Active Site Analytics  Overview on Server-side Site Analytics  Overview on Active Site Analytics  Coremetrics  Omniture • Webtrends • Future Outlook
  • 62. Our Mission: Our Credentials: We turn numbers from your Created the web analytics market 15 • web site and throughout your years ago organization into understanding of your business and Countless industry firsts, including hosted • customers – solution 55 patents granted worldwide, 40 patents Understanding that • pending leads to action, State of the art data centers: never lost a • action that leads to byte success. of customer data Global, dedicated solutions consultants • and support • “100% of analytics functionality,” - Jupiter Research • 7000+ customers and 300+ employees • The preferred choice for top analytics
  • 63. Webtrends Technology & Services Industry leading services and support for development and ongoing optimization of this customized solution Drive profitable traffic to your digital channels Optimize content, communications and the entire online experience Collect, access and share visitor-level digital data across the Enterprise Measure & quantify visitor engagement Identify and target your highest value visitors Listen, learn and participate in the social media conversation around your brand
  • 70. Agenda  Why Analytics?  What is the User Experience Optimization Initiative?  Comparing Server-side and Active Site Analytics  Overview on Server-side Site Analytics  Overview on Active Site Analytics  Coremetrics  Omniture  Webtrends • Future Outlook
  • 71. Futures • Enhance integration with the Web Analytic Vendor products in WebSphere Portal 7.0 – Create an administrative portlet which enables the user to choose which web analytic product he/she is using. – WebSphere Portal will inject script/tags into the theme/ skins, portlets, or possibly content repository – Add portlets with dashboard and content / grouping segmentation reports • Provide portal and portlet views
  • 72. Long-term Vision “A self-optimizing portal that automatically responds to the demand on the site and optimises for better results.” • Understand user behaviour on your Portal site and have your Portal automatically respond to usage patterns and optimise the user experience. • Set targets and have Portal and Analytics technologies work on achieving these goals. • Automatically compare alternative strategies and automatically select the ideal strategy based on user insight.
  • 73. We love your Feedback! • Don’t forget to submit your Impact session and speaker feedback! Your feedback is very important to us, we use it to improve our conference for you next year. • Go to www.impact09guide.com on a smartphone device or a loaner device • From the Impact 2009 Online Conference Guide; – Select Agenda – Navigate to the session you want to give feedback on – Select the session or speaker feedback links – Submit your feedback
  • 74. © IBM Corporation 2009. All Rights Reserved. The workshops, sessions and materials have been prepared by IBM or the session speakers and reflect their own views. They are provided for informational purposes only, and are neither intended to, nor shall have the effect of being, legal or other guidance or advice to any participant. While efforts were made to verify the completeness and accuracy of the information contained in this presentation, it is provided AS IS without warranty of any kind, express or implied. IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, this presentation or any other materials. Nothing contained in this presentation is intended to, nor shall have the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and conditions of the applicable license agreement governing the use of IBM software. References in this presentation to IBM products, programs, or services do not imply that they will be available in all countries in which IBM operates. Product release dates and/or capabilities referenced in this presentation may change at any time at IBM’s sole discretion based on market opportunities or other factors, and are not intended to be a commitment to future product or feature availability in any way. Nothing contained in these materials is intended to, nor shall have the effect of, stating or implying that any activities undertaken by you will result in any specific sales, revenue growth or other results. Performance is based on measurements and projections using standard IBM benchmarks in a controlled environment. The actual throughput or performance that any user will experience will vary depending upon many factors, including considerations such as the amount of multiprogramming in the user's job stream, the I/O configuration, the storage configuration, and the workload processed. Therefore, no assurance can be given that an individual user will achieve results similar to those stated here. All customer examples described are presented as illustrations of how those customers have used IBM products and the results they may have achieved. Actual environmental costs and performance characteristics may vary by customer. The following are trademarks of the International Business Machines Corporation in the United States and/or other countries: ibm.com/legal/copytrade.shtmlAIX, CICS, CICSPlex, DataPower, DB2, DB2 Universal Database, i5/OS, IBM, the IBM logo, IMS/ESA, Power Systems, Lotus, OMEGAMON, OS/390, Parallel Sysplex, pureXML, Rational, Redbooks, Sametime, SMART SOA, System z , Tivoli, WebSphere, and z/OS. A current list of IBM trademarks is available on the Web at “Copyright and trademark information” at ibm.com/legal/copytrade.shtml. Adobe, the Adobe logo, PostScript, and the PostScript logo are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States, and/or other countries. IT Infrastructure Library is a registered trademark of the Central Computer and Telecommunications Agency which is now part of the Office of Government Commerce Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both. Microsoft and Windows are trademarks of Microsoft Corporation in the United States, other countries, or both. ITIL is a registered trademark, and a registered community trademark of the Office of Government Commerce, and is registered in the U.S. Patent and Trademark Office Intel and Pentium are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. UNIX is a registered trademark of The Open Group in the United States and other countries. Linux is a registered trademark of Linus Torvalds in the United States, other countries, or both.