SlideShare a Scribd company logo
1 of 27
Download to read offline
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
Productizing & Monetizing APIs
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
Who am I?
● Co-founder and CEO of Moesif,
the leading API analytics and
monetization platform
● Focus on API first strategy,
growth, and PLG
● I love IPAs!
derric@moesif.com
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
3
Shipping an API Product
Business Model Architect
Build
Publish
& Serve
Grow &
Monetize
Measure KPIs
Iterate or
Deprecate
Business
Engineering
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
Each API business is different
What to meter usage?
Prepaid vs Postpaid
Tiered vs Pay As You Go (PAYG)
When to invoice
1
3
4
2
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
Business Model aligned to Customer Value
Name Example When to use
Transaction volume Number of API Calls, Messages
Sent
APIs and event-based
platforms such as SMS and
analytics
Revenue/cost share % of revenue, transaction fee Platforms focused on money
such as payments or expense
reporting
Data volume Gigabytes sent, Minutes made Platforms focused on data such
as logging or storage
User-centric Monthly unique users that are
active
A modern version of charging
per seat or per user
Resource Compute Units, active hours Compute infrastructure such as
a database or virtual machine
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
1. Billing Strategy
Prepaid billing: Customer
purchase credits / quota ahead
of time that is then later
consumed
Pros:
● Better cash flow
● More familiar with
traditional enterprise
Cons:
● Friction in onboarding
● Harder with PAYG
Postpaid billing: Customer
only pays for their usage after
service is already consumed
Pros:
● Less onboarding friction
● Makes PAYG easier
Cons:
● Additional credit risk
● Can be abused
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
2. Packaging Strategy
Tiered Pricing: Traditional SaaS
pricing with predefined suite of
features/capacity for each tier
Pros:
● Enforces a min spend
● Predictable for customer
● Easy to implement
Cons:
● Friction in expansion
● Rigid, not aligned to value
Pay As You Go: Usage-based or
consumption-based pricing
based on a unit price
Pros:
● More efficient for customer
● Less friction in expansion
● Can “appear” cheaper
Cons:
● Can upset customers with
billing surprises
● Complex to implement
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
3. Invoicing Strategy
Recurring: Customer invoiced
on a schedule like each month,
quarter, or year
Pros:
● Easier for revenue
recognition/GAAP
● More predictable
Cons:
● Bad unit economics for low
cost SaaS
● Complex if prepaid
Threshold: Customer invoiced
only after a credit threshold is
met (can be prepaid also)
Pros:
● Reduced transaction cost
● Makes prepaid easier
Cons:
● Harder for finance to
recognize revenue
● Company liability
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
9
Metrics for API Products
Business Model Architect
Build
Publish
& Serve
Grow &
Monetize
Measure KPIs
Iterate or
Deprecate
Business
Engineering
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
Infrastructure metrics align to engineering
goals, not product goals.
Uptime SLAs
Resource
Utilization
Performance
Requests
Per Minute
Errors
1 2 3 4 5
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
Product owners should focus on one of three
business goals
Adoption Engagement Retention
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
Adoption: Reduce Time to Hello World
First Hello
World
First Working
App
Sign Up
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
What to measure?
A developer could stay in a single stage for days. You should
track both:
Conversion rate
for each step
Time to reach
next step
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
Engagement: metrics should measure
customer value
eCommerce SaaS Data API Logistics API
Checkout conversion rate Usage of integrations and
extensions
Match rate/found in
database
Successful order
fulfillment
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
Retention: Grow long term customers
Good product retention curves flatten or look like a “smile”
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
1
6
Growing an API Product
Business Model Architect
Build
Publish
& Serve
Grow &
Monetize
Measure KPIs
Iterate or
Deprecate
Business
Engineering
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
Selling to developers is hard
Individual developers have a lot more autonomy
and authority
Developers can be skeptical of sales and marketing
Buying is much more decentralized than before
Not invented here syndrome (NIHS)
Developers can build it themselves!
1
3
5
4
2
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
Sales focus on high ROI opportunities
Customer already seen value before sales engages
Growing usage, automatic expansion
Consultative, how to get more value
Help meet certain requirements
1
3
4
2
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
Developers need buy-in from many
stakeholders
Legal and
Security
ROI vs Risk/Cost
Finance and
Procurement
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
Self-service reduces friction
Legal and
Security
Product
priorities
Finance and
Procurement
Click-through ToS Fast integration Manager’s Credit
Card
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
Then, sell through developers
Developer on a
self service
Enterprise requirements
Increase usage
Other teams / use cases
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
The pitfall of self-service…
Account management is not scalable
Issues during
onboarding
Changing business
needs
Billing surprises and
issues
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
Reduce support time with self-service
management
● Provide visibility and
reports on what's
consuming their quota
● Provide tools to
upgrade and manage
their account without
involving personal
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
Avoid surprises with self-service account
communication
● Automatically notify
customers when they
approach or breach
plan limits
● If Pay As You Go,
empower customers to
set their own usage
thresholds
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
2
5
Growing an API Product
Business Model Architect
Build
Publish
& Serve
Grow &
Monetize
Measure KPIs
Iterate or
Deprecate
Business
Engineering
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
Don’t break their stuff. Handle deprecation
gracefully
Leverage in-app notifications
You’re using an outdated SDK
Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved
API Analytics and Monetization
Derric Gilling
derric@moesif.com
https://www.moesif.com/casestudies

