SlideShare une entreprise Scribd logo
1  sur  58
Advanced Google
Analytics
Jeff Wisniewski
Darlene Fichter
October 27, 2013
Welcome!

Greetings Earthlings
Everyone have a GA account?
Login or buddy up!
Your experience with GA?
I set up a GA account
Game plan

• Filters and advanced segments
• Goals and funnels
• Tracking non-HTML files
• Events
• Tracking outbound links
• Alerts (intelligence events)
SEE THEN DO
Filters and advanced segments
Important distinction:
Filters are destructive,
advanced segments are not

TIP: Create a backup, non filtered profile
(view) of your data for safekeeping
Create backup profile (view)
Admin > View Settings > Copy View
Filter example: IP addresses

• Why might you want to exclude IPs from
your analytics? You want to see, or need to
report on, traffic that excludes devices from
within your libraries.

• This could include staff devices, publicly
accessible devices, or both.
How to exclude a single IP
1.
2.
3.
4.
5.
6.
7.
8.
9.

Go to Admin
Click Filters
Click New filter button
Choose create new
Filter type: predefined
Name the filter
Choose Exclude traffic from the IP addresses
Enter IP
Save
Click New Filter
Create New Filter

Exclude traffic
How to exclude IP range(s)
1.
2.
3.
4.
5.
6.
7.
8.
9.

Go to Admin
Click Filters
Click New filter button
Choose create new
Name the filter
Filter type: custom, exclude
Filter field: IP address
Filter pattern??
Save
Filters: Exclude IP ranges
Enter using “regular expressions”

Stand back.
I know regular expressions.
Filters: Regular expressions
"In computing, regular expression provides a
concise and flexible means for "matching"
(specifying and recognizing) strings of numbers or
text, such as particular characters, words, or
patterns of characters." -Wikipedia

Think Boolean searching meets
wildcards, on steroids.
Example
^136.142.(1.([2-9]|[1-9][0-9]|1([0-9][0-9])|2([04][0-9]|5[0-5]))|(([2-9]|[1-2][0-9]|3[0-4]).([09]|[1-9][0-9]|1([0-9][0-9])|2([0-4][0-9]|5[05])))|35.([0-9]|1[0-2]))$
Filters: Regular expressions
Google has a form-based tool for
generating regular expressions for ranges
of IPs ! Yay Google!
http://support.google.com/bin/answer.py?hl=e
n&answer=1034771&rd=1

Use this:
http://www.analyticsmarket.com/freetools/iprege
x
Filters: Exclude IP range(s)
Have multiple ranges?
Rerun the tool with the additional range(s),
put them all together
separate each expression it
generates with the pipe symbol |

and paste into your filter
Advanced segments
Advanced segments are non-destructive; they create distinct
VIEWS of your data
Advanced segments
Several predefined advanced segments are
available out of the box
Can create custom advanced segment
You can work with up to a total of four
segments at a time
Advanced segments
Example:
Create an advanced segment that easily shows
how many users access your site remotely
versus onsite
Advanced segments
Advanced segments apply throughout a
profile.
If you keep the segment(s) active,
they’re visible in all of the different
reports available to you in GA.
Advanced segments how to
1. Define segment

2. Create statement
3. Combine statements
Advanced segments how to
Once you’re in your website’s profile go to:
Admin > Advanced Segments > New Segment
Admin > Advanced Segments > New Segment Name
Domain name contains verison OR comcast
Second segment for visits from pitt.edu
Advanced Segments > Choose 2 custom segments
Pitt & Remote Access
Report on visits from

Pitt

Remote
Access
Goals and funnels
Admin > Goals > Create a Goal
Goals: Setting up goals and funnels
Name the goal something intuitive, “Class Registration”
2. Choose whether the goal is active (ON) now
3. Choose a type of goal.
1.

•

Most library scenario goals will be “URL Destination”. This
means the goal is to get the user to a specific place, such as
“thank you for registering” page

Enter the URL for the goal page
5. Under “Goal Funnel” click ON
6. Enter the URL(s) of the page(s) along the path a user would
take from the homepage all the way to the |thank you” page.
4.
TIP
“Exact match” has to be EXACTLY the same as the URL….even
leading or trailing spaces will cause it to fail
Goal Name

