SlideShare a Scribd company logo
1 of 37
Kentico EMS API Deep Dive
by Brian McKeiver, Kentico MVP & Co-Owner at BizStream
part of the Kentico User Group webinar series
Let’s Get This Party Started
http://kenticousergroup.org/
Goals
• Gain familiarity with the Online Marketing API in Kentico
• Work within the Kentico framework and not around it
• Take away a few tips for Kentico optimization
Base Assumptions
• Intermediate to advanced experience with C#
• Intermediate to advanced experience with Kentico API
• Understand core pattern of InfoObject and InfoProvider
UserInfo u= UserInfoProvider.GetUserInfo(“mcbeev”);
Kentico Online Marketing Feature Set
The First Thing To Know
Make it upgrade safe!
Isolate your code away from Kentico’s code
Register classes or ModuleLoaders using the Kentico convention:
http://www.mcbeev.com/.../Registering-Custom-Classes-in-Kentico-8
Web Analytics
Log Via JavaScript
1. Server adds
JavaScript
snippet to page
3. Web service logs hits
asynchronously
2. Page executing async call
to Kentico web service (using
JavaScript)
4. Hits processed
standard way
version 7.0.17 or newer!
Enabled by default in 8.x!
API BasicsCMS.WebAnalytics contains most of the APIs you need.
Demo
Custom Metrics for Web Analytics
Don’t forget you can make your own Custom Report since (4.x)
with a custom set of Custom Metrics if you need them
Examples:
Emails sent per month
New user sign-ups per week
https://docs.kentico.com/display/K82/Creating+reports
Activity Tracking
Website Behavior
Custom Activity Tracking
Result
http://www.mcbeev.com/.../How-to-Connect-Comments-to-Kentico-Activity-Tracking
Marketing
Automation
Marketing Automation Process
Action
Contact Actions
ContactAutomationAction gives you the Contact context you need
http://www.mcbeev.com/.../Kentico-8-Marketing-Automation-Sample-Code-Snippets
Contact Actions
AutomationAction gives you the no context but (in theory) is faster to execute. Use this for general
actions that don’t need the current contact data.
http://www.mcbeev.com/.../Kentico-8-Marketing-Automation-Sample-Code-Snippets
Custom Triggers
https://docs.kentico.com/.../Handling+marketing+automation+triggers
http://www.mcbeev.com/.../Increase-Subscribers-with-Marketing-Automation
using CMS.Base;
using CMS.Automation;
using CMS.DataEngine;
using CMS.OnlineForms;
using CMS.OnlineMarketing;
using CMS.WebAnalytics;
[TriggerHandler]
public partial class CMSModuleLoader
{
/// <summary>
/// Custom attribute class
/// </summary>
private class TriggerHandler : CMSLoaderAttribute
{
/// <summary>
/// Called automatically when the application starts
/// </summary>
public override void Init()
{
// Assigns a handler to the AutomationEvents.ProcessTrigger.Before event
AutomationEvents.ProcessTrigger.Before += ProcessTrigger_Before;
}
}
}
Macros
Macros – Personas / Groups
OnlineMarketingContext.CurrentContact
.GetPersona()
OnlineMarketingContext.CurrentContact
.IsInPersona(“DigitalMarketer”)
OnlineMarketingContext.CurrentContact
.IsInContactGroup(“USAContacts")
{% PersonaDocumentWhereCondition %}
Macros – Scoring
OnlineMarketingContext.CurrentContact.GetScore("ClickedLinkInNewsletter")
More Useful Macros
OnlineMarketingContext.CurrentContact.FirstActivityOfType(“formsubmission")
OnlineMarketingContext.CurrentContact.LastActivityOfType(“formsubmission")
OnlineMarketingContext.CurrentContact.Orders.Exists(OrderTotalPrice > 42.42)
And more…
https://docs.kentico.com/display/K82/On-line+marketing+macros
Macros – High Volume Scoring/Groups
“By default in 8.x, custom macro rules that are used in scoring and
contact group conditions evaluate individually for each contact”
– slow for high volume of contacts
The Issue
Macro Rule Translator to the Rescue
How to Resolve - K82 Docs Link
1. Create a new macro rule in admin
2. Create custom macro rule translator class
3. Macro rule translator logic needs to return ObjectQuery<ContactInfo>
4. Register an instance of MacroRuleMetadata - tells the system to run recalculate on specific
Activity or Attribute only
Macro Rule
Demo time
Result
Proof
Ouch
Conclusion
Remember
• We learned about the Online Marketing API in Kentico
• How to work within the Kentico framework
• Saw a few tips for Kentico optimization
Q&A
?
Next Round Sign up for the next webinar by Avastone on Sept 16.
http://kenticousergroup.org/
Brian McKeiver, Co-Owner, BizStream
Phone: (616) 481-1631
E-mail: brian@bizstream.com
@mcbeev
www.linkedin.com/in/brianmckeiver

More Related Content

What's hot

Introduction to ASP.NET MVC
Introduction to ASP.NET MVCIntroduction to ASP.NET MVC
Introduction to ASP.NET MVC
Khaled Musaied
 
Building an enterprise app in silverlight 4 and NHibernate
Building an enterprise app in silverlight 4 and NHibernateBuilding an enterprise app in silverlight 4 and NHibernate
Building an enterprise app in silverlight 4 and NHibernate
bwullems
 
Pay it forward
Pay it forwardPay it forward
Pay it forward
GeneXus
 

What's hot (20)

Silver Light By Nyros Developer
Silver Light By Nyros DeveloperSilver Light By Nyros Developer
Silver Light By Nyros Developer
 
5 Evoq Features You Didn't Know Existed
5 Evoq Features You Didn't Know Existed5 Evoq Features You Didn't Know Existed
5 Evoq Features You Didn't Know Existed
 
Introduction to ASP.NET MVC
Introduction to ASP.NET MVCIntroduction to ASP.NET MVC
Introduction to ASP.NET MVC
 
Arsitektur Aplikasi Modern - Faisal Henry Susanto
Arsitektur Aplikasi Modern - Faisal Henry SusantoArsitektur Aplikasi Modern - Faisal Henry Susanto
Arsitektur Aplikasi Modern - Faisal Henry Susanto
 
V cloud request manager overview presentation
V cloud request manager overview presentationV cloud request manager overview presentation
V cloud request manager overview presentation
 
Getting started with MVC 5 and Visual Studio 2013
Getting started with MVC 5 and Visual Studio 2013Getting started with MVC 5 and Visual Studio 2013
Getting started with MVC 5 and Visual Studio 2013
 
MVC Architecture in ASP.Net By Nyros Developer
MVC Architecture in ASP.Net By Nyros DeveloperMVC Architecture in ASP.Net By Nyros Developer
MVC Architecture in ASP.Net By Nyros Developer
 
Building an enterprise app in silverlight 4 and NHibernate
Building an enterprise app in silverlight 4 and NHibernateBuilding an enterprise app in silverlight 4 and NHibernate
Building an enterprise app in silverlight 4 and NHibernate
 
ASP .NET MVC Introduction & Guidelines
ASP .NET MVC Introduction & Guidelines  ASP .NET MVC Introduction & Guidelines
ASP .NET MVC Introduction & Guidelines
 
Java microservicesspringbootcasestudy2
Java microservicesspringbootcasestudy2Java microservicesspringbootcasestudy2
Java microservicesspringbootcasestudy2
 
Architecting RIAs with Silverlight
Architecting RIAs with SilverlightArchitecting RIAs with Silverlight
Architecting RIAs with Silverlight
 
Integration with CMIS using Mule ESB
Integration with CMIS using Mule ESBIntegration with CMIS using Mule ESB
Integration with CMIS using Mule ESB
 
Introduction To Jenkins - SpringPeople
Introduction To Jenkins - SpringPeopleIntroduction To Jenkins - SpringPeople
Introduction To Jenkins - SpringPeople
 
Introduction to ASP.NET MVC 1.0
Introduction to ASP.NET MVC 1.0Introduction to ASP.NET MVC 1.0
Introduction to ASP.NET MVC 1.0
 
test_automation_POC
test_automation_POCtest_automation_POC
test_automation_POC
 
EVOLVE'15 | Enhance | Loyola Baskar | Cisco - Multi-tenancy AEM Architectur...
EVOLVE'15 |  Enhance | Loyola Baskar | Cisco -  Multi-tenancy AEM Architectur...EVOLVE'15 |  Enhance | Loyola Baskar | Cisco -  Multi-tenancy AEM Architectur...
EVOLVE'15 | Enhance | Loyola Baskar | Cisco - Multi-tenancy AEM Architectur...
 
Pay it forward
Pay it forwardPay it forward
Pay it forward
 
TDD with ASP.NET MVC 1.0
TDD with ASP.NET MVC 1.0TDD with ASP.NET MVC 1.0
TDD with ASP.NET MVC 1.0
 
Power Apps for developers
Power Apps for developersPower Apps for developers
Power Apps for developers
 
No brainer
No brainerNo brainer
No brainer
 

Viewers also liked

Amphenol LTW Industrial Ethernet M12 to RJ45 Adaptor
Amphenol LTW Industrial Ethernet M12 to RJ45 AdaptorAmphenol LTW Industrial Ethernet M12 to RJ45 Adaptor
Amphenol LTW Industrial Ethernet M12 to RJ45 Adaptor
Amphenol LTW
 
Amphenol_Backplane_Systems_UHD_NAFI_BROFinalWeb_1Apr2014
Amphenol_Backplane_Systems_UHD_NAFI_BROFinalWeb_1Apr2014Amphenol_Backplane_Systems_UHD_NAFI_BROFinalWeb_1Apr2014
Amphenol_Backplane_Systems_UHD_NAFI_BROFinalWeb_1Apr2014
Candice Tsang
 
Global Ethernet Network
Global Ethernet NetworkGlobal Ethernet Network
Global Ethernet Network
Malard St
 
China mobile communication antenna industry report, 2011
China mobile communication antenna industry report, 2011China mobile communication antenna industry report, 2011
China mobile communication antenna industry report, 2011
ResearchInChina
 
Keynote Presentation - The Power of Storytelling with Andrew Griffiths
Keynote Presentation - The Power of Storytelling with Andrew GriffithsKeynote Presentation - The Power of Storytelling with Andrew Griffiths
Keynote Presentation - The Power of Storytelling with Andrew Griffiths
Andrew Griffiths Enterprises
 
593 Managing Enterprise Data Quality Using SAP Information Steward
593 Managing Enterprise Data Quality Using SAP Information Steward593 Managing Enterprise Data Quality Using SAP Information Steward
593 Managing Enterprise Data Quality Using SAP Information Steward
Vinny (Gurvinder) Ahuja
 

Viewers also liked (20)

Amphenol LTW Industrial Ethernet M12 to RJ45 Adaptor
Amphenol LTW Industrial Ethernet M12 to RJ45 AdaptorAmphenol LTW Industrial Ethernet M12 to RJ45 Adaptor
Amphenol LTW Industrial Ethernet M12 to RJ45 Adaptor
 
E M C Ionix Overview 2010
E M C  Ionix Overview 2010E M C  Ionix Overview 2010
E M C Ionix Overview 2010
 
Predstavitev izobraževanja odraslih na Kosovem, dr. Rame Likaj, Konferenca Gr...
Predstavitev izobraževanja odraslih na Kosovem, dr. Rame Likaj, Konferenca Gr...Predstavitev izobraževanja odraslih na Kosovem, dr. Rame Likaj, Konferenca Gr...
Predstavitev izobraževanja odraslih na Kosovem, dr. Rame Likaj, Konferenca Gr...
 
ŠTIKY ČESKÉHO BYZNYSU
ŠTIKY ČESKÉHO BYZNYSU ŠTIKY ČESKÉHO BYZNYSU
ŠTIKY ČESKÉHO BYZNYSU
 
Suman Resume
Suman ResumeSuman Resume
Suman Resume
 
Amphenol_Backplane_Systems_UHD_NAFI_BROFinalWeb_1Apr2014
Amphenol_Backplane_Systems_UHD_NAFI_BROFinalWeb_1Apr2014Amphenol_Backplane_Systems_UHD_NAFI_BROFinalWeb_1Apr2014
Amphenol_Backplane_Systems_UHD_NAFI_BROFinalWeb_1Apr2014
 
Global Ethernet Network
Global Ethernet NetworkGlobal Ethernet Network
Global Ethernet Network
 
InnerWireless Distributed Antenna Brochure
InnerWireless Distributed Antenna BrochureInnerWireless Distributed Antenna Brochure
InnerWireless Distributed Antenna Brochure
 
Job offer tpil commercial manager-surabaya
Job offer tpil commercial manager-surabayaJob offer tpil commercial manager-surabaya
Job offer tpil commercial manager-surabaya
 
VSE JE OK! Dr. Rok Stritar, Ekonomska fakulteta v Ljubljani, MQ konferenca, 1...
VSE JE OK! Dr. Rok Stritar, Ekonomska fakulteta v Ljubljani, MQ konferenca, 1...VSE JE OK! Dr. Rok Stritar, Ekonomska fakulteta v Ljubljani, MQ konferenca, 1...
VSE JE OK! Dr. Rok Stritar, Ekonomska fakulteta v Ljubljani, MQ konferenca, 1...
 
China mobile communication antenna industry report, 2011
China mobile communication antenna industry report, 2011China mobile communication antenna industry report, 2011
China mobile communication antenna industry report, 2011
 
Radsok Presentation Ipe
Radsok Presentation IpeRadsok Presentation Ipe
Radsok Presentation Ipe
 
Keynote Presentation - The Power of Storytelling with Andrew Griffiths
Keynote Presentation - The Power of Storytelling with Andrew GriffithsKeynote Presentation - The Power of Storytelling with Andrew Griffiths
Keynote Presentation - The Power of Storytelling with Andrew Griffiths
 
Ect english company profile v3.0
Ect english company profile v3.0Ect english company profile v3.0
Ect english company profile v3.0
 
Introduction - A STUDY ON EMPLOYEE ENGAGEMENT IN FCI OEN CONNECTORS, MULAMTHU...
Introduction - A STUDY ON EMPLOYEE ENGAGEMENT IN FCI OEN CONNECTORS, MULAMTHU...Introduction - A STUDY ON EMPLOYEE ENGAGEMENT IN FCI OEN CONNECTORS, MULAMTHU...
Introduction - A STUDY ON EMPLOYEE ENGAGEMENT IN FCI OEN CONNECTORS, MULAMTHU...
 
David Fei - Session 1: The Global Airport Cities Report: The Latest Project N...
David Fei - Session 1: The Global Airport Cities Report: The Latest Project N...David Fei - Session 1: The Global Airport Cities Report: The Latest Project N...
David Fei - Session 1: The Global Airport Cities Report: The Latest Project N...
 
History of Fiber Optics
History of Fiber OpticsHistory of Fiber Optics
History of Fiber Optics
 
Chapters(1)A STUDY ON EMPLOYEE ENGAGEMENT IN FCI OEN CONNECTORS, MULAMTHURUTH...
Chapters(1)A STUDY ON EMPLOYEE ENGAGEMENT IN FCI OEN CONNECTORS, MULAMTHURUTH...Chapters(1)A STUDY ON EMPLOYEE ENGAGEMENT IN FCI OEN CONNECTORS, MULAMTHURUTH...
Chapters(1)A STUDY ON EMPLOYEE ENGAGEMENT IN FCI OEN CONNECTORS, MULAMTHURUTH...
 
Ionix Unified Infrastructure Manager (Uim) Overview For Cisco Tv Feb10
Ionix Unified Infrastructure Manager (Uim) Overview For Cisco Tv Feb10Ionix Unified Infrastructure Manager (Uim) Overview For Cisco Tv Feb10
Ionix Unified Infrastructure Manager (Uim) Overview For Cisco Tv Feb10
 
593 Managing Enterprise Data Quality Using SAP Information Steward
593 Managing Enterprise Data Quality Using SAP Information Steward593 Managing Enterprise Data Quality Using SAP Information Steward
593 Managing Enterprise Data Quality Using SAP Information Steward
 

Similar to Kentico 8 EMS API Deep Dive

Moving from ASP.NET Web Forms to ASP.NET MVC
Moving from ASP.NET Web Forms to ASP.NET MVCMoving from ASP.NET Web Forms to ASP.NET MVC
Moving from ASP.NET Web Forms to ASP.NET MVC
kgpainter
 
Dnyaneshwar_Anantwar_Resume
Dnyaneshwar_Anantwar_ResumeDnyaneshwar_Anantwar_Resume
Dnyaneshwar_Anantwar_Resume
aryan9011079624
 
Rutgers - FrontPage 98 (Advanced)
Rutgers - FrontPage 98 (Advanced)Rutgers - FrontPage 98 (Advanced)
Rutgers - FrontPage 98 (Advanced)
Michael Dobe, Ph.D.
 
Benefit of CodeIgniter php framework
Benefit of CodeIgniter php frameworkBenefit of CodeIgniter php framework
Benefit of CodeIgniter php framework
Bo-Yi Wu
 
Documentation
DocumentationDocumentation
Documentation
Kalyan A
 

Similar to Kentico 8 EMS API Deep Dive (20)

Moving from ASP.NET Web Forms to ASP.NET MVC
Moving from ASP.NET Web Forms to ASP.NET MVCMoving from ASP.NET Web Forms to ASP.NET MVC
Moving from ASP.NET Web Forms to ASP.NET MVC
 
Vue micro frontend implementation patterns
Vue micro frontend implementation patternsVue micro frontend implementation patterns
Vue micro frontend implementation patterns
 
Spring Framework-II
Spring Framework-IISpring Framework-II
Spring Framework-II
 
MVC Design Pattern in JavaScript by ADMEC Multimedia Institute
MVC Design Pattern in JavaScript by ADMEC Multimedia InstituteMVC Design Pattern in JavaScript by ADMEC Multimedia Institute
MVC Design Pattern in JavaScript by ADMEC Multimedia Institute
 
13 asp.net session19
13 asp.net session1913 asp.net session19
13 asp.net session19
 
VCGenius Content Management System
VCGenius Content Management SystemVCGenius Content Management System
VCGenius Content Management System
 
2010 - Basta: ASP.NET Controls für Web Forms und MVC
2010 - Basta: ASP.NET Controls für Web Forms und MVC2010 - Basta: ASP.NET Controls für Web Forms und MVC
2010 - Basta: ASP.NET Controls für Web Forms und MVC
 
Dnyaneshwar_Anantwar_Resume
Dnyaneshwar_Anantwar_ResumeDnyaneshwar_Anantwar_Resume
Dnyaneshwar_Anantwar_Resume
 
CODE IGNITER
CODE IGNITERCODE IGNITER
CODE IGNITER
 
Salesforce.com API Series: Service Cloud Console Deep Dive
Salesforce.com API Series: Service Cloud Console Deep DiveSalesforce.com API Series: Service Cloud Console Deep Dive
Salesforce.com API Series: Service Cloud Console Deep Dive
 
Progressive Web Apps by Millicent Convento
Progressive Web Apps by Millicent ConventoProgressive Web Apps by Millicent Convento
Progressive Web Apps by Millicent Convento
 
Event-Based API Patterns and Practices
Event-Based API Patterns and PracticesEvent-Based API Patterns and Practices
Event-Based API Patterns and Practices
 
DODN2009 - Jump Start Silverlight
DODN2009 - Jump Start SilverlightDODN2009 - Jump Start Silverlight
DODN2009 - Jump Start Silverlight
 
MongoDB.local Dallas 2019: MongoDB Stitch Tutorial
MongoDB.local Dallas 2019: MongoDB Stitch TutorialMongoDB.local Dallas 2019: MongoDB Stitch Tutorial
MongoDB.local Dallas 2019: MongoDB Stitch Tutorial
 
Web Application Security
Web Application SecurityWeb Application Security
Web Application Security
 
Rutgers - FrontPage 98 (Advanced)
Rutgers - FrontPage 98 (Advanced)Rutgers - FrontPage 98 (Advanced)
Rutgers - FrontPage 98 (Advanced)
 
How to measure your security response readiness?
How to measure your security response readiness?How to measure your security response readiness?
How to measure your security response readiness?
 
Benefit of CodeIgniter php framework
Benefit of CodeIgniter php frameworkBenefit of CodeIgniter php framework
Benefit of CodeIgniter php framework
 
MongoDB.local Atlanta: Introduction to Serverless MongoDB
MongoDB.local Atlanta: Introduction to Serverless MongoDBMongoDB.local Atlanta: Introduction to Serverless MongoDB
MongoDB.local Atlanta: Introduction to Serverless MongoDB
 
Documentation
DocumentationDocumentation
Documentation
 

More from Brian McKeiver

More from Brian McKeiver (12)

Delivering on the Promise or AI for content.pptx
Delivering on the Promise or AI for content.pptxDelivering on the Promise or AI for content.pptx
Delivering on the Promise or AI for content.pptx
 
THAT Conference 2021 - State-of-the-art Search with Azure Cognitive Search
THAT Conference 2021 - State-of-the-art Search with Azure Cognitive SearchTHAT Conference 2021 - State-of-the-art Search with Azure Cognitive Search
THAT Conference 2021 - State-of-the-art Search with Azure Cognitive Search
 
Great Lakes Area .Net UG: Optimize .Net Azure App Services
Great Lakes Area .Net UG: Optimize .Net Azure App ServicesGreat Lakes Area .Net UG: Optimize .Net Azure App Services
Great Lakes Area .Net UG: Optimize .Net Azure App Services
 
Prairie Code 2019: How to Win Friends and Influence Better Developer Estimates
Prairie Code 2019: How to Win Friends and Influence Better Developer EstimatesPrairie Code 2019: How to Win Friends and Influence Better Developer Estimates
Prairie Code 2019: How to Win Friends and Influence Better Developer Estimates
 
Code on the Beach 2019 - Let's Take a Tour of .Net Core: CLI
Code on the Beach 2019 - Let's Take a Tour of .Net Core: CLICode on the Beach 2019 - Let's Take a Tour of .Net Core: CLI
Code on the Beach 2019 - Let's Take a Tour of .Net Core: CLI
 
Code on the Beach 2018: Build an E-Commerce Chatbot on Azure Bot Framework v4
Code on the Beach 2018: Build an E-Commerce Chatbot on Azure Bot Framework v4Code on the Beach 2018: Build an E-Commerce Chatbot on Azure Bot Framework v4
Code on the Beach 2018: Build an E-Commerce Chatbot on Azure Bot Framework v4
 
GLSEC 2017 Build an Open Data .Net MVC site in 30 mins
GLSEC 2017 Build an Open Data .Net MVC site in 30 minsGLSEC 2017 Build an Open Data .Net MVC site in 30 mins
GLSEC 2017 Build an Open Data .Net MVC site in 30 mins
 
Kentico Cloud - Our First Impressions
Kentico Cloud - Our First Impressions Kentico Cloud - Our First Impressions
Kentico Cloud - Our First Impressions
 
Content Last: A Strategy for Success or Failure?
Content Last: A Strategy for Success or Failure?Content Last: A Strategy for Success or Failure?
Content Last: A Strategy for Success or Failure?
 
Amp up your Site with Accelerated Mobile Pages
Amp up your Site with Accelerated Mobile PagesAmp up your Site with Accelerated Mobile Pages
Amp up your Site with Accelerated Mobile Pages
 
Growth Hacking with Kentico
Growth Hacking with KenticoGrowth Hacking with Kentico
Growth Hacking with Kentico
 
Convert More With Marketing Automation
Convert More With Marketing AutomationConvert More With Marketing Automation
Convert More With Marketing Automation
 

Recently uploaded

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 

Recently uploaded (20)

[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 

Kentico 8 EMS API Deep Dive