More Related Content

Similar to apidays New York 2023 - How to treat your APIs as a Product, Derric Gilling, Moesif

Creating Great Developer Experiences with Metrics and Automation
Creating Great Developer Experiences with Metrics and AutomationCreating Great Developer Experiences with Metrics and Automation
Creating Great Developer Experiences with Metrics and AutomationNordic APIs
 
Soln deck business operations support services_final
Soln deck business operations support services_finalSoln deck business operations support services_final
Soln deck business operations support services_finalAdobe
 
SoftSolvers Customer Case Studies and Usage Scenarios
SoftSolvers Customer Case Studies and Usage ScenariosSoftSolvers Customer Case Studies and Usage Scenarios
SoftSolvers Customer Case Studies and Usage ScenariosMohandeep Singh
 
Adapting to Digital Change: Use APIs to Delight Customers & Win
Adapting to Digital Change: Use APIs to Delight Customers & WinAdapting to Digital Change: Use APIs to Delight Customers & Win
Adapting to Digital Change: Use APIs to Delight Customers & WinCA API Management
 
Mastering the Secret Sauce to SaaS - Adrian De Luca - AWS TechShift ANZ 2018
Mastering the Secret Sauce to SaaS - Adrian De Luca - AWS TechShift ANZ 2018Mastering the Secret Sauce to SaaS - Adrian De Luca - AWS TechShift ANZ 2018
Mastering the Secret Sauce to SaaS - Adrian De Luca - AWS TechShift ANZ 2018Amazon Web Services
 
Mastering SaaS - AWS Partner Summit Mumbai 2018.pdf
Mastering SaaS - AWS Partner Summit Mumbai 2018.pdfMastering SaaS - AWS Partner Summit Mumbai 2018.pdf
Mastering SaaS - AWS Partner Summit Mumbai 2018.pdfAmazon Web Services
 
Veritas Managed Backup Services Sales Presentation
Veritas Managed Backup Services Sales PresentationVeritas Managed Backup Services Sales Presentation
Veritas Managed Backup Services Sales PresentationIdeba
 
Building Subscription sites in WordPress
Building Subscription sites in WordPressBuilding Subscription sites in WordPress
Building Subscription sites in WordPressBen May
 
Town Hall – On Demand Sourcing and Discovery
Town Hall – On Demand Sourcing and Discovery Town Hall – On Demand Sourcing and Discovery
Town Hall – On Demand Sourcing and Discovery SAP Ariba
 
On Demand Sourcing and Discovery Town Hall
On Demand Sourcing and Discovery Town HallOn Demand Sourcing and Discovery Town Hall
On Demand Sourcing and Discovery Town HallSAP Ariba
 
Customer Success Plans - Value Realization Methodologies
Customer Success Plans - Value Realization MethodologiesCustomer Success Plans - Value Realization Methodologies
Customer Success Plans - Value Realization MethodologiesShawn Hank
 
Asite cSIM - collaborative supplier information modelling
Asite cSIM - collaborative supplier information modellingAsite cSIM - collaborative supplier information modelling
Asite cSIM - collaborative supplier information modellingTracey Saunders
 
