integrating ibm web sphere portal with web analytic hosted and non hosted sites v1 r8

74
Integrating IBM WebSphere Portal with Web Analytic Hosted and Non-Hosted Sites Stefan Liesche Richard Gornitsky #1298

Upload: chris-sparshott

Post on 19-May-2015

4.731 views

Category:

Technology


2 download

DESCRIPTION

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

TRANSCRIPT

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

Integrating IBM WebSphere Portal with Web Analytic Hosted and Non-Hosted Sites

Stefan LiescheRichard Gornitsky

#1298

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

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.

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

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

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

How many people

are using the Portal?

What are most users doing on the Portal?

How should I plan for

the growth of my

Portal?

What is the most popular

search?

Where are my user

coming from?

What are my customers downloading?

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

What is Portal Analytics?

The process of Collecting, Processing, andReporting

portal usage data.

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

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

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

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

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

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

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

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.

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

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 WebSphere 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

• Webtrends is very established within WebSphere Portal customers.

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

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

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

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.

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

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

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

Analytics Data Collection ApproachesThere 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.

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

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

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

Online

Analytics Architecture – Server-side Site Analytics

Browser HttpServer* Portal

AnalyticsLogfile

AnalyticsSoftware

ReportGeneration

Report

Offline

Covered by WebSphere Portal

Not covered by WebSphere Portal

Ln

L3

L2

L1

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

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)

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

Loggers in depthLogger 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

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

Example: Logging Page Requests

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

The request was made from localhost

The authenticated user for this request was wpsadmin (short name of the user)

Date and time of the request

Page that was requested

The request was successful (HTTP

response code 200)

The size of the returned markup is

unknown to the logger

Firefox 2.0 on Windows XP

The request was made within a certain session,

identified by its id

Notes: Cookies can be filtered (SiteAnalyzerFormatter.cookies)

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

Example: Logging Page and Portlet Requests

localhost - wpsadmin [01/Oct/2008:18:27:50 +0200] "GET /Portlet/5_CGAH47L008TI5027D49C9B3 GS5/Information_Portlet?PortletPID=5_CGAH47L008TI5027D49C9B3GS5&PortletMode=View&PortletState=Normal HTTP/1.1" 200 -1 "http://localhost/Page/6_CGAH47L008TI5027D49C9B3GS0" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17" "JSESSIONID=0000CzJfHQHM-ZCbUbwxIascPFo:-1;LtpaToken2=DQMY..."

The portlet

Referer: The page where the portlet is

placed

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

New

http://www-01.ibm.com/software/brandcatalog/portal/portal/details?NavCode=1WP1001S6

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)

Analytics and Reporting with WCM

• Enable detailed site analysis logging for WCM:– Install PK76625

– Activate the SiteAnalyzerJSRPortletLogger logger SiteAnalyzerJSRPortletLogger.isLogging = true • hostname - user [Date] "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.1" 200 -1 "http://hostanme/Page/6_80.../MyPage" "Mozilla/5.0 ..." "JSESSIONID=000..."

• Portlet Statistics Event Logging API:– saLogger.log("A sample business event");

• JavaDoc: http://www-01.ibm.com/support/docview.wss?uid=swg21372892

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

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• Many more …

Please keep in mind: Portal provides just the data (log file).

It is up to the analysis package (not part of the portal offering) to derive information from the data.

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

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 URLsThey 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

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

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

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

Online

Analytics Architecture – Active Site Analytics

Browser HttpServer* Portal

AnalyticsData

AnalyticsSoftware

ReportGenerationReport

Online

Covered by WebSphere Portal Script Injection PoC

Not covered by WebSphere Portal

Ln

L3

L2

L1

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

Analytics Partner Solution

1. Client requests portal page

2. Portal returns page markup including metadata markup

3. Client aggregates metadata using JavaScript snippet

4. Client sends aggregate to analytics server (e.g. via HTTP GET)

5. Analytics server writes access log

6. 3rd party analytics package analyzes log

General Scenario – Active Site Analytics

BrowserClient

PortalServer

Analytics HTTPServer

Request Page

<div class=“portlet-window” id=“xyz123abc”>…

as.example.com

GET /portlet?id=xyz123abc&…

Event log

1

2

4

5

AnalyticsSW

6

3

Aggregation

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

Future: Aggregation ScriptPortal Page<div class=“page-name” id=“welcome”>

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

<div class=“portlet-window” id=“tcwtvxgl6”>

</div>

Portlet

<div class=“portlet-window” id=“quu3xqnbh”>

</div>

Portlet

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

</div>

Portlet

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

</div>

Portlet

** Some of the ideas presented here may be delivered in future version of WebSphere Portal, but some will not.

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

What exactly is recorded?

• Depends on the specific solutionTypically 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.

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

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

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

AgendaWhy 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

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

• Financial Highlights– 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

for Strategy– 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

AwardWinning

AnalystAcclaimed

Online Marketing and Business Optimization Suite

… jointly developed and supported for IBM WebSphere Commerce Server

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

Online Marketing and Business Optimization Suite

LIVEprofiles™LIVEprofiles™ create the foundation of a unique visitor experience

