SlideShare a Scribd company logo
1 of 60
SEARCHING FOR SHAREPOINT ANALYTICS
HOW TO GET INSIGHT ON YOUR INTRANET
Jeff Fried
CTO, BA Insight
SharePoint Saturday NYC
July 2016
THANK YOU
EVENT SPONSORS
We appreciated you supporting the
New York SharePoint Community!
• Diamond, Platinum, Gold, & Silver have
tables scattered throughout
• Please visit them and inquire about their
products & services
• To be eligible for prizes make sure to get
your bingo card stamped by ALL sponsors
• Raffle at the end of the day and you must
be present to win!
Focused on Search and
SharePoint since 2004
Longtime
Search Nerd
• CTO, BA Insight
• Senior PM, Microsoft
• VP, FAST
• SVP, LingoMotors
About Jeff Fried
Passionate About
• Search
• SharePoint
• Search-driven
applications
• Information Strategy
Blog:
BAinsight.com/blog
Technet Column
“A View from the
Crawlspace”
jeff.fried@bainsight.com
About BA Insight


– Connectivity
– Applications -
– Classification -
– Analytics

 Analytics Out-of-the-Box
 Build your own Analytics
 What else is out there?
 What’s coming next?
Outline
The Value of Analytics
• Continually improve performance and satisfaction
– Improve infrastructural performance
– improve your search centre's performance
• Increase user engagement
• Validate that SharePoint is delivering results
• Use today's analytics to help drive tomorrows experiences
Layers of Analytics
Infrastructure
Application
Behaviour
Website SharePoint/Intranet
Web services
Page load
People happy?
Servers, Farm
Health checks
How are people
using SharePoint
 Analytics Out-of-the-Box
 Build your own Analytics
 What else is out there?
 What’s next?
Outline
SharePoint Evolution
SharePoint 2010 Analytics
 Web Analytics Reports
 Traffic reports
 Search reports
 Inventory reports
 These reports aggregated at the following levels:
 Per web application in the farm
 Per site collection
 Per site
 Per search service application
 OoTB these reports are visible to Administrators at each level
 ‘View Web Analytics Data’ Permission Level
SP 2010 – Report Summary
SP 2010 - Traffic Reports
How much traffic your site gets
(Number of Page Views);
Who visits your sites
(Top Visitors);
How visitors arrive at your site
(Top Referrers);
Daily Unique Visitors
Top Destinations
Top Browsers
SP 2010 - Search Reports
How many times users searched
(Number of Queries)
What were the most used search
terms (Top Queries)
What queries have high failure
rates (Failed Queries)
Best Bet Usage, Search keywords
SP 2010 - Inventory Reports
What is the total disk drive space
user (Storage Usage)
How many sites exist
(Number of Sites)
Top Site Product Versions
Top Site Languages
SP 2010 – Schedule & Export
SharePoint 2013 Analytics
Popularity Trends shows usage
event statistics for a site
collection, a site, or an individual
item in a library or list.
SharePoint 2013 Analytics
Most Popular Items shows
usage event statistics for all
items in a library or list.
SharePoint 2013 Analytics
SharePoint 2013 Audit Reports
SharePoint 2013 Audit Reports
SharePoint 2016 Analytics
SP 2016
 Better statistics on how SharePoint is being used, and how things may fail
 Real time telemetry (latency, 404’s, document usage stats)
 SLAPI (SharePoint Logging API)
 Enhanced usage database (improves *significantly* upon existing usage
database)
 Generates updated report data in real time
 Stats / Reports on usage, health, storage, performance, and much more
 There’s a lot of useful data in there
Advanced Data Analysis & Reporting
 SharePoint Online Reports: Very much like on premises
 New usage reports for SharePoint, OneDrive, Yammer and Skype now
available
 Providing a complete picture across all Office 365 services
 Activity Dashboard
 Email
 Office Activations
 SharePoint
 OneDrive
 Skype for Business
 Yammer
SharePoint Online Analytics
SharePoint Online Analytics
SharePoint Online Analytics
 Analytics Out-of-the-Box
 Build your own Analytics
 What else is out there?
 What’s coming next?
Outline
SharePoint Analytics – Lacking!
• Reports – not Real time
• Require Site Admin Access
• Lack of Breakdown e.g. by Hour
• No OoTB Dash boarding
• Custom means Custom
SharePoint Search Analytics
DB´s
Properties
Analytics
IndexTimer Jobs
Crawler Logs
Events
Configuration
PowerShell analysisenginepssnapin
Thank you to Nicki Borrell 
Analytics Timer Job for Search
Service Application Search Service
Application
Microsoft SharePoint Foundation
Usage Data Import
Microsoft SharePoint Foundation
Usage Data Processing
Usage Analytics Timer Job for
Search Application Search Service
Application
Analytics Beyond OoTB: SSRS
Analytics Beyond OoTB: SSRS
Analytics Beyond OoTB: Power BI
Custom Solutions with PowerPivot
Thank you to Nicki Borrell 
Custom Solutions with PowerPivot
PowerShell & Custom Code
Thank you to Nicki Borrell 
PowerShell:
• Get Usage Report:
– $searchApp.GetRollupAnalyticsItemData …
• Get Search Report:
– $searchApp.GetSearchReport …
PowerShell & Custom Code
Thank you to Radu Tut 
$searchApp = Get-SPEnterpriseSearchServiceApplication
$site = Get-SPSite "{SiteUrl}"
$result =
$searchApp.GetRollupAnalyticsItemData(1,[System.Guid]::Empty,$site.ID,[System.Guid]::Empty)
$result
#for a specific date or for a specific month
$date = Get-Date "2013-01-18"
$result.GetHitCountForDay($date)
$result.GetHitCountForMonth($date)
PowerShell & Custom Code
Thank you to Nicki Borrell 
PowerShell:
• Get Usage Report:
– $searchApp.GetRollupAnalyticsItemData …
• Get Search Report:
– $searchApp.GetSearchReport …
Custom Code:
PowerShell & Custom Code
SPSecurity.RunWithElevatedPrivileges(delegate
{
// You can use SPContext.Current.Site.ID if you have HttpContext
using (var site = new SPSite(siteId))
{
var context = SPServiceContext.GetContext(site);
var searchProxy = context.GetDefaultProxy(typeof(SearchServiceApplicationProxy)) as
SearchServiceApplicationProxy;
var usageData=
searchProxy.GetRollupAnalyticsItemData(1,Guid.Empty,site.ID,Guid.Empty);
// process it
}
}); Thank you to Radu Tut 
 Analytics Out-of-the-Box
 Build your own Analytics
 What else is out there?
 What’s coming next?