Goal Type - Destination
Destination URL
thankyou.html
Tracking non HTML files
Use event tracking to track:
• Any Flash-driven element, like a Flash
website, or a Flash Movie player
• Embedded AJAX page elements
• Page gadgets
• File downloads, like PDFs
Tracking non HTML files
Two ways:
1. Virtual pageviews
Downside - artificially inflates pageview
numbers
2. Event tracking
Event tracking
Five components:

•
•

•
•
•

categories
actions
labels
values
implicit count
Event tracking
Category: A category is the root level of Event Tracking Some
sample categories are "Videos" and ”PDFs".
Action: An action is a descriptor for a particular event.
Event tracking
Label: A label is an optional
Value: A value is a numerical variable that you can
assign to any event that you've assigned to a category.
Implicit Count: The implicit count is a count of the
number of interactions with an event category.
Event tracking code
<a href=“geneaology.pdf"
onClick="_gaq.push(['_trackEvent', ’Guides', ’Download',
’Intro to Genealogy Research]);”>Download the
guide</a>
Category = Guides
Action = Download
Label = Intro to Genealogy Research
Event reports
Appear under Content > Events
Events
Event reports by event name
Tracking outbound links
Insert this code into the <head> of the page(s) on
which you want to track outbound links:
<script type="text/javascript">
function trackOutboundLink(link, category, action) {
try {
_gaq.push(['_trackEvent', category , action]);
} catch(err){}
setTimeout(function() {
document.location.href = link.href;
}, 100);
}
</script>
Tracking outbound links
Tag the link(s) you want to track by using a javascript
onClick statement:

your link: www.example.com
<a href="http://www.example.com"
onClick="recordOutboundLink(this,
'Outbound Links', 'example.com');return false;">
the category

the link label
Alerts
Google calls these “Intelligence Events”

Alert me when 5 camels cross the road.
Examples
Any referrals from a local news site that recently wrote about your
library?
A class confirmation page has been generated X times, class nearly
full
Pageviews of your 404 page go up by X %...what’s wrong?
Alerts

Admin > Custom Alerts > Create New Alert
How to create an alert
1.
2.

3.
4.
5.
6.
7.
8.

Alert name
Apply to?
Period? (Day, Week, Month)
Send me an email?
Set up your mobile phone (optional)
Alert applies to?
Alert me when?
Click Create Alert
New alert applies to
www.library.pitt.edu
Alert name – facebook referrals

Referral path
contains “facebook”

Increases by 10%
This event applies to PITTClassic profile
Word cloud (bonus!)
Acquisition > Keywords > Organic
Keyword

Display as:
Questions? Comments?
Internet Librarian 2013

Thanks!
Photo Credits
•
•
•
•
•
•
•
•
•
•
•
•
•

Slide 2 JD Hancock
Slide 3 Women's eNews
Slide 4 cambodia4kidsorg
Slide 4 brett jordan
Slide 5 LifeSupercharger adapted, new image license CC BY-SA 2
Slide 6 Patrick Hoesly
Slide 13 Jenn and Tony Bot
Slide 14 SuziJane
Slide 20 santheo adapted, new image license CC BY-SA 2
Slide 37 ajstarks
Slide 47 Åndrey
Slide 48 mkhmarketing
Slide 57 __MaRiNa__

Contenu connexe

En vedette

Mobile First and Tablet-Centric Design
Mobile First and Tablet-Centric DesignMobile First and Tablet-Centric Design
Mobile First and Tablet-Centric DesignJeff Wisniewski
 
Advanced Google Analytics
Advanced Google AnalyticsAdvanced Google Analytics
Advanced Google AnalyticsJeff Wisniewski
 
Introduction to google analytics
Introduction to google analyticsIntroduction to google analytics
Introduction to google analyticsJeff Wisniewski
 
Trabajo Presentado Por Camilo andres ortegon frias
Trabajo Presentado Por Camilo andres ortegon friasTrabajo Presentado Por Camilo andres ortegon frias
Trabajo Presentado Por Camilo andres ortegon friasfesOen
 
luis andres, lopez daza y rocha juan diego
luis andres, lopez daza y rocha juan diegoluis andres, lopez daza y rocha juan diego
luis andres, lopez daza y rocha juan diegojuand1234
 