BATBern46_Syncier Marketplace.pdf
BATBern46_Syncier Marketplace.pdfBATBern46_Syncier Marketplace.pdf
BATBern46_Syncier Marketplace.pdfBATbern
 
How to Choose the Right CRE Technology Partner Webinar.pdf
How to Choose the Right CRE Technology Partner Webinar.pdfHow to Choose the Right CRE Technology Partner Webinar.pdf
How to Choose the Right CRE Technology Partner Webinar.pdfAppFolio
 
Fleet Optimization Buyer's Guide
Fleet Optimization Buyer's GuideFleet Optimization Buyer's Guide
Fleet Optimization Buyer's GuideCurtis Serna
 
AWS Hong Kong Partner ConneXions - Welcome & Update
AWS Hong Kong Partner ConneXions - Welcome & UpdateAWS Hong Kong Partner ConneXions - Welcome & Update
AWS Hong Kong Partner ConneXions - Welcome & UpdateAmazon Web Services
 
AWS Cloud Adoption Framework and Workshops
AWS Cloud Adoption Framework and WorkshopsAWS Cloud Adoption Framework and Workshops
AWS Cloud Adoption Framework and WorkshopsTom Laszewski
 
Get a consumer-based experience to software provisioning with AWS Marketplace
Get a consumer-based experience to software provisioning with AWS MarketplaceGet a consumer-based experience to software provisioning with AWS Marketplace
Get a consumer-based experience to software provisioning with AWS MarketplaceAmazon Web Services
 

Similar to apidays New York 2023 - How to treat your APIs as a Product, Derric Gilling, Moesif (20)

Creating Great Developer Experiences with Metrics and Automation
Creating Great Developer Experiences with Metrics and AutomationCreating Great Developer Experiences with Metrics and Automation
Creating Great Developer Experiences with Metrics and Automation
 
SAP Cloud for Insurance Partner
SAP Cloud for Insurance PartnerSAP Cloud for Insurance Partner
SAP Cloud for Insurance Partner
 
Soln deck business operations support services_final
Soln deck business operations support services_finalSoln deck business operations support services_final
Soln deck business operations support services_final
 
SoftSolvers Customer Case Studies and Usage Scenarios
SoftSolvers Customer Case Studies and Usage ScenariosSoftSolvers Customer Case Studies and Usage Scenarios
SoftSolvers Customer Case Studies and Usage Scenarios
 
Adapting to Digital Change: Use APIs to Delight Customers & Win
Adapting to Digital Change: Use APIs to Delight Customers & WinAdapting to Digital Change: Use APIs to Delight Customers & Win
Adapting to Digital Change: Use APIs to Delight Customers & Win
 
Mastering the Secret Sauce to SaaS - Adrian De Luca - AWS TechShift ANZ 2018
Mastering the Secret Sauce to SaaS - Adrian De Luca - AWS TechShift ANZ 2018Mastering the Secret Sauce to SaaS - Adrian De Luca - AWS TechShift ANZ 2018
Mastering the Secret Sauce to SaaS - Adrian De Luca - AWS TechShift ANZ 2018
 
Mastering SaaS - AWS Partner Summit Mumbai 2018.pdf
Mastering SaaS - AWS Partner Summit Mumbai 2018.pdfMastering SaaS - AWS Partner Summit Mumbai 2018.pdf
Mastering SaaS - AWS Partner Summit Mumbai 2018.pdf
 
Veritas Managed Backup Services Sales Presentation
Veritas Managed Backup Services Sales PresentationVeritas Managed Backup Services Sales Presentation
Veritas Managed Backup Services Sales Presentation
 
Building Subscription sites in WordPress
Building Subscription sites in WordPressBuilding Subscription sites in WordPress
Building Subscription sites in WordPress
 
Town Hall – On Demand Sourcing and Discovery
Town Hall – On Demand Sourcing and Discovery Town Hall – On Demand Sourcing and Discovery
Town Hall – On Demand Sourcing and Discovery
 
On Demand Sourcing and Discovery Town Hall
On Demand Sourcing and Discovery Town HallOn Demand Sourcing and Discovery Town Hall
On Demand Sourcing and Discovery Town Hall
 
Customer Success Plans - Value Realization Methodologies
Customer Success Plans - Value Realization MethodologiesCustomer Success Plans - Value Realization Methodologies
Customer Success Plans - Value Realization Methodologies
 