Outline
Demo
41
 Analytics Out-of-the-Box
 Build your own Analytics
 What else is out there?
 What’s coming next?
Outline
How does Delve Analytics differ?
Infrastructure
Application
Behaviour
User
Delve Analytics
Delve Analytics
Delve Analytics
Delve Analytics
Session Summary
 Analytics Out of the Box
 How analytics have changed through the versions of SharePoint 2010, 2013 and SharePoint
2016 - sometimes not for the better
 Build your own Analytics
 What options are available beyond out-of-the-box reports - building your own, and add-on
dashboards and reports
 Analytics – What else is out there?
 Analytics in the Real World
 The Value of Analytics
 Analytics – What’s next?
www.BAinsight.com
Jeff.Fried@BAinsight.com
@jefffried
CONFERENCE MATERIALS
• Slides / Demo will be posted on Lanyrd.com
• http://lanyrd.com/2016/spsnyc
• Photos posted to our Facebook page
• https://www.facebook.com/sharepointsaturdaynyc
• Tweet Us - @SPSNYC or #SPSNYC
• Sign Up for our NO SPAM mailing list for all conference
news & announcements
• http://goo.gl/7WzmPW
• Problems / Questions / Complaints / Suggestions
• Info@SPSNYMetro.com
• Visit ExtaCloud’s booth for wrist bands!
Scallywag's Irish Pub
508 9th Ave, between 38th & 39th.
[6 minutes walk]
Scallywags also serves food.
http://www.scallywagsnyc.com/
References
 Discontinued features and modified functionality in Microsoft SharePoint 2013
 Introducing Delve Analytics in Office 365
 Introducing Web Analytics in SharePoint 2010
 New Analytics in SharePoint 2013
 New usage reports for SharePoint, OneDrive, Yammer and Skype now
available
Searching for SharePoint Analytics
How to get insight on your Intranet
Jeff Fried
CTO, BA Insight
SharePoint Saturday NYC
July 2016
For More Information
• Check out our resources on: www.BAinsight.com
• Reach me via email at: Jeff.Fried@BAinsight.com
• Follow me on Twitter at: @jefffried
Searching for SharePoint Analytics
Searching for SharePoint Analytics
Searching for SharePoint Analytics

More Related Content

What's hot

SharePoint Saturday Perth 2013 - Overview of Search in SharePoint Server 201...
SharePoint Saturday Perth 2013  - Overview of Search in SharePoint Server 201...SharePoint Saturday Perth 2013  - Overview of Search in SharePoint Server 201...
SharePoint Saturday Perth 2013 - Overview of Search in SharePoint Server 201...Sezai Komur
 
Enterprise search-sizing-ha-and-migration-path
Enterprise search-sizing-ha-and-migration-pathEnterprise search-sizing-ha-and-migration-path
Enterprise search-sizing-ha-and-migration-pathmicrosoftasap
 
SP24 - Using the Content Enrichment Web Service with SharePoint Server 2013 ...
SP24  - Using the Content Enrichment Web Service with SharePoint Server 2013 ...SP24  - Using the Content Enrichment Web Service with SharePoint Server 2013 ...
SP24 - Using the Content Enrichment Web Service with SharePoint Server 2013 ...Sezai Komur
 
Bringing your data to life using Power BI - SPS London 2016
Bringing your data to life using Power BI - SPS London 2016Bringing your data to life using Power BI - SPS London 2016
Bringing your data to life using Power BI - SPS London 2016Chirag Patel
 
How to Develop Maintainable Custom Workflows in Office 365 Share Point Online?
How to Develop Maintainable Custom Workflows in Office 365 Share Point Online?How to Develop Maintainable Custom Workflows in Office 365 Share Point Online?
How to Develop Maintainable Custom Workflows in Office 365 Share Point Online?Prashant G Bhoyar (Microsoft MVP)
 
Developing a Custom FAST Search Server 2010 for SharePoint Solution - Share...
Developing a Custom FAST Search Server 2010 for SharePoint Solution - Share...Developing a Custom FAST Search Server 2010 for SharePoint Solution - Share...
Developing a Custom FAST Search Server 2010 for SharePoint Solution - Share...Sezai Komur
 
SharePoint 2013 'Search': What you need to Know!
SharePoint 2013 'Search': What you need to Know!SharePoint 2013 'Search': What you need to Know!
SharePoint 2013 'Search': What you need to Know!WinWire Technologies Inc
 
Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...
Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...
Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...Chirag Patel
 
SPSLondon 2015 Evolving with Office 365 and SharePoint Online Collaboration T...
SPSLondon 2015 Evolving with Office 365 and SharePoint Online Collaboration T...SPSLondon 2015 Evolving with Office 365 and SharePoint Online Collaboration T...
SPSLondon 2015 Evolving with Office 365 and SharePoint Online Collaboration T...Chirag Patel
 
SharePoint Upgrade or Migration, or is it both? - SPS London 2016
SharePoint Upgrade or Migration, or is it both? - SPS London 2016SharePoint Upgrade or Migration, or is it both? - SPS London 2016
SharePoint Upgrade or Migration, or is it both? - SPS London 2016Chirag Patel
 
[Webinar] New Features in SharePoint 2016
[Webinar] New Features in SharePoint 2016 [Webinar] New Features in SharePoint 2016
[Webinar] New Features in SharePoint 2016 James Wright
 
SharePoint 2013 Search Topology and Optimization
SharePoint 2013 Search Topology and OptimizationSharePoint 2013 Search Topology and Optimization
SharePoint 2013 Search Topology and OptimizationMike Maadarani
 
SharePoint 2016 Search
SharePoint 2016 SearchSharePoint 2016 Search
SharePoint 2016 SearchMike Maadarani
 