La infancia 111
La infancia 111La infancia 111
La infancia 111mafeguza
 
Mafalda Marcos, The Body as Zero - Experimentalism and Participation. Portugu...
Mafalda Marcos, The Body as Zero - Experimentalism and Participation. Portugu...Mafalda Marcos, The Body as Zero - Experimentalism and Participation. Portugu...
Mafalda Marcos, The Body as Zero - Experimentalism and Participation. Portugu...Mafalda Marcos
 
видео лекторий к дню народного единства
видео лекторий к дню народного единствавидео лекторий к дню народного единства
видео лекторий к дню народного единстваСкиту Омск
 
El trabajo de luisa quiroz y andres rodriguez los derechos
El trabajo de luisa quiroz y andres rodriguez los derechosEl trabajo de luisa quiroz y andres rodriguez los derechos
El trabajo de luisa quiroz y andres rodriguez los derechosYURANISCAMPO
 
велимир хлебников звонкий вестник добра
велимир хлебников звонкий вестник добравелимир хлебников звонкий вестник добра
велимир хлебников звонкий вестник добраСкиту Омск
 
Yoga para niños
Yoga para niñosYoga para niños
Yoga para niñosrinconari
 
KI Future of Publishing Report 5 11 2015
KI Future of Publishing Report 5 11 2015KI Future of Publishing Report 5 11 2015
KI Future of Publishing Report 5 11 2015Debra Fox
 
Genre Analysis- Comedy
Genre Analysis- ComedyGenre Analysis- Comedy
Genre Analysis- Comedyelit3stan
 
How Bengaluru became the Biotech Capital of India
How Bengaluru became the Biotech Capital of IndiaHow Bengaluru became the Biotech Capital of India
How Bengaluru became the Biotech Capital of IndiaKiran Shaw
 
2014 WASHEQ Promotion Brochure
2014 WASHEQ Promotion Brochure2014 WASHEQ Promotion Brochure
2014 WASHEQ Promotion BrochureElla Agbettor
 

En vedette (20)

Mobile First and Tablet-Centric Design
Mobile First and Tablet-Centric DesignMobile First and Tablet-Centric Design
Mobile First and Tablet-Centric Design
 
Mobile Tools and Trends
Mobile Tools and TrendsMobile Tools and Trends
Mobile Tools and Trends
 
Google A
Google AGoogle A
Google A
 
Advanced Google Analytics
Advanced Google AnalyticsAdvanced Google Analytics
Advanced Google Analytics
 
Introduction to google analytics
Introduction to google analyticsIntroduction to google analytics
Introduction to google analytics
 
Trabajo Presentado Por Camilo andres ortegon frias
Trabajo Presentado Por Camilo andres ortegon friasTrabajo Presentado Por Camilo andres ortegon frias
Trabajo Presentado Por Camilo andres ortegon frias
 
luis andres, lopez daza y rocha juan diego
luis andres, lopez daza y rocha juan diegoluis andres, lopez daza y rocha juan diego
luis andres, lopez daza y rocha juan diego
 
DB_IA Design Strategy
DB_IA Design StrategyDB_IA Design Strategy
DB_IA Design Strategy
 
19
1919
19
 
La infancia 111
La infancia 111La infancia 111
La infancia 111
 
Mafalda Marcos, The Body as Zero - Experimentalism and Participation. Portugu...
Mafalda Marcos, The Body as Zero - Experimentalism and Participation. Portugu...Mafalda Marcos, The Body as Zero - Experimentalism and Participation. Portugu...
Mafalda Marcos, The Body as Zero - Experimentalism and Participation. Portugu...
 
differential
differentialdifferential
differential
 
видео лекторий к дню народного единства
видео лекторий к дню народного единствавидео лекторий к дню народного единства
видео лекторий к дню народного единства
 
El trabajo de luisa quiroz y andres rodriguez los derechos
El trabajo de luisa quiroz y andres rodriguez los derechosEl trabajo de luisa quiroz y andres rodriguez los derechos
El trabajo de luisa quiroz y andres rodriguez los derechos
 