Asite cSIM - collaborative supplier information modelling
Asite cSIM - collaborative supplier information modellingAsite cSIM - collaborative supplier information modelling
Asite cSIM - collaborative supplier information modelling
 
BATBern46_Syncier Marketplace.pdf
BATBern46_Syncier Marketplace.pdfBATBern46_Syncier Marketplace.pdf
BATBern46_Syncier Marketplace.pdf
 
Megh solar crm
Megh solar crmMegh solar crm
Megh solar crm
 
How to Choose the Right CRE Technology Partner Webinar.pdf
How to Choose the Right CRE Technology Partner Webinar.pdfHow to Choose the Right CRE Technology Partner Webinar.pdf
How to Choose the Right CRE Technology Partner Webinar.pdf
 
Fleet Optimization Buyer's Guide
Fleet Optimization Buyer's GuideFleet Optimization Buyer's Guide
Fleet Optimization Buyer's Guide
 
AWS Hong Kong Partner ConneXions - Welcome & Update
AWS Hong Kong Partner ConneXions - Welcome & UpdateAWS Hong Kong Partner ConneXions - Welcome & Update
AWS Hong Kong Partner ConneXions - Welcome & Update
 
AWS Cloud Adoption Framework and Workshops
AWS Cloud Adoption Framework and WorkshopsAWS Cloud Adoption Framework and Workshops
AWS Cloud Adoption Framework and Workshops
 
Get a consumer-based experience to software provisioning with AWS Marketplace
Get a consumer-based experience to software provisioning with AWS MarketplaceGet a consumer-based experience to software provisioning with AWS Marketplace
Get a consumer-based experience to software provisioning with AWS Marketplace
 

More from apidays

Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Apidays New York 2024 - The secrets to Graph success, by Leah Hurwich Adler, ...
Apidays New York 2024 - The secrets to Graph success, by Leah Hurwich Adler, ...Apidays New York 2024 - The secrets to Graph success, by Leah Hurwich Adler, ...
Apidays New York 2024 - The secrets to Graph success, by Leah Hurwich Adler, ...apidays
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
Apidays New York 2024 - API Discovery - From Crawl to Run by Rob Dickinson, G...
Apidays New York 2024 - API Discovery - From Crawl to Run by Rob Dickinson, G...Apidays New York 2024 - API Discovery - From Crawl to Run by Rob Dickinson, G...
Apidays New York 2024 - API Discovery - From Crawl to Run by Rob Dickinson, G...apidays
 
Apidays Singapore 2024 - Building with the Planet in Mind by Sandeep Joshi, M...
Apidays Singapore 2024 - Building with the Planet in Mind by Sandeep Joshi, M...Apidays Singapore 2024 - Building with the Planet in Mind by Sandeep Joshi, M...
Apidays Singapore 2024 - Building with the Planet in Mind by Sandeep Joshi, M...apidays
 
Apidays Singapore 2024 - Connecting Cross Border Commerce with Payments by Gu...
Apidays Singapore 2024 - Connecting Cross Border Commerce with Payments by Gu...Apidays Singapore 2024 - Connecting Cross Border Commerce with Payments by Gu...
Apidays Singapore 2024 - Connecting Cross Border Commerce with Payments by Gu...apidays
 
Apidays Singapore 2024 - Privacy Enhancing Technologies for AI by Mark Choo, ...
Apidays Singapore 2024 - Privacy Enhancing Technologies for AI by Mark Choo, ...Apidays Singapore 2024 - Privacy Enhancing Technologies for AI by Mark Choo, ...
Apidays Singapore 2024 - Privacy Enhancing Technologies for AI by Mark Choo, ...apidays
 
Apidays Singapore 2024 - Blending AI and IoT for Smarter Health by Matthew Ch...
Apidays Singapore 2024 - Blending AI and IoT for Smarter Health by Matthew Ch...Apidays Singapore 2024 - Blending AI and IoT for Smarter Health by Matthew Ch...
Apidays Singapore 2024 - Blending AI and IoT for Smarter Health by Matthew Ch...apidays
 
Apidays Singapore 2024 - OpenTelemetry for API Monitoring by Danielle Kayumbi...
Apidays Singapore 2024 - OpenTelemetry for API Monitoring by Danielle Kayumbi...Apidays Singapore 2024 - OpenTelemetry for API Monitoring by Danielle Kayumbi...
Apidays Singapore 2024 - OpenTelemetry for API Monitoring by Danielle Kayumbi...apidays
 