Technical SEO Checklist for Beginners
Technical SEO Checklist for BeginnersTechnical SEO Checklist for Beginners
Technical SEO Checklist for BeginnersBristolSEO
 
Fried houston spug
Fried houston spugFried houston spug
Fried houston spugJeff Fried
 
Changing the way you work with Modern SharePoint Team Sites and Office 365 Gr...
Changing the way you work with Modern SharePoint Team Sites and Office 365 Gr...Changing the way you work with Modern SharePoint Team Sites and Office 365 Gr...
Changing the way you work with Modern SharePoint Team Sites and Office 365 Gr...Chirag Patel
 
SPS Reston SharePoint Alwyays On
SPS Reston SharePoint Alwyays OnSPS Reston SharePoint Alwyays On
SPS Reston SharePoint Alwyays OnMike Maadarani
 
SharePoint Saturday Madrid 2016 - SharePoint Upgrade or Migration, or is it b...
SharePoint Saturday Madrid 2016 - SharePoint Upgrade or Migration, or is it b...SharePoint Saturday Madrid 2016 - SharePoint Upgrade or Migration, or is it b...
SharePoint Saturday Madrid 2016 - SharePoint Upgrade or Migration, or is it b...Chirag Patel
 

What's hot (20)

SharePoint Saturday Perth 2013 - Overview of Search in SharePoint Server 201...
SharePoint Saturday Perth 2013  - Overview of Search in SharePoint Server 201...SharePoint Saturday Perth 2013  - Overview of Search in SharePoint Server 201...
SharePoint Saturday Perth 2013 - Overview of Search in SharePoint Server 201...
 
Enterprise search-sizing-ha-and-migration-path
Enterprise search-sizing-ha-and-migration-pathEnterprise search-sizing-ha-and-migration-path
Enterprise search-sizing-ha-and-migration-path
 
SP24 - Using the Content Enrichment Web Service with SharePoint Server 2013 ...
SP24  - Using the Content Enrichment Web Service with SharePoint Server 2013 ...SP24  - Using the Content Enrichment Web Service with SharePoint Server 2013 ...
SP24 - Using the Content Enrichment Web Service with SharePoint Server 2013 ...
 
Advanced Office365 Sharepoint online Workflows
Advanced Office365 Sharepoint online WorkflowsAdvanced Office365 Sharepoint online Workflows
Advanced Office365 Sharepoint online Workflows
 
Bringing your data to life using Power BI - SPS London 2016
Bringing your data to life using Power BI - SPS London 2016Bringing your data to life using Power BI - SPS London 2016
Bringing your data to life using Power BI - SPS London 2016
 
How to Develop Maintainable Custom Workflows in Office 365 Share Point Online?
How to Develop Maintainable Custom Workflows in Office 365 Share Point Online?How to Develop Maintainable Custom Workflows in Office 365 Share Point Online?
How to Develop Maintainable Custom Workflows in Office 365 Share Point Online?
 
Developing a Custom FAST Search Server 2010 for SharePoint Solution - Share...
Developing a Custom FAST Search Server 2010 for SharePoint Solution - Share...Developing a Custom FAST Search Server 2010 for SharePoint Solution - Share...
Developing a Custom FAST Search Server 2010 for SharePoint Solution - Share...
 
SharePoint 2013 'Search': What you need to Know!
SharePoint 2013 'Search': What you need to Know!SharePoint 2013 'Search': What you need to Know!
SharePoint 2013 'Search': What you need to Know!
 
Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...
Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...
Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...
 
SPSLondon 2015 Evolving with Office 365 and SharePoint Online Collaboration T...
SPSLondon 2015 Evolving with Office 365 and SharePoint Online Collaboration T...SPSLondon 2015 Evolving with Office 365 and SharePoint Online Collaboration T...
SPSLondon 2015 Evolving with Office 365 and SharePoint Online Collaboration T...
 
SharePoint Upgrade or Migration, or is it both? - SPS London 2016
SharePoint Upgrade or Migration, or is it both? - SPS London 2016SharePoint Upgrade or Migration, or is it both? - SPS London 2016
SharePoint Upgrade or Migration, or is it both? - SPS London 2016
 
Sps bend rax
Sps bend raxSps bend rax
Sps bend rax
 
[Webinar] New Features in SharePoint 2016
[Webinar] New Features in SharePoint 2016 [Webinar] New Features in SharePoint 2016
[Webinar] New Features in SharePoint 2016
 
SharePoint 2013 Search Topology and Optimization
SharePoint 2013 Search Topology and OptimizationSharePoint 2013 Search Topology and Optimization
SharePoint 2013 Search Topology and Optimization
 
SharePoint 2016 Search
SharePoint 2016 SearchSharePoint 2016 Search
SharePoint 2016 Search
 
Technical SEO Checklist for Beginners
Technical SEO Checklist for BeginnersTechnical SEO Checklist for Beginners
Technical SEO Checklist for Beginners
 
Fried houston spug
Fried houston spugFried houston spug
Fried houston spug
 
Changing the way you work with Modern SharePoint Team Sites and Office 365 Gr...
Changing the way you work with Modern SharePoint Team Sites and Office 365 Gr...Changing the way you work with Modern SharePoint Team Sites and Office 365 Gr...
Changing the way you work with Modern SharePoint Team Sites and Office 365 Gr...
 
SPS Reston SharePoint Alwyays On
SPS Reston SharePoint Alwyays OnSPS Reston SharePoint Alwyays On
SPS Reston SharePoint Alwyays On
 
SharePoint Saturday Madrid 2016 - SharePoint Upgrade or Migration, or is it b...
SharePoint Saturday Madrid 2016 - SharePoint Upgrade or Migration, or is it b...SharePoint Saturday Madrid 2016 - SharePoint Upgrade or Migration, or is it b...
SharePoint Saturday Madrid 2016 - SharePoint Upgrade or Migration, or is it b...
 

Viewers also liked

SharePoint 2013 Search Operations
SharePoint 2013 Search OperationsSharePoint 2013 Search Operations
SharePoint 2013 Search OperationsSPC Adriatics
 