велимир хлебников звонкий вестник добра
велимир хлебников звонкий вестник добравелимир хлебников звонкий вестник добра
велимир хлебников звонкий вестник добра
 
Yoga para niños
Yoga para niñosYoga para niños
Yoga para niños
 
KI Future of Publishing Report 5 11 2015
KI Future of Publishing Report 5 11 2015KI Future of Publishing Report 5 11 2015
KI Future of Publishing Report 5 11 2015
 
Genre Analysis- Comedy
Genre Analysis- ComedyGenre Analysis- Comedy
Genre Analysis- Comedy
 
How Bengaluru became the Biotech Capital of India
How Bengaluru became the Biotech Capital of IndiaHow Bengaluru became the Biotech Capital of India
How Bengaluru became the Biotech Capital of India
 
2014 WASHEQ Promotion Brochure
2014 WASHEQ Promotion Brochure2014 WASHEQ Promotion Brochure
2014 WASHEQ Promotion Brochure
 

Similaire à Advanced Google Analytics

Track Report & Optimize Your Web Creations
Track Report & Optimize Your Web CreationsTrack Report & Optimize Your Web Creations
Track Report & Optimize Your Web CreationsEmpirical Path
 
Web analytics masterclass Howest
Web analytics masterclass HowestWeb analytics masterclass Howest
Web analytics masterclass HowestEvelien De Mey
 
31-Steps Conversion & Retention Optimization Checklist.pptx
31-Steps Conversion & Retention Optimization Checklist.pptx31-Steps Conversion & Retention Optimization Checklist.pptx
31-Steps Conversion & Retention Optimization Checklist.pptxRamanParashar3
 
Google Analytics Overview
Google Analytics OverviewGoogle Analytics Overview
Google Analytics Overviewtradocaj
 
Score google analytics
Score   google analyticsScore   google analytics
Score google analyticsHotTopics114
 
5 Ways to Make Use of Your Google Analytics
5 Ways to Make Use of Your Google Analytics5 Ways to Make Use of Your Google Analytics
5 Ways to Make Use of Your Google AnalyticsCharlie Morris
 
How to use pertinently Google Analytics, by Gilles Barbier
How to use pertinently Google Analytics, by Gilles BarbierHow to use pertinently Google Analytics, by Gilles Barbier
How to use pertinently Google Analytics, by Gilles BarbierTheFamily
 
Guide to-google-analytics google 4
Guide to-google-analytics google 4Guide to-google-analytics google 4
Guide to-google-analytics google 4Nizam Uddin
 
An introduction-to-google-analytics-1198701588721690-4
An introduction-to-google-analytics-1198701588721690-4An introduction-to-google-analytics-1198701588721690-4
An introduction-to-google-analytics-1198701588721690-4Jerry Wijaya
 
GA的详细介绍
GA的详细介绍GA的详细介绍
GA的详细介绍writerrr
 
An introduction to Google Analytics
An introduction to Google AnalyticsAn introduction to Google Analytics
An introduction to Google AnalyticsJoris Roebben
 
DevFest Kuala Lumpur - Implementing Google Analytics - 2011-09-29.ppt
DevFest Kuala Lumpur - Implementing Google Analytics - 2011-09-29.pptDevFest Kuala Lumpur - Implementing Google Analytics - 2011-09-29.ppt
DevFest Kuala Lumpur - Implementing Google Analytics - 2011-09-29.pptVinoaj Vijeyakumaar
 
GTUG Philippines - Implementing Google Analytics - 2011-10-11
GTUG Philippines - Implementing Google Analytics - 2011-10-11GTUG Philippines - Implementing Google Analytics - 2011-10-11
GTUG Philippines - Implementing Google Analytics - 2011-10-11Vinoaj Vijeyakumaar
 
Google Analytics for Beginners.pdf
Google Analytics for Beginners.pdfGoogle Analytics for Beginners.pdf
Google Analytics for Beginners.pdfAnaGabunia3
 
Google Analytics - OptSus Marketing
Google Analytics - OptSus MarketingGoogle Analytics - OptSus Marketing
Google Analytics - OptSus MarketingFrank Jones
 
Google analytics and google data studio
Google analytics and google data studioGoogle analytics and google data studio
Google analytics and google data studioBrian Pichman
 