Apidays Singapore 2024 - Connecting Product and Engineering Teams with Testin...
Apidays Singapore 2024 - Connecting Product and Engineering Teams with Testin...Apidays Singapore 2024 - Connecting Product and Engineering Teams with Testin...
Apidays Singapore 2024 - Connecting Product and Engineering Teams with Testin...apidays
 
Apidays Singapore 2024 - The Growing Carbon Footprint of Digitalization and H...
Apidays Singapore 2024 - The Growing Carbon Footprint of Digitalization and H...Apidays Singapore 2024 - The Growing Carbon Footprint of Digitalization and H...
Apidays Singapore 2024 - The Growing Carbon Footprint of Digitalization and H...apidays
 
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...apidays
 
Apidays Singapore 2024 - API Monitoring x SRE by Ryan Ashneil and Eugene Wong...
Apidays Singapore 2024 - API Monitoring x SRE by Ryan Ashneil and Eugene Wong...Apidays Singapore 2024 - API Monitoring x SRE by Ryan Ashneil and Eugene Wong...
Apidays Singapore 2024 - API Monitoring x SRE by Ryan Ashneil and Eugene Wong...apidays
 
Apidays Singapore 2024 - A nuanced approach on AI costs and benefits for the ...
Apidays Singapore 2024 - A nuanced approach on AI costs and benefits for the ...Apidays Singapore 2024 - A nuanced approach on AI costs and benefits for the ...
Apidays Singapore 2024 - A nuanced approach on AI costs and benefits for the ...apidays
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbuapidays
 
Apidays Singapore 2024 - How APIs drive business at BNP Paribas by Quy-Doan D...
Apidays Singapore 2024 - How APIs drive business at BNP Paribas by Quy-Doan D...Apidays Singapore 2024 - How APIs drive business at BNP Paribas by Quy-Doan D...
Apidays Singapore 2024 - How APIs drive business at BNP Paribas by Quy-Doan D...apidays
 

More from apidays (20)

Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Apidays New York 2024 - The secrets to Graph success, by Leah Hurwich Adler, ...
Apidays New York 2024 - The secrets to Graph success, by Leah Hurwich Adler, ...Apidays New York 2024 - The secrets to Graph success, by Leah Hurwich Adler, ...
Apidays New York 2024 - The secrets to Graph success, by Leah Hurwich Adler, ...
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Apidays New York 2024 - API Discovery - From Crawl to Run by Rob Dickinson, G...
Apidays New York 2024 - API Discovery - From Crawl to Run by Rob Dickinson, G...Apidays New York 2024 - API Discovery - From Crawl to Run by Rob Dickinson, G...
Apidays New York 2024 - API Discovery - From Crawl to Run by Rob Dickinson, G...
 
Apidays Singapore 2024 - Building with the Planet in Mind by Sandeep Joshi, M...
Apidays Singapore 2024 - Building with the Planet in Mind by Sandeep Joshi, M...Apidays Singapore 2024 - Building with the Planet in Mind by Sandeep Joshi, M...
Apidays Singapore 2024 - Building with the Planet in Mind by Sandeep Joshi, M...
 
Apidays Singapore 2024 - Connecting Cross Border Commerce with Payments by Gu...
Apidays Singapore 2024 - Connecting Cross Border Commerce with Payments by Gu...Apidays Singapore 2024 - Connecting Cross Border Commerce with Payments by Gu...
Apidays Singapore 2024 - Connecting Cross Border Commerce with Payments by Gu...
 
Apidays Singapore 2024 - Privacy Enhancing Technologies for AI by Mark Choo, ...
Apidays Singapore 2024 - Privacy Enhancing Technologies for AI by Mark Choo, ...Apidays Singapore 2024 - Privacy Enhancing Technologies for AI by Mark Choo, ...
Apidays Singapore 2024 - Privacy Enhancing Technologies for AI by Mark Choo, ...
 
Apidays Singapore 2024 - Blending AI and IoT for Smarter Health by Matthew Ch...
Apidays Singapore 2024 - Blending AI and IoT for Smarter Health by Matthew Ch...Apidays Singapore 2024 - Blending AI and IoT for Smarter Health by Matthew Ch...
Apidays Singapore 2024 - Blending AI and IoT for Smarter Health by Matthew Ch...
 