SharePoint Search for Dummies
SharePoint Search for DummiesSharePoint Search for Dummies
SharePoint Search for DummiesJoel Oleson
 
Automatisierung im DWH - Sich das Leben erleichern mit dem ODI
Automatisierung im DWH - Sich das Leben erleichern mit dem ODIAutomatisierung im DWH - Sich das Leben erleichern mit dem ODI
Automatisierung im DWH - Sich das Leben erleichern mit dem ODIOPITZ CONSULTING Deutschland
 
National Gallery & Science Museum - Sarnafil+
National Gallery & Science Museum - Sarnafil+National Gallery & Science Museum - Sarnafil+
National Gallery & Science Museum - Sarnafil+Vin Housley
 
Young Marketers 2 - LUPY
Young Marketers 2 - LUPYYoung Marketers 2 - LUPY
Young Marketers 2 - LUPYYoungMarketers2
 
Csi pavia notizie_n_18_del_10.05.16
Csi pavia notizie_n_18_del_10.05.16Csi pavia notizie_n_18_del_10.05.16
Csi pavia notizie_n_18_del_10.05.16CSI PAVIA
 
PresentacióN Pm&C
PresentacióN Pm&CPresentacióN Pm&C
PresentacióN Pm&CVicente Tanasi
 
Webgrafía Cine e Innovación
Webgrafía Cine e InnovaciónWebgrafía Cine e Innovación
Webgrafía Cine e Innovaciónquelifueyo
 
33 document jk tyre annual report -2010-11
33 document jk tyre annual report -2010-1133 document jk tyre annual report -2010-11
33 document jk tyre annual report -2010-11ALOKUPADHYA1991
 
Opción de grado seminario de profundización en seguridad informática y audit...
Opción de grado seminario de profundización en  seguridad informática y audit...Opción de grado seminario de profundización en  seguridad informática y audit...
Opción de grado seminario de profundización en seguridad informática y audit...Tabodiaz
 
Los ordenadores y las comunicaciones #8
Los ordenadores y las comunicaciones #8Los ordenadores y las comunicaciones #8
Los ordenadores y las comunicaciones #8Nelson Angulo
 
Rendicion publica de cuentas primer trimestre 2013 - Consejo de la Magistratura
Rendicion publica de cuentas primer trimestre 2013 - Consejo de la MagistraturaRendicion publica de cuentas primer trimestre 2013 - Consejo de la Magistratura
Rendicion publica de cuentas primer trimestre 2013 - Consejo de la MagistraturaXavier Rios Chavarria
 
Presentación califair magnovent
Presentación califair magnoventPresentación califair magnovent
Presentación califair magnoventlupiruiz
 
Sharepoint Search 2013 Back to Front
Sharepoint Search 2013 Back to FrontSharepoint Search 2013 Back to Front
Sharepoint Search 2013 Back to FrontLuis Valencia
 
Guatemala Análisis del Sistema de Salud - Resumen Ejecutivo
Guatemala Análisis del Sistema de Salud - Resumen EjecutivoGuatemala Análisis del Sistema de Salud - Resumen Ejecutivo
Guatemala Análisis del Sistema de Salud - Resumen EjecutivoHFG Project
 
Modern Carrier Strategies for Traffic Engineering
Modern Carrier Strategies for Traffic EngineeringModern Carrier Strategies for Traffic Engineering
Modern Carrier Strategies for Traffic EngineeringVishal Sharma, Ph.D.
 

Viewers also liked (20)

SharePoint 2013 Search Operations
SharePoint 2013 Search OperationsSharePoint 2013 Search Operations
SharePoint 2013 Search Operations
 
SharePoint Search for Dummies
SharePoint Search for DummiesSharePoint Search for Dummies
SharePoint Search for Dummies
 
Automatisierung im DWH - Sich das Leben erleichern mit dem ODI
Automatisierung im DWH - Sich das Leben erleichern mit dem ODIAutomatisierung im DWH - Sich das Leben erleichern mit dem ODI
Automatisierung im DWH - Sich das Leben erleichern mit dem ODI
 
National Gallery & Science Museum - Sarnafil+
National Gallery & Science Museum - Sarnafil+National Gallery & Science Museum - Sarnafil+
National Gallery & Science Museum - Sarnafil+
 
Young Marketers 2 - LUPY
Young Marketers 2 - LUPYYoung Marketers 2 - LUPY
Young Marketers 2 - LUPY
 
Csi pavia notizie_n_18_del_10.05.16
Csi pavia notizie_n_18_del_10.05.16Csi pavia notizie_n_18_del_10.05.16
Csi pavia notizie_n_18_del_10.05.16
 
PresentacióN Pm&C
PresentacióN Pm&CPresentacióN Pm&C
PresentacióN Pm&C
 
Webgrafía Cine e Innovación
Webgrafía Cine e InnovaciónWebgrafía Cine e Innovación
Webgrafía Cine e Innovación
 
Presentación join forces 13112013
Presentación join forces 13112013Presentación join forces 13112013
Presentación join forces 13112013
 
33 document jk tyre annual report -2010-11
33 document jk tyre annual report -2010-1133 document jk tyre annual report -2010-11
33 document jk tyre annual report -2010-11
 
Riegos solares
Riegos solaresRiegos solares
Riegos solares
 
Opción de grado seminario de profundización en seguridad informática y audit...
Opción de grado seminario de profundización en  seguridad informática y audit...Opción de grado seminario de profundización en  seguridad informática y audit...
Opción de grado seminario de profundización en seguridad informática y audit...
 
hci-syllabus
hci-syllabushci-syllabus
hci-syllabus
 
Los ordenadores y las comunicaciones #8
Los ordenadores y las comunicaciones #8Los ordenadores y las comunicaciones #8
Los ordenadores y las comunicaciones #8
 
Els romans rapids 4t a
Els romans rapids 4t aEls romans rapids 4t a
Els romans rapids 4t a
 
Rendicion publica de cuentas primer trimestre 2013 - Consejo de la Magistratura
Rendicion publica de cuentas primer trimestre 2013 - Consejo de la MagistraturaRendicion publica de cuentas primer trimestre 2013 - Consejo de la Magistratura
Rendicion publica de cuentas primer trimestre 2013 - Consejo de la Magistratura
 