Actionable Marketing ApplicationsActionable Marketing Applications provide enterprise intelligence for precisely targeted campaigns, third-party web site analysis and measurable Search results

Web AnalyticsWeb Analytics solutions for rich segmentation analysis, ad-hoc reporting and industry specific benchmark performance

Coremetrics Connect™Coremetrics Connect™ Import/Export API provides Partner integration and utilization of client IP and/or visitor behavior

… jointly developed and supported for IBM WebSphere Commerce Server

LIVEprofiles™LIVEprofiles™ create the foundation of a unique visitor experience

Actionable Marketing ApplicationsActionable Marketing Applications provide enterprise intelligence for precisely targeted campaigns, third-party web site analysis and measurable Search results

Web AnalyticsWeb Analytics solutions for rich segmentation analysis, ad-hoc reporting and industry specific benchmark performance

LIVEprofiles™LIVEprofiles™ create the foundation of a unique visitor experience

Actionable Marketing ApplicationsActionable Marketing Applications provide enterprise intelligence for precisely targeted campaigns, third-party web site analysis and measurable Search results

LIVEprofiles™LIVEprofiles™ create the foundation of a unique visitor experience

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

Our WebSphere Portal Based IBM Intranet…

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

Organizational Tabs

Organizational tabs

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

Portlets

Portlets

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

Key Tabs

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

Key Portlets

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

Geography

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

Roles

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

Roles – Portlet and Search Term Zoom

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

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

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

Omniture• Public Company on NASDAQ: OMTR• $296M Revenue in 2008, 107% YOY Growth• Global Reach; 1100 Employees; 15 Countries

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

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

Company

Leadership

Infrastructure

PartnerEcosystem

• 700+ Channel Partners, 200+ Genesis Partners• Integrations with IBM WebSphere Commerce and Portal• Pending Global Alliance with IBM Global Services

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

5 of Top 10 Media Companies

6 of Top 10 Retailers

4 of Top 5 Banks

4 of Top 5 Travel Companies

23 of the Wired 40

11 of Top 15 Automotive Companies

7 of the Top 10 Consumer Products Companies

6 of the Top 10 Business Week IT-100

MEDIA

RETAIL

FINANCE

TRAVEL

TELECOM

MANUFACTURING

TECHNOLOGY

AUTOMOTIVE

Customer SuccessOver 5200 Customers Across Many Industries

Learn More about the Omniture/IBM Alliance at Impact 2009

Gold Sponsor Booth G2Birds of a Feather Session Today at NoonBreakout Session Today at 3:15pm

Page 44: Integrating IBM Web Sphere Portal With Web Analytic Hosted And Non Hosted Sites V1 R8
Page 45: Integrating IBM Web Sphere Portal With Web Analytic Hosted And Non Hosted Sites V1 R8
Page 46: Integrating IBM Web Sphere Portal With Web Analytic Hosted And Non Hosted Sites V1 R8
Page 47: Integrating IBM Web Sphere Portal With Web Analytic Hosted And Non Hosted Sites V1 R8
Page 48: Integrating IBM Web Sphere Portal With Web Analytic Hosted And Non Hosted Sites V1 R8
Page 49: Integrating IBM Web Sphere Portal With Web Analytic Hosted And Non Hosted Sites V1 R8
Page 50: Integrating IBM Web Sphere Portal With Web Analytic Hosted And Non Hosted Sites V1 R8
Page 51: Integrating IBM Web Sphere Portal With Web Analytic Hosted And Non Hosted Sites V1 R8
Page 52: Integrating IBM Web Sphere Portal With Web Analytic Hosted And Non Hosted Sites V1 R8

AgendaWhy 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

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

We turn numbers from your web site and throughout your organization into understanding of your business and customers –

Understanding that leads to action, action that leads to success.

Our Credentials:•Created the web analytics market 15 years ago

•Countless industry firsts, including hosted solution

•55 patents granted worldwide, 40 patents pending

•State of the art data centers: never lost a byte 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 consultants

Our Mission:

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

Webtrends Technology & Services

Identify and target your highest value visitors

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

Industry leading services and support for development and ongoing optimization of this customized solution

Listen, learn and participate in the social media conversation around your brand

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

WebSphere Overview Dashboard

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

Pages Report

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

Portlets Viewed

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

Breadcrumb

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

Download

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

Authenticated Usernames

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

AgendaWhy 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

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

We turn numbers from your web site and throughout your organization into understanding of your business and customers –

Understanding that leads to action, action that leads to success.

Our Credentials:•Created the web analytics market 15 years ago

•Countless industry firsts, including hosted solution

•55 patents granted worldwide, 40 patents pending

•State of the art data centers: never lost a byte 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 consultants

Our Mission:

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

Webtrends Technology & Services

Identify and target your highest value visitors

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

Industry leading services and support for development and ongoing optimization of this customized solution

Listen, learn and participate in the social media conversation around your brand

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

WebSphere Overview Dashboard

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

Pages Report

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

Portlets Viewed

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

Breadcrumb

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

Download

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

Authenticated Usernames

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

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

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

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

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

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.

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

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

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

© 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 CommerceJava 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 OfficeIntel 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.