Why Analytics important for any business - EBriks Infotech
 Why Analytics important for any business - EBriks Infotech Why Analytics important for any business - EBriks Infotech
Why Analytics important for any business - EBriks InfotechEBriks Infotech Pvt. Ltd.
 

Similaire à Advanced Google Analytics (20)

Track Report & Optimize Your Web Creations
Track Report & Optimize Your Web CreationsTrack Report & Optimize Your Web Creations
Track Report & Optimize Your Web Creations
 
Google Analytics Overview
Google Analytics OverviewGoogle Analytics Overview
Google Analytics Overview
 
Web analytics masterclass Howest
Web analytics masterclass HowestWeb analytics masterclass Howest
Web analytics masterclass Howest
 
31-Steps Conversion & Retention Optimization Checklist.pptx
31-Steps Conversion & Retention Optimization Checklist.pptx31-Steps Conversion & Retention Optimization Checklist.pptx
31-Steps Conversion & Retention Optimization Checklist.pptx
 
Google Analytics Overview
Google Analytics OverviewGoogle Analytics Overview
Google Analytics Overview
 
Score google analytics
Score   google analyticsScore   google analytics
Score google analytics
 
5 Ways to Make Use of Your Google Analytics
5 Ways to Make Use of Your Google Analytics5 Ways to Make Use of Your Google Analytics
5 Ways to Make Use of Your Google Analytics
 
How to use pertinently Google Analytics, by Gilles Barbier
How to use pertinently Google Analytics, by Gilles BarbierHow to use pertinently Google Analytics, by Gilles Barbier
How to use pertinently Google Analytics, by Gilles Barbier
 
Guide to-google-analytics google 4
Guide to-google-analytics google 4Guide to-google-analytics google 4
Guide to-google-analytics google 4
 
An introduction-to-google-analytics-1198701588721690-4
An introduction-to-google-analytics-1198701588721690-4An introduction-to-google-analytics-1198701588721690-4
An introduction-to-google-analytics-1198701588721690-4
 
GA的详细介绍
GA的详细介绍GA的详细介绍
GA的详细介绍
 
An introduction to Google Analytics
An introduction to Google AnalyticsAn introduction to Google Analytics
An introduction to Google Analytics
 
Google’s tridente
Google’s tridenteGoogle’s tridente
Google’s tridente
 
DevFest Kuala Lumpur - Implementing Google Analytics - 2011-09-29.ppt
DevFest Kuala Lumpur - Implementing Google Analytics - 2011-09-29.pptDevFest Kuala Lumpur - Implementing Google Analytics - 2011-09-29.ppt
DevFest Kuala Lumpur - Implementing Google Analytics - 2011-09-29.ppt
 
GTUG Philippines - Implementing Google Analytics - 2011-10-11
GTUG Philippines - Implementing Google Analytics - 2011-10-11GTUG Philippines - Implementing Google Analytics - 2011-10-11
GTUG Philippines - Implementing Google Analytics - 2011-10-11
 
Google Analytics for Beginners.pdf
Google Analytics for Beginners.pdfGoogle Analytics for Beginners.pdf
Google Analytics for Beginners.pdf
 
Google Analytics - OptSus Marketing
Google Analytics - OptSus MarketingGoogle Analytics - OptSus Marketing
Google Analytics - OptSus Marketing
 
analytics.pptx
analytics.pptxanalytics.pptx
analytics.pptx
 
Google analytics and google data studio
Google analytics and google data studioGoogle analytics and google data studio
Google analytics and google data studio
 
Why Analytics important for any business - EBriks Infotech
 Why Analytics important for any business - EBriks Infotech Why Analytics important for any business - EBriks Infotech
Why Analytics important for any business - EBriks Infotech
 

Plus de Jeff Wisniewski

Gathering & Presenting User Input
Gathering & Presenting User InputGathering & Presenting User Input
Gathering & Presenting User InputJeff Wisniewski
 
Responsive Web Design from the Trenches
Responsive Web Design from the TrenchesResponsive Web Design from the Trenches
Responsive Web Design from the TrenchesJeff Wisniewski
 