Presentación califair magnovent
Presentación califair magnoventPresentación califair magnovent
Presentación califair magnovent
 
Sharepoint Search 2013 Back to Front
Sharepoint Search 2013 Back to FrontSharepoint Search 2013 Back to Front
Sharepoint Search 2013 Back to Front
 
Guatemala Análisis del Sistema de Salud - Resumen Ejecutivo
Guatemala Análisis del Sistema de Salud - Resumen EjecutivoGuatemala Análisis del Sistema de Salud - Resumen Ejecutivo
Guatemala Análisis del Sistema de Salud - Resumen Ejecutivo
 
Modern Carrier Strategies for Traffic Engineering
Modern Carrier Strategies for Traffic EngineeringModern Carrier Strategies for Traffic Engineering
Modern Carrier Strategies for Traffic Engineering
 

Similar to Searching for SharePoint Analytics

Boosting Productivity Through Engaging Portals
Boosting Productivity Through Engaging PortalsBoosting Productivity Through Engaging Portals
Boosting Productivity Through Engaging PortalsIntlock Ltd.
 
Boosting Productivity Through Engaging Portals
Boosting Productivity Through Engaging PortalsBoosting Productivity Through Engaging Portals
Boosting Productivity Through Engaging PortalsIntlock Ltd.
 
What's new in sharepoint 2016
What's new in sharepoint 2016What's new in sharepoint 2016
What's new in sharepoint 2016Mike Maadarani
 
Architecting your Intranet with SharePoint Modernization
Architecting your Intranet with SharePoint ModernizationArchitecting your Intranet with SharePoint Modernization
Architecting your Intranet with SharePoint ModernizationJenkins NS
 
Productionizing Data Science at Experience
Productionizing Data Science at ExperienceProductionizing Data Science at Experience
Productionizing Data Science at ExperienceMatt Mills
 
Webinar Structured Data
Webinar Structured DataWebinar Structured Data
Webinar Structured DataBotify
 
search driven intranets
search driven intranetssearch driven intranets
search driven intranetsJeff Fried
 
SPS Nashville - Build It and They Will Come SharePoint 2013 User Adoption
SPS Nashville - Build It and They Will Come SharePoint 2013 User AdoptionSPS Nashville - Build It and They Will Come SharePoint 2013 User Adoption
SPS Nashville - Build It and They Will Come SharePoint 2013 User AdoptionStacy Deere
 
SharePoint 2013 Preview
SharePoint 2013 PreviewSharePoint 2013 Preview
SharePoint 2013 PreviewRegroove
 
Webanalytics with Microsoft BI
Webanalytics with Microsoft BIWebanalytics with Microsoft BI
Webanalytics with Microsoft BITillmann Eitelberg
 
SharePoint Saturday Belgium 2014 The gears that make search go round
SharePoint Saturday Belgium 2014 The gears that make search go roundSharePoint Saturday Belgium 2014 The gears that make search go round
SharePoint Saturday Belgium 2014 The gears that make search go roundBIWUG
 
How To Improve SEO Website Traffic?
How To Improve SEO Website Traffic?How To Improve SEO Website Traffic?
How To Improve SEO Website Traffic?Anthony Ragland
 
SEO in the Age of Artificial Intelligence | How AI influences Search
SEO in the Age of Artificial Intelligence | How AI influences SearchSEO in the Age of Artificial Intelligence | How AI influences Search
SEO in the Age of Artificial Intelligence | How AI influences SearchPhilipp Klöckner
 
Fried toronto sps14 91 wcm intranet
Fried toronto sps14 91 wcm intranetFried toronto sps14 91 wcm intranet
Fried toronto sps14 91 wcm intranetJeff Fried
 
Enhancing Relevancy & End User Experience with SharePoint Search
Enhancing Relevancy & End User Experience with SharePoint SearchEnhancing Relevancy & End User Experience with SharePoint Search
Enhancing Relevancy & End User Experience with SharePoint SearchGina Montgomery, V-TSP
 
Optimizing SharePoint 2010 for Internet sites
Optimizing SharePoint 2010 for Internet sitesOptimizing SharePoint 2010 for Internet sites
Optimizing SharePoint 2010 for Internet sitesKanwal Khipple
 
Fried dallas spug
Fried dallas spugFried dallas spug
Fried dallas spugJeff Fried
 
Turning Analysis into Action with APIs - Superweek2017
Turning Analysis into Action with APIs - Superweek2017Turning Analysis into Action with APIs - Superweek2017
Turning Analysis into Action with APIs - Superweek2017Mark Edmondson
 

Similar to Searching for SharePoint Analytics (20)

Boosting Productivity Through Engaging Portals
Boosting Productivity Through Engaging PortalsBoosting Productivity Through Engaging Portals
Boosting Productivity Through Engaging Portals
 
Boosting Productivity Through Engaging Portals
Boosting Productivity Through Engaging PortalsBoosting Productivity Through Engaging Portals
Boosting Productivity Through Engaging Portals
 
Sharepoint Presentation
Sharepoint PresentationSharepoint Presentation
Sharepoint Presentation
 
What's new in sharepoint 2016
What's new in sharepoint 2016What's new in sharepoint 2016
What's new in sharepoint 2016
 
Architecting your Intranet with SharePoint Modernization
Architecting your Intranet with SharePoint ModernizationArchitecting your Intranet with SharePoint Modernization
Architecting your Intranet with SharePoint Modernization
 
Productionizing Data Science at Experience
Productionizing Data Science at ExperienceProductionizing Data Science at Experience
Productionizing Data Science at Experience
 
Webinar Structured Data
Webinar Structured DataWebinar Structured Data
Webinar Structured Data
 
search driven intranets
search driven intranetssearch driven intranets
search driven intranets
 
SPS Nashville - Build It and They Will Come SharePoint 2013 User Adoption
SPS Nashville - Build It and They Will Come SharePoint 2013 User AdoptionSPS Nashville - Build It and They Will Come SharePoint 2013 User Adoption
SPS Nashville - Build It and They Will Come SharePoint 2013 User Adoption
 