Apidays Singapore 2024 - OpenTelemetry for API Monitoring by Danielle Kayumbi...
Apidays Singapore 2024 - OpenTelemetry for API Monitoring by Danielle Kayumbi...Apidays Singapore 2024 - OpenTelemetry for API Monitoring by Danielle Kayumbi...
Apidays Singapore 2024 - OpenTelemetry for API Monitoring by Danielle Kayumbi...
 
Apidays Singapore 2024 - Connecting Product and Engineering Teams with Testin...
Apidays Singapore 2024 - Connecting Product and Engineering Teams with Testin...Apidays Singapore 2024 - Connecting Product and Engineering Teams with Testin...
Apidays Singapore 2024 - Connecting Product and Engineering Teams with Testin...
 
Apidays Singapore 2024 - The Growing Carbon Footprint of Digitalization and H...
Apidays Singapore 2024 - The Growing Carbon Footprint of Digitalization and H...Apidays Singapore 2024 - The Growing Carbon Footprint of Digitalization and H...
Apidays Singapore 2024 - The Growing Carbon Footprint of Digitalization and H...
 
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...
 
Apidays Singapore 2024 - API Monitoring x SRE by Ryan Ashneil and Eugene Wong...
Apidays Singapore 2024 - API Monitoring x SRE by Ryan Ashneil and Eugene Wong...Apidays Singapore 2024 - API Monitoring x SRE by Ryan Ashneil and Eugene Wong...
Apidays Singapore 2024 - API Monitoring x SRE by Ryan Ashneil and Eugene Wong...
 
Apidays Singapore 2024 - A nuanced approach on AI costs and benefits for the ...
Apidays Singapore 2024 - A nuanced approach on AI costs and benefits for the ...Apidays Singapore 2024 - A nuanced approach on AI costs and benefits for the ...
Apidays Singapore 2024 - A nuanced approach on AI costs and benefits for the ...
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
Apidays Singapore 2024 - How APIs drive business at BNP Paribas by Quy-Doan D...
Apidays Singapore 2024 - How APIs drive business at BNP Paribas by Quy-Doan D...Apidays Singapore 2024 - How APIs drive business at BNP Paribas by Quy-Doan D...
Apidays Singapore 2024 - How APIs drive business at BNP Paribas by Quy-Doan D...
 

Recently uploaded

Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionfulawalesam
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Researchmichael115558
 
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfAccredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfadriantubila
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxolyaivanovalion
 
Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...shambhavirathore45
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxolyaivanovalion
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Valters Lauzums
 
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightCheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightDelhi Call girls
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% SecurePooja Nehwal
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...amitlee9823
 
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceDelhi Call girls
 
Zuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptxZuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptxolyaivanovalion
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfMarinCaroMartnezBerg
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfRachmat Ramadhan H
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusTimothy Spann
 

Recently uploaded (20)

Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interaction
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
 
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfAccredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
 
Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightCheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
 
Zuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptxZuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptx
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 