Beyond Task Based Testing: Interviews and Personas
Beyond Task Based Testing: Interviews and PersonasBeyond Task Based Testing: Interviews and Personas
Beyond Task Based Testing: Interviews and PersonasJeff Wisniewski
 
Data: Digging Deeper and Displaying
Data: Digging Deeper and DisplayingData: Digging Deeper and Displaying
Data: Digging Deeper and DisplayingJeff Wisniewski
 
Reinventing Spaces and Places
Reinventing Spaces and PlacesReinventing Spaces and Places
Reinventing Spaces and PlacesJeff Wisniewski
 
Google Analytics Goals and Funnels
Google Analytics Goals and FunnelsGoogle Analytics Goals and Funnels
Google Analytics Goals and FunnelsJeff Wisniewski
 
Sharepoint tips and tricks
Sharepoint tips and tricksSharepoint tips and tricks
Sharepoint tips and tricksJeff Wisniewski
 
Tools for Social Media Monitoring
Tools for Social Media MonitoringTools for Social Media Monitoring
Tools for Social Media MonitoringJeff Wisniewski
 
Mobile that works for your library
Mobile that works for your libraryMobile that works for your library
Mobile that works for your libraryJeff Wisniewski
 
Writing for the Wired World
Writing for the Wired WorldWriting for the Wired World
Writing for the Wired WorldJeff Wisniewski
 
Developing and Designing for Mobile
Developing and Designing for MobileDeveloping and Designing for Mobile
Developing and Designing for MobileJeff Wisniewski
 
Fast and Easy Website Tune Ups
Fast and Easy Website Tune UpsFast and Easy Website Tune Ups
Fast and Easy Website Tune UpsJeff Wisniewski
 

Plus de Jeff Wisniewski (20)

Twitter Wake Up Call
Twitter Wake Up CallTwitter Wake Up Call
Twitter Wake Up Call
 
UX patterns & practices
UX patterns & practicesUX patterns & practices
UX patterns & practices
 
Gathering & Presenting User Input
Gathering & Presenting User InputGathering & Presenting User Input
Gathering & Presenting User Input
 
Responsive Web Design from the Trenches
Responsive Web Design from the TrenchesResponsive Web Design from the Trenches
Responsive Web Design from the Trenches
 
Beyond Task Based Testing: Interviews and Personas
Beyond Task Based Testing: Interviews and PersonasBeyond Task Based Testing: Interviews and Personas
Beyond Task Based Testing: Interviews and Personas
 
Data: Digging Deeper and Displaying
Data: Digging Deeper and DisplayingData: Digging Deeper and Displaying
Data: Digging Deeper and Displaying
 
Reinventing Spaces and Places
Reinventing Spaces and PlacesReinventing Spaces and Places
Reinventing Spaces and Places
 
Google Analytics Goals and Funnels
Google Analytics Goals and FunnelsGoogle Analytics Goals and Funnels
Google Analytics Goals and Funnels
 
Writing for the Web
Writing for the WebWriting for the Web
Writing for the Web
 
Sharepoint tips and tricks
Sharepoint tips and tricksSharepoint tips and tricks
Sharepoint tips and tricks
 
Mobile Usability
Mobile UsabilityMobile Usability
Mobile Usability
 
Tools for Social Media Monitoring
Tools for Social Media MonitoringTools for Social Media Monitoring
Tools for Social Media Monitoring
 
Mobile usability
Mobile usabilityMobile usability
Mobile usability
 
Discovering Discovery
Discovering DiscoveryDiscovering Discovery
Discovering Discovery
 
Mobile that works for your library
Mobile that works for your libraryMobile that works for your library
Mobile that works for your library
 
Writing for the Wired World
Writing for the Wired WorldWriting for the Wired World
Writing for the Wired World
 
Developing and Designing for Mobile
Developing and Designing for MobileDeveloping and Designing for Mobile
Developing and Designing for Mobile
 
Fast and Easy Website Tune Ups
Fast and Easy Website Tune UpsFast and Easy Website Tune Ups
Fast and Easy Website Tune Ups
 
Microformats
MicroformatsMicroformats
Microformats
 
Next Generation OPAC
Next Generation OPACNext Generation OPAC
Next Generation OPAC
 

Dernier

Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 

Dernier (20)

Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 

Advanced Google Analytics