SharePoint 2013 Preview
SharePoint 2013 PreviewSharePoint 2013 Preview
SharePoint 2013 Preview
 
Webanalytics with Microsoft BI
Webanalytics with Microsoft BIWebanalytics with Microsoft BI
Webanalytics with Microsoft BI
 
Spsbe14 spsbe19
Spsbe14 spsbe19Spsbe14 spsbe19
Spsbe14 spsbe19
 
SharePoint Saturday Belgium 2014 The gears that make search go round
SharePoint Saturday Belgium 2014 The gears that make search go roundSharePoint Saturday Belgium 2014 The gears that make search go round
SharePoint Saturday Belgium 2014 The gears that make search go round
 
How To Improve SEO Website Traffic?
How To Improve SEO Website Traffic?How To Improve SEO Website Traffic?
How To Improve SEO Website Traffic?
 
SEO in the Age of Artificial Intelligence | How AI influences Search
SEO in the Age of Artificial Intelligence | How AI influences SearchSEO in the Age of Artificial Intelligence | How AI influences Search
SEO in the Age of Artificial Intelligence | How AI influences Search
 
Fried toronto sps14 91 wcm intranet
Fried toronto sps14 91 wcm intranetFried toronto sps14 91 wcm intranet
Fried toronto sps14 91 wcm intranet
 
Enhancing Relevancy & End User Experience with SharePoint Search
Enhancing Relevancy & End User Experience with SharePoint SearchEnhancing Relevancy & End User Experience with SharePoint Search
Enhancing Relevancy & End User Experience with SharePoint Search
 
Optimizing SharePoint 2010 for Internet sites
Optimizing SharePoint 2010 for Internet sitesOptimizing SharePoint 2010 for Internet sites
Optimizing SharePoint 2010 for Internet sites
 
Fried dallas spug
Fried dallas spugFried dallas spug
Fried dallas spug
 
Turning Analysis into Action with APIs - Superweek2017
Turning Analysis into Action with APIs - Superweek2017Turning Analysis into Action with APIs - Superweek2017
Turning Analysis into Action with APIs - Superweek2017
 

More from Jeff Fried

AI for Intelligent Search & Discovery
AI for Intelligent Search & DiscoveryAI for Intelligent Search & Discovery
AI for Intelligent Search & DiscoveryJeff Fried
 
Use O365 and Azure Cognitive Services for intelligent search
Use O365 and Azure Cognitive Services for intelligent searchUse O365 and Azure Cognitive Services for intelligent search
Use O365 and Azure Cognitive Services for intelligent searchJeff Fried
 
The Race is on: comparing Google and Microsoft's Cognitive Services
The Race is on: comparing Google and Microsoft's Cognitive ServicesThe Race is on: comparing Google and Microsoft's Cognitive Services
The Race is on: comparing Google and Microsoft's Cognitive ServicesJeff Fried
 
Fried data summit data quality data analytics together
Fried data summit data quality data analytics togetherFried data summit data quality data analytics together
Fried data summit data quality data analytics togetherJeff Fried
 
Fried data summit big data for lob content
Fried data summit big data for lob contentFried data summit big data for lob content
Fried data summit big data for lob contentJeff Fried
 
Cloud Hybrid Search with SharePoint
Cloud Hybrid Search with SharePointCloud Hybrid Search with SharePoint
Cloud Hybrid Search with SharePointJeff Fried
 
Fried connecting across silos seminar
Fried connecting across silos seminarFried connecting across silos seminar
Fried connecting across silos seminarJeff Fried
 
AutoClassificaiton - Rules versus Machine Learning
AutoClassificaiton - Rules versus Machine LearningAutoClassificaiton - Rules versus Machine Learning
AutoClassificaiton - Rules versus Machine LearningJeff Fried
 
Understanding and Applying Cloud Hybrid Search
Understanding and Applying Cloud Hybrid SearchUnderstanding and Applying Cloud Hybrid Search
Understanding and Applying Cloud Hybrid SearchJeff Fried
 
O365 Tools for Building a Digital Workplace
O365 Tools for Building a Digital WorkplaceO365 Tools for Building a Digital Workplace
O365 Tools for Building a Digital WorkplaceJeff Fried
 
Understanding and Applying Cloud Hybrid Search
Understanding and Applying Cloud Hybrid SearchUnderstanding and Applying Cloud Hybrid Search
Understanding and Applying Cloud Hybrid SearchJeff Fried
 
Take Cloud Hybrid Search to the Next Level
Take Cloud Hybrid Search to the Next LevelTake Cloud Hybrid Search to the Next Level
Take Cloud Hybrid Search to the Next LevelJeff Fried
 
Fried sp techcon hybrid search deeper dive
Fried sp techcon hybrid search deeper diveFried sp techcon hybrid search deeper dive
Fried sp techcon hybrid search deeper diveJeff Fried
 
Succeeding with Hybrid SharePoint (includes new Cloud SSA material)
Succeeding with Hybrid SharePoint (includes new Cloud SSA material)Succeeding with Hybrid SharePoint (includes new Cloud SSA material)
Succeeding with Hybrid SharePoint (includes new Cloud SSA material)Jeff Fried
 
Search Success in 2016 - Recap of ESE2015
Search Success in 2016 - Recap of ESE2015Search Success in 2016 - Recap of ESE2015
Search Success in 2016 - Recap of ESE2015Jeff Fried
 
Information Strategy with O365 in Mind
Information Strategy with O365 in MindInformation Strategy with O365 in Mind
Information Strategy with O365 in MindJeff Fried
 
Succeeding with Hybrid SharePoint and search
Succeeding with Hybrid SharePoint and searchSucceeding with Hybrid SharePoint and search
Succeeding with Hybrid SharePoint and searchJeff Fried
 
Spsct fried info strategy session
Spsct fried info strategy sessionSpsct fried info strategy session
Spsct fried info strategy sessionJeff Fried
 
Succeeding with Hybrid SharePoint
Succeeding with Hybrid SharePointSucceeding with Hybrid SharePoint
Succeeding with Hybrid SharePointJeff Fried
 

More from Jeff Fried (20)