apidays New York 2023 - How to treat your APIs as a Product, Derric Gilling, Moesif

  • 1. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved Productizing & Monetizing APIs
  • 2. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved Who am I? ● Co-founder and CEO of Moesif, the leading API analytics and monetization platform ● Focus on API first strategy, growth, and PLG ● I love IPAs! derric@moesif.com
  • 3. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved 3 Shipping an API Product Business Model Architect Build Publish & Serve Grow & Monetize Measure KPIs Iterate or Deprecate Business Engineering
  • 4. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved Each API business is different What to meter usage? Prepaid vs Postpaid Tiered vs Pay As You Go (PAYG) When to invoice 1 3 4 2
  • 5. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved Business Model aligned to Customer Value Name Example When to use Transaction volume Number of API Calls, Messages Sent APIs and event-based platforms such as SMS and analytics Revenue/cost share % of revenue, transaction fee Platforms focused on money such as payments or expense reporting Data volume Gigabytes sent, Minutes made Platforms focused on data such as logging or storage User-centric Monthly unique users that are active A modern version of charging per seat or per user Resource Compute Units, active hours Compute infrastructure such as a database or virtual machine
  • 6. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved 1. Billing Strategy Prepaid billing: Customer purchase credits / quota ahead of time that is then later consumed Pros: ● Better cash flow ● More familiar with traditional enterprise Cons: ● Friction in onboarding ● Harder with PAYG Postpaid billing: Customer only pays for their usage after service is already consumed Pros: ● Less onboarding friction ● Makes PAYG easier Cons: ● Additional credit risk ● Can be abused
  • 7. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved 2. Packaging Strategy Tiered Pricing: Traditional SaaS pricing with predefined suite of features/capacity for each tier Pros: ● Enforces a min spend ● Predictable for customer ● Easy to implement Cons: ● Friction in expansion ● Rigid, not aligned to value Pay As You Go: Usage-based or consumption-based pricing based on a unit price Pros: ● More efficient for customer ● Less friction in expansion ● Can “appear” cheaper Cons: ● Can upset customers with billing surprises ● Complex to implement
  • 8. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved 3. Invoicing Strategy Recurring: Customer invoiced on a schedule like each month, quarter, or year Pros: ● Easier for revenue recognition/GAAP ● More predictable Cons: ● Bad unit economics for low cost SaaS ● Complex if prepaid Threshold: Customer invoiced only after a credit threshold is met (can be prepaid also) Pros: ● Reduced transaction cost ● Makes prepaid easier Cons: ● Harder for finance to recognize revenue ● Company liability
  • 9. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved 9 Metrics for API Products Business Model Architect Build Publish & Serve Grow & Monetize Measure KPIs Iterate or Deprecate Business Engineering
  • 10. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved Infrastructure metrics align to engineering goals, not product goals. Uptime SLAs Resource Utilization Performance Requests Per Minute Errors 1 2 3 4 5
  • 11. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved Product owners should focus on one of three business goals Adoption Engagement Retention
  • 12. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved Adoption: Reduce Time to Hello World First Hello World First Working App Sign Up
  • 13. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved What to measure? A developer could stay in a single stage for days. You should track both: Conversion rate for each step Time to reach next step
  • 14. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved Engagement: metrics should measure customer value eCommerce SaaS Data API Logistics API Checkout conversion rate Usage of integrations and extensions Match rate/found in database Successful order fulfillment
  • 15. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved Retention: Grow long term customers Good product retention curves flatten or look like a “smile”
  • 16. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved 1 6 Growing an API Product Business Model Architect Build Publish & Serve Grow & Monetize Measure KPIs Iterate or Deprecate Business Engineering
  • 17. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved Selling to developers is hard Individual developers have a lot more autonomy and authority Developers can be skeptical of sales and marketing Buying is much more decentralized than before Not invented here syndrome (NIHS) Developers can build it themselves! 1 3 5 4 2
  • 18. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved Sales focus on high ROI opportunities Customer already seen value before sales engages Growing usage, automatic expansion Consultative, how to get more value Help meet certain requirements 1 3 4 2
  • 19. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved Developers need buy-in from many stakeholders Legal and Security ROI vs Risk/Cost Finance and Procurement
  • 20. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved Self-service reduces friction Legal and Security Product priorities Finance and Procurement Click-through ToS Fast integration Manager’s Credit Card
  • 21. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved Then, sell through developers Developer on a self service Enterprise requirements Increase usage Other teams / use cases
  • 22. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved The pitfall of self-service… Account management is not scalable Issues during onboarding Changing business needs Billing surprises and issues
  • 23. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved Reduce support time with self-service management ● Provide visibility and reports on what's consuming their quota ● Provide tools to upgrade and manage their account without involving personal
  • 24. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved Avoid surprises with self-service account communication ● Automatically notify customers when they approach or breach plan limits ● If Pay As You Go, empower customers to set their own usage thresholds
  • 25. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved 2 5 Growing an API Product Business Model Architect Build Publish & Serve Grow & Monetize Measure KPIs Iterate or Deprecate Business Engineering
  • 26. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved Don’t break their stuff. Handle deprecation gracefully Leverage in-app notifications You’re using an outdated SDK
  • 27. Confidential and Proprietary. © 2023 Moesif, Inc. All Rights Reserved API Analytics and Monetization Derric Gilling derric@moesif.com https://www.moesif.com/casestudies