AI for Intelligent Search & Discovery
AI for Intelligent Search & DiscoveryAI for Intelligent Search & Discovery
AI for Intelligent Search & Discovery
 
Use O365 and Azure Cognitive Services for intelligent search
Use O365 and Azure Cognitive Services for intelligent searchUse O365 and Azure Cognitive Services for intelligent search
Use O365 and Azure Cognitive Services for intelligent search
 
The Race is on: comparing Google and Microsoft's Cognitive Services
The Race is on: comparing Google and Microsoft's Cognitive ServicesThe Race is on: comparing Google and Microsoft's Cognitive Services
The Race is on: comparing Google and Microsoft's Cognitive Services
 
Fried data summit data quality data analytics together
Fried data summit data quality data analytics togetherFried data summit data quality data analytics together
Fried data summit data quality data analytics together
 
Fried data summit big data for lob content
Fried data summit big data for lob contentFried data summit big data for lob content
Fried data summit big data for lob content
 
Is BCS Dead?
Is BCS Dead?Is BCS Dead?
Is BCS Dead?
 
Cloud Hybrid Search with SharePoint
Cloud Hybrid Search with SharePointCloud Hybrid Search with SharePoint
Cloud Hybrid Search with SharePoint
 
Fried connecting across silos seminar
Fried connecting across silos seminarFried connecting across silos seminar
Fried connecting across silos seminar
 
AutoClassificaiton - Rules versus Machine Learning
AutoClassificaiton - Rules versus Machine LearningAutoClassificaiton - Rules versus Machine Learning
AutoClassificaiton - Rules versus Machine Learning
 
Understanding and Applying Cloud Hybrid Search
Understanding and Applying Cloud Hybrid SearchUnderstanding and Applying Cloud Hybrid Search
Understanding and Applying Cloud Hybrid Search
 
O365 Tools for Building a Digital Workplace
O365 Tools for Building a Digital WorkplaceO365 Tools for Building a Digital Workplace
O365 Tools for Building a Digital Workplace
 
Understanding and Applying Cloud Hybrid Search
Understanding and Applying Cloud Hybrid SearchUnderstanding and Applying Cloud Hybrid Search
Understanding and Applying Cloud Hybrid Search
 
Take Cloud Hybrid Search to the Next Level
Take Cloud Hybrid Search to the Next LevelTake Cloud Hybrid Search to the Next Level
Take Cloud Hybrid Search to the Next Level
 
Fried sp techcon hybrid search deeper dive
Fried sp techcon hybrid search deeper diveFried sp techcon hybrid search deeper dive
Fried sp techcon hybrid search deeper dive
 
Succeeding with Hybrid SharePoint (includes new Cloud SSA material)
Succeeding with Hybrid SharePoint (includes new Cloud SSA material)Succeeding with Hybrid SharePoint (includes new Cloud SSA material)
Succeeding with Hybrid SharePoint (includes new Cloud SSA material)
 
Search Success in 2016 - Recap of ESE2015
Search Success in 2016 - Recap of ESE2015Search Success in 2016 - Recap of ESE2015
Search Success in 2016 - Recap of ESE2015
 
Information Strategy with O365 in Mind
Information Strategy with O365 in MindInformation Strategy with O365 in Mind
Information Strategy with O365 in Mind
 
Succeeding with Hybrid SharePoint and search
Succeeding with Hybrid SharePoint and searchSucceeding with Hybrid SharePoint and search
Succeeding with Hybrid SharePoint and search
 
Spsct fried info strategy session
Spsct fried info strategy sessionSpsct fried info strategy session
Spsct fried info strategy session
 
Succeeding with Hybrid SharePoint
Succeeding with Hybrid SharePointSucceeding with Hybrid SharePoint
Succeeding with Hybrid SharePoint
 

Recently uploaded

Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyFrank van der Linden
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationkaushalgiri8080
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEOrtus Solutions, Corp
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfjoe51371421
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 

Recently uploaded (20)

Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The Ugly
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanation
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdf
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 

Searching for SharePoint Analytics

  • 1. SEARCHING FOR SHAREPOINT ANALYTICS HOW TO GET INSIGHT ON YOUR INTRANET Jeff Fried CTO, BA Insight SharePoint Saturday NYC July 2016
  • 2.
  • 3. THANK YOU EVENT SPONSORS We appreciated you supporting the New York SharePoint Community! • Diamond, Platinum, Gold, & Silver have tables scattered throughout • Please visit them and inquire about their products & services • To be eligible for prizes make sure to get your bingo card stamped by ALL sponsors • Raffle at the end of the day and you must be present to win!
  • 4. Focused on Search and SharePoint since 2004 Longtime Search Nerd • CTO, BA Insight • Senior PM, Microsoft • VP, FAST • SVP, LingoMotors About Jeff Fried Passionate About • Search • SharePoint • Search-driven applications • Information Strategy Blog: BAinsight.com/blog Technet Column “A View from the Crawlspace” jeff.fried@bainsight.com
  • 5. About BA Insight   – Connectivity – Applications - – Classification - – Analytics 
  • 6.  Analytics Out-of-the-Box  Build your own Analytics  What else is out there?  What’s coming next? Outline
  • 7. The Value of Analytics • Continually improve performance and satisfaction – Improve infrastructural performance – improve your search centre's performance • Increase user engagement • Validate that SharePoint is delivering results • Use today's analytics to help drive tomorrows experiences
  • 8. Layers of Analytics Infrastructure Application Behaviour Website SharePoint/Intranet Web services Page load People happy? Servers, Farm Health checks How are people using SharePoint
  • 9.  Analytics Out-of-the-Box  Build your own Analytics  What else is out there?  What’s next? Outline
  • 11. SharePoint 2010 Analytics  Web Analytics Reports  Traffic reports  Search reports  Inventory reports  These reports aggregated at the following levels:  Per web application in the farm  Per site collection  Per site  Per search service application  OoTB these reports are visible to Administrators at each level  ‘View Web Analytics Data’ Permission Level
  • 12. SP 2010 – Report Summary
  • 13. SP 2010 - Traffic Reports How much traffic your site gets (Number of Page Views); Who visits your sites (Top Visitors); How visitors arrive at your site (Top Referrers); Daily Unique Visitors Top Destinations Top Browsers
  • 14. SP 2010 - Search Reports How many times users searched (Number of Queries) What were the most used search terms (Top Queries) What queries have high failure rates (Failed Queries) Best Bet Usage, Search keywords
  • 15. SP 2010 - Inventory Reports What is the total disk drive space user (Storage Usage) How many sites exist (Number of Sites) Top Site Product Versions Top Site Languages
  • 16. SP 2010 – Schedule & Export
  • 17. SharePoint 2013 Analytics Popularity Trends shows usage event statistics for a site collection, a site, or an individual item in a library or list.
  • 18. SharePoint 2013 Analytics Most Popular Items shows usage event statistics for all items in a library or list.
  • 24.  Better statistics on how SharePoint is being used, and how things may fail  Real time telemetry (latency, 404’s, document usage stats)  SLAPI (SharePoint Logging API)  Enhanced usage database (improves *significantly* upon existing usage database)  Generates updated report data in real time  Stats / Reports on usage, health, storage, performance, and much more  There’s a lot of useful data in there Advanced Data Analysis & Reporting
  • 25.  SharePoint Online Reports: Very much like on premises  New usage reports for SharePoint, OneDrive, Yammer and Skype now available  Providing a complete picture across all Office 365 services  Activity Dashboard  Email  Office Activations  SharePoint  OneDrive  Skype for Business  Yammer SharePoint Online Analytics
  • 28.  Analytics Out-of-the-Box  Build your own Analytics  What else is out there?  What’s coming next? Outline
  • 29. SharePoint Analytics – Lacking! • Reports – not Real time • Require Site Admin Access • Lack of Breakdown e.g. by Hour • No OoTB Dash boarding • Custom means Custom
  • 30. SharePoint Search Analytics DB´s Properties Analytics IndexTimer Jobs Crawler Logs Events Configuration PowerShell analysisenginepssnapin Thank you to Nicki Borrell  Analytics Timer Job for Search Service Application Search Service Application Microsoft SharePoint Foundation Usage Data Import Microsoft SharePoint Foundation Usage Data Processing Usage Analytics Timer Job for Search Application Search Service Application
  • 34. Custom Solutions with PowerPivot Thank you to Nicki Borrell 
  • 35. Custom Solutions with PowerPivot
  • 36. PowerShell & Custom Code Thank you to Nicki Borrell  PowerShell: • Get Usage Report: – $searchApp.GetRollupAnalyticsItemData … • Get Search Report: – $searchApp.GetSearchReport …
  • 37. PowerShell & Custom Code Thank you to Radu Tut  $searchApp = Get-SPEnterpriseSearchServiceApplication $site = Get-SPSite "{SiteUrl}" $result = $searchApp.GetRollupAnalyticsItemData(1,[System.Guid]::Empty,$site.ID,[System.Guid]::Empty) $result #for a specific date or for a specific month $date = Get-Date "2013-01-18" $result.GetHitCountForDay($date) $result.GetHitCountForMonth($date)
  • 38. PowerShell & Custom Code Thank you to Nicki Borrell  PowerShell: • Get Usage Report: – $searchApp.GetRollupAnalyticsItemData … • Get Search Report: – $searchApp.GetSearchReport … Custom Code:
  • 39. PowerShell & Custom Code SPSecurity.RunWithElevatedPrivileges(delegate { // You can use SPContext.Current.Site.ID if you have HttpContext using (var site = new SPSite(siteId)) { var context = SPServiceContext.GetContext(site); var searchProxy = context.GetDefaultProxy(typeof(SearchServiceApplicationProxy)) as SearchServiceApplicationProxy; var usageData= searchProxy.GetRollupAnalyticsItemData(1,Guid.Empty,site.ID,Guid.Empty); // process it } }); Thank you to Radu Tut 
  • 40.  Analytics Out-of-the-Box  Build your own Analytics  What else is out there?  What’s coming next? Outline
  • 42.  Analytics Out-of-the-Box  Build your own Analytics  What else is out there?  What’s coming next? Outline
  • 43. How does Delve Analytics differ? Infrastructure Application Behaviour User
  • 48. Session Summary  Analytics Out of the Box  How analytics have changed through the versions of SharePoint 2010, 2013 and SharePoint 2016 - sometimes not for the better  Build your own Analytics  What options are available beyond out-of-the-box reports - building your own, and add-on dashboards and reports  Analytics – What else is out there?  Analytics in the Real World  The Value of Analytics  Analytics – What’s next?
  • 49.
  • 51. CONFERENCE MATERIALS • Slides / Demo will be posted on Lanyrd.com • http://lanyrd.com/2016/spsnyc • Photos posted to our Facebook page • https://www.facebook.com/sharepointsaturdaynyc • Tweet Us - @SPSNYC or #SPSNYC • Sign Up for our NO SPAM mailing list for all conference news & announcements • http://goo.gl/7WzmPW • Problems / Questions / Complaints / Suggestions • Info@SPSNYMetro.com
  • 52. • Visit ExtaCloud’s booth for wrist bands! Scallywag's Irish Pub 508 9th Ave, between 38th & 39th. [6 minutes walk] Scallywags also serves food. http://www.scallywagsnyc.com/
  • 53. References  Discontinued features and modified functionality in Microsoft SharePoint 2013  Introducing Delve Analytics in Office 365  Introducing Web Analytics in SharePoint 2010  New Analytics in SharePoint 2013  New usage reports for SharePoint, OneDrive, Yammer and Skype now available
  • 54.
  • 55.
  • 56. Searching for SharePoint Analytics How to get insight on your Intranet Jeff Fried CTO, BA Insight SharePoint Saturday NYC July 2016
  • 57. For More Information • Check out our resources on: www.BAinsight.com • Reach me via email at: Jeff.Fried@BAinsight.com • Follow me on Twitter at: @jefffried

Editor's Notes

  1. You would never fly an aeroplane without instruments. So why do people try to operate SharePoint flying blind?
  2. REMEMBER – OoTB - Behaviour is how people are using SP not about the users themselves
  3. Still available in SP16
  4. Still available